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

reworks some nft operations into trait #28

Merged
merged 24 commits into from
Dec 28, 2021
Merged

reworks some nft operations into trait #28

merged 24 commits into from
Dec 28, 2021

Commits on Dec 17, 2021

  1. Configuration menu
    Copy the full SHA
    ee77664 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c8b113 View commit details
    Browse the repository at this point in the history
  3. convert burn-nft into trait

    bmacer committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    b697e4a View commit details
    Browse the repository at this point in the history
  4. convert send to trait

    bmacer committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    162b1fa View commit details
    Browse the repository at this point in the history
  5. change permill to default

    bmacer committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    587062d View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. Configuration menu
    Copy the full SHA
    c8a23b2 View commit details
    Browse the repository at this point in the history
  2. merge main

    bmacer committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    aae468f View commit details
    Browse the repository at this point in the history
  3. cleaning up

    bmacer committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    c877dc0 View commit details
    Browse the repository at this point in the history
  4. clean up

    bmacer committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    d768b3d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8dcfc0d View commit details
    Browse the repository at this point in the history
  6. move impl to functions.rs

    bmacer committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    012dd72 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3d585d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. Configuration menu
    Copy the full SHA
    991873f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5c22e1 View commit details
    Browse the repository at this point in the history
  3. refactor Result import

    ilionic committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    455e46a View commit details
    Browse the repository at this point in the history
  4. CR comments (is_none tests)

    ilionic committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    8b44e06 View commit details
    Browse the repository at this point in the history
  5. simplify self function calls

    ilionic committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    4c1a84f View commit details
    Browse the repository at this point in the history
  6. CR comment

    ilionic committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    9760209 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. remove seialize derive

    bmacer committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    6335693 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

  1. An insert override the remove operation, no need an additional remove

    Co-authored-by: h4x3rotab <h4x3rotab@gmail.com>
    ilionic and h4x3rotab committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    c09baf7 View commit details
    Browse the repository at this point in the history
  2. change sender clone to reference

    Co-authored-by: h4x3rotab <h4x3rotab@gmail.com>
    ilionic and h4x3rotab committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    0b9e103 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f0f17d View commit details
    Browse the repository at this point in the history
  4. Merge branch 'rework/rmrk-as-trait' of github.com:rmrk-team/rmrk-subs…

    …trate into rework/rmrk-as-trait
    ilionic committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    83eb5bf View commit details
    Browse the repository at this point in the history
  5. cleanup uniques integration

    ilionic committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    1c2dc49 View commit details
    Browse the repository at this point in the history