Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] [NodeFactory] - Crypto backed stable coin with staking #9

Open
wants to merge 21 commits into
base: main
Choose a base branch
from

Commits on May 12, 2021

  1. Initial repo setup

    Mak Muftic committed May 12, 2021
    Configuration menu
    Copy the full SHA
    b38137e View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Add oracle code and simple mint contract

    Mak Muftic committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    69d3004 View commit details
    Browse the repository at this point in the history
  2. Add vault definition

    Mak Muftic committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    7e09c39 View commit details
    Browse the repository at this point in the history
  3. Change datum type

    Mak Muftic committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    03d85ef View commit details
    Browse the repository at this point in the history
  4. Fix build error

    Mak Muftic committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    122196c View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Add basic on chain functions

    Mak Muftic committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    8a2d116 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Code formating

    Mak Muftic committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    22cc5db View commit details
    Browse the repository at this point in the history
  2. Fix naming

    Mak Muftic committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    66a066c View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Restructure code

    Mak Muftic committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    1a0e0ee View commit details
    Browse the repository at this point in the history
  2. Fix typo in val comments

    Mak Muftic committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    f25bbc5 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Changes on create vault

    Mak Muftic committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    9188ac1 View commit details
    Browse the repository at this point in the history
  2. Add stable coin token name as param

    Mak Muftic committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    158c136 View commit details
    Browse the repository at this point in the history
  3. Fix amount of stablecoin check

    Mak Muftic committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    6c71faf View commit details
    Browse the repository at this point in the history
  4. Minor changes

    Mak Muftic committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    2a7ca9f View commit details
    Browse the repository at this point in the history
  5. Fix vault type in off chain code

    Mak Muftic committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    e88abdb View commit details
    Browse the repository at this point in the history
  6. Comment out close function

    Mak Muftic committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    7fc5839 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Add documentation to README file

    Mak Muftic committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    5d8cd49 View commit details
    Browse the repository at this point in the history
  2. Link architecture image inside README file

    Mak Muftic committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    837e12b View commit details
    Browse the repository at this point in the history
  3. Revert commented code

    Mak Muftic committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    eb02b80 View commit details
    Browse the repository at this point in the history
  4. Comment out oracle consuption code

    Mak Muftic committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    ceb7ce2 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Fix build errors

    Mak Muftic committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    7aea641 View commit details
    Browse the repository at this point in the history