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

Enable Merklized Distributions in Assets Pallet #5400

Open
wants to merge 82 commits into
base: master
Choose a base branch
from

Commits on Mar 28, 2024

  1. initial ideas

    shawntabrizi committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    d50d5e4 View commit details
    Browse the repository at this point in the history
  2. Update proving_trie.rs

    shawntabrizi committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    7f4422e View commit details
    Browse the repository at this point in the history
  3. create trait

    shawntabrizi committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    bdc0c84 View commit details
    Browse the repository at this point in the history
  4. use trait

    shawntabrizi committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    da385ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ab4bfb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1cfb29f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3080c7b View commit details
    Browse the repository at this point in the history
  8. fix test

    shawntabrizi committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    39b0fca View commit details
    Browse the repository at this point in the history
  9. Revert "use trait in session historical"

    This reverts commit 1cfb29f.
    shawntabrizi committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    599f576 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

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

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    6bde2a3 View commit details
    Browse the repository at this point in the history
  2. Update substrate/primitives/runtime/src/proving_trie.rs

    Co-authored-by: Ankan <10196091+Ank4n@users.noreply.github.com>
    shawntabrizi and Ank4n authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    ead7951 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    0cac048 View commit details
    Browse the repository at this point in the history
  2. fix some feedback

    shawntabrizi committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    acfe734 View commit details
    Browse the repository at this point in the history
  3. update name

    shawntabrizi committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    45f4287 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    efbe1c9 View commit details
    Browse the repository at this point in the history
  5. improve test

    shawntabrizi committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    cfa62ce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    885fd94 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    18a5c2e View commit details
    Browse the repository at this point in the history
  8. Create pr_3881.prdoc

    shawntabrizi committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    5e3e518 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f35cacc View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. use v1

    shawntabrizi committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    e6c3759 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89679c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. initial idea

    shawntabrizi committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    b40c96a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37052ee View commit details
    Browse the repository at this point in the history
  3. more stuff

    shawntabrizi committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    08f2b35 View commit details
    Browse the repository at this point in the history
  4. complete logic

    shawntabrizi committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    118a51c View commit details
    Browse the repository at this point in the history
  5. add verification check

    shawntabrizi committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    44bc5bb View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    6e853ba View commit details
    Browse the repository at this point in the history
  2. initial idea

    shawntabrizi committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    89abcd0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ad3381 View commit details
    Browse the repository at this point in the history
  4. more stuff

    shawntabrizi committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    ae6fab7 View commit details
    Browse the repository at this point in the history
  5. complete logic

    shawntabrizi committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    115f89b View commit details
    Browse the repository at this point in the history
  6. add verification check

    shawntabrizi committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    e5f0056 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    766790a View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    b80589c View commit details
    Browse the repository at this point in the history
  2. fix tests

    shawntabrizi committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    83c66e7 View commit details
    Browse the repository at this point in the history
  3. use basic proving trie

    shawntabrizi committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    5a4ff43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    394cc6f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84574e1 View commit details
    Browse the repository at this point in the history
  6. remove comment code

    shawntabrizi committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    444b1f7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f47b12e View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

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

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    ee90711 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61162b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae2ff18 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. add clean distribution

    shawntabrizi committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    fb63207 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e713698 View commit details
    Browse the repository at this point in the history
  3. weight stuff

    shawntabrizi committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    988b201 View commit details
    Browse the repository at this point in the history
  4. temp fix for ui

    shawntabrizi committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    233d339 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

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

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    122f9cc View commit details
    Browse the repository at this point in the history
  2. clean dead code

    shawntabrizi committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    4d26deb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e6fcd5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b17a7c4 View commit details
    Browse the repository at this point in the history
  5. two benchmarks

    shawntabrizi committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    fcfda22 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6bf7b91 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    42cdc26 View commit details
    Browse the repository at this point in the history
  8. test fixes

    shawntabrizi committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    12ed0fb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9c8ab8a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b4f480c View commit details
    Browse the repository at this point in the history
  11. need to abstract this

    shawntabrizi committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    40bd086 View commit details
    Browse the repository at this point in the history
  12. initial stuff

    shawntabrizi committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    7e22961 View commit details
    Browse the repository at this point in the history
  13. more

    shawntabrizi committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    1b13d9a View commit details
    Browse the repository at this point in the history
  14. fix up binary tree

    shawntabrizi committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    1ac0545 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. refactor

    shawntabrizi committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7aaabe3 View commit details
    Browse the repository at this point in the history
  2. fixes

    shawntabrizi committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    9013156 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c98b882 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42259eb View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

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

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    72dd0a1 View commit details
    Browse the repository at this point in the history
  2. fix build

    shawntabrizi committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    860f346 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c306f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3693527 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. weird rust trait stuff

    shawntabrizi committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    528e71f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1e5387 View commit details
    Browse the repository at this point in the history
  3. fix no default

    shawntabrizi committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    9f108c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe2e08a View commit details
    Browse the repository at this point in the history
  5. use separate count

    shawntabrizi committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2adc76f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    22f26d9 View commit details
    Browse the repository at this point in the history
  7. Update substrate/frame/assets/src/lib.rs

    Co-authored-by: Ankan <10196091+Ank4n@users.noreply.github.com>
    shawntabrizi and Ank4n authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c0a4032 View commit details
    Browse the repository at this point in the history
  8. remove dead code

    shawntabrizi committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    15be9c8 View commit details
    Browse the repository at this point in the history