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

Add Permissionless Asset Registry Feature #1212

Merged
merged 32 commits into from
Jul 20, 2023
Merged

Commits on Jul 12, 2023

  1. init

    Signed-off-by: Charles Ferrell <[email protected]>
    ferrell-code committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    436fa05 View commit details
    Browse the repository at this point in the history
  2. make metadata not generic

    Signed-off-by: Charles Ferrell <[email protected]>
    ferrell-code committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    d1e47f4 View commit details
    Browse the repository at this point in the history
  3. better parameters

    Signed-off-by: Charles Ferrell <[email protected]>
    ferrell-code committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    33c7796 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. tests

    Signed-off-by: Charles Ferrell <[email protected]>
    ferrell-code committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    10479c2 View commit details
    Browse the repository at this point in the history
  2. need native token to create asset

    Signed-off-by: Charles Ferrell <[email protected]>
    ferrell-code committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    f913999 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. handle edge cases:

    Signed-off-by: Charles Ferrell <[email protected]>
    ferrell-code committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    ab562d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7c3a44 View commit details
    Browse the repository at this point in the history
  3. fix comments

    Signed-off-by: Charles Ferrell <[email protected]>
    ferrell-code committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    e441db2 View commit details
    Browse the repository at this point in the history
  4. add sanity check

    Signed-off-by: Charles Ferrell <[email protected]>
    ferrell-code committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    8198ca3 View commit details
    Browse the repository at this point in the history
  5. add to runtimes and mocks

    Signed-off-by: Charles Ferrell <[email protected]>
    ferrell-code committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    22af5aa View commit details
    Browse the repository at this point in the history
  6. add benchmarks

    Signed-off-by: Charles Ferrell <[email protected]>
    ferrell-code committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    9b8d59b View commit details
    Browse the repository at this point in the history
  7. fix benchmarks

    Signed-off-by: Charles Ferrell <[email protected]>
    ferrell-code committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    ccb31dc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    152a54c View commit details
    Browse the repository at this point in the history
  9. fix farming benchmarks

    Signed-off-by: Charles Ferrell <[email protected]>
    ferrell-code committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    4348059 View commit details
    Browse the repository at this point in the history
  10. update benchmark weights

    Signed-off-by: Charles Ferrell <[email protected]>
    ferrell-code committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    6cb8ac7 View commit details
    Browse the repository at this point in the history
  11. weights in runtimes

    Signed-off-by: Charles Ferrell <[email protected]>
    ferrell-code committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    a3523fe View commit details
    Browse the repository at this point in the history
  12. add counter tests

    Signed-off-by: Charles Ferrell <[email protected]>
    ferrell-code committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    8c02acd View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. add more tests

    Signed-off-by: Charles Ferrell <[email protected]>
    ferrell-code committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    a8f3883 View commit details
    Browse the repository at this point in the history
  2. fix clippy

    Signed-off-by: Charles Ferrell <[email protected]>
    ferrell-code committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    65cc718 View commit details
    Browse the repository at this point in the history
  3. add integration test

    Signed-off-by: Charles Ferrell <[email protected]>
    ferrell-code committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    3619a9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84faf48 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    2443912 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    ca7e550 View commit details
    Browse the repository at this point in the history
  2. use number instead of max

    Signed-off-by: Charles Ferrell <[email protected]>
    ferrell-code committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    cb06563 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aefbaba View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. unify string limit param

    Signed-off-by: Charles Ferrell <[email protected]>
    ferrell-code committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    ed1abef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63cf5b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    7ae2c30 View commit details
    Browse the repository at this point in the history
  2. add tx diff

    Signed-off-by: Charles Ferrell <[email protected]>
    ferrell-code committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    60c51d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b87790 View commit details
    Browse the repository at this point in the history
  4. Do not panic when diff new extrinsic tx fee

    Signed-off-by: Dengjianping <[email protected]>
    Dengjianping committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    d687f5b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    613b1ba View commit details
    Browse the repository at this point in the history