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

Improve APIs for Tries in Runtime #5756

Draft
wants to merge 72 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 committed 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. initial stuff

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

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

Commits on Sep 18, 2024

  1. initial stuff

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

    shawntabrizi committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    daf8f50 View commit details
    Browse the repository at this point in the history
  3. fix up binary tree

    shawntabrizi committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    133a440 View commit details
    Browse the repository at this point in the history
  4. refactor

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

    shawntabrizi committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e270275 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a679bc9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    be3e6c4 View commit details
    Browse the repository at this point in the history
  8. undo changes in assets

    shawntabrizi committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    65d2b98 View commit details
    Browse the repository at this point in the history
  9. undo weight

    shawntabrizi committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ed30142 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    39e78d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

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

    shawntabrizi committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    450b6c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d153c74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    240a777 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f1e28b View commit details
    Browse the repository at this point in the history
  6. fix tests

    shawntabrizi committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    375dc12 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    99135e4 View commit details
    Browse the repository at this point in the history