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

feat(l1): support snap capability message GetTrieNodes #1031

Merged
merged 183 commits into from
Nov 8, 2024
Merged

Commits on Oct 22, 2024

  1. Corrupted History Fix

    This PR re-writes this branch's commits on top of the main branch:
    - Implement TrieIterator
    - Consume Trie when building TrieIterator
    - Implement `Store::iter_accounts` using TrieIterator
    fmoletta committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    02fe744 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2a2aac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aef7441 View commit details
    Browse the repository at this point in the history
  4. Commit progress

    fmoletta committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    13d9bc3 View commit details
    Browse the repository at this point in the history
  5. Commit progress

    fmoletta committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    0ca3589 View commit details
    Browse the repository at this point in the history
  6. Add snap as supported cap

    fmoletta committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    66b6f90 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Push missing changes

    fmoletta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    41dcaff View commit details
    Browse the repository at this point in the history
  2. Initial peer listen loop

    ElFantasma committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    a526c10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    562bc49 View commit details
    Browse the repository at this point in the history
  4. Fix logic

    fmoletta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    3893b05 View commit details
    Browse the repository at this point in the history
  5. Remove debug print

    fmoletta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    dbe110f View commit details
    Browse the repository at this point in the history
  6. Limit response bytes

    fmoletta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    8b8eacb View commit details
    Browse the repository at this point in the history
  7. Add test

    fmoletta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    4ee1790 View commit details
    Browse the repository at this point in the history
  8. Add more tests

    fmoletta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    d87b1ca View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    89621bf View commit details
    Browse the repository at this point in the history
  10. Add test

    fmoletta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    3a14cdd View commit details
    Browse the repository at this point in the history
  11. Add test

    fmoletta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    c354321 View commit details
    Browse the repository at this point in the history
  12. Add test

    fmoletta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    7abd4f7 View commit details
    Browse the repository at this point in the history
  13. Add test

    fmoletta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    7cee2b7 View commit details
    Browse the repository at this point in the history
  14. Also fetch limit proof

    fmoletta committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    579309f View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Trim test state 408 -> 100

    fmoletta committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    9fccb07 View commit details
    Browse the repository at this point in the history
  2. Simplify logic

    fmoletta committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    38a7d5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    574299b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    704da4c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b55294b View commit details
    Browse the repository at this point in the history
  6. Clippy

    fmoletta committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    6d5cc45 View commit details
    Browse the repository at this point in the history
  7. Add allow tag

    fmoletta committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    9514037 View commit details
    Browse the repository at this point in the history
  8. Remove comment

    fmoletta committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    a5b3934 View commit details
    Browse the repository at this point in the history
  9. Fix typo

    fmoletta committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    68dcef6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f23077e View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Small fixes

    ElFantasma committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    122778d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a4f9cf View commit details
    Browse the repository at this point in the history
  3. Small fixes

    ElFantasma committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    5ae41fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66b0bd8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a5f580 View commit details
    Browse the repository at this point in the history
  6. Merge branch '840-rlpx-listen-loop' of github.com:lambdaclass/lambda_…

    …ethereum_rust into trie_iter_plus_listen_loop
    fmoletta committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    6c04bb6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    05c9a5e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f011aa6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8ea2644 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Made Status test to pass

    ElFantasma committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    42049ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34e0d9c View commit details
    Browse the repository at this point in the history
  3. Fixed format

    ElFantasma committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    940b6f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8047f41 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f474617 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d5223b View commit details
    Browse the repository at this point in the history
  7. Fix

    fmoletta committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    80329c7 View commit details
    Browse the repository at this point in the history
  8. fix

    fmoletta committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    297a37b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f25fb1a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0fdf562 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c989418 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    12010b3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ed0186f View commit details
    Browse the repository at this point in the history
  14. Revert change

    fmoletta committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    42f2af3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    61ad329 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    13c44cf View commit details
    Browse the repository at this point in the history
  17. Clippy fix

    ElFantasma committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    ecb682f View commit details
    Browse the repository at this point in the history
  18. use trait method

    fmoletta committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    f8bd1dc View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b890f60 View commit details
    Browse the repository at this point in the history
  20. Update hive revision

    fmoletta committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    31aa8ac View commit details
    Browse the repository at this point in the history
  21. Reorganize module

    fmoletta committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    34d8d84 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    9b85c69 View commit details
    Browse the repository at this point in the history
  2. Update hive revision

    fmoletta committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    013a977 View commit details
    Browse the repository at this point in the history
  3. Add hive snap worflow

    fmoletta committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    66f759a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67cb57a View commit details
    Browse the repository at this point in the history
  5. Reverting hive version

    ElFantasma committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    b1ea882 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    58da873 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fe2fb77 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    50ca190 View commit details
    Browse the repository at this point in the history
  9. Add messages + inner structs

    fmoletta committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    7062b1b View commit details
    Browse the repository at this point in the history
  10. progress

    fmoletta committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    d609cae View commit details
    Browse the repository at this point in the history
  11. Bump hive version

    fmoletta committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    c69690d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    65f8c77 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b7c0211 View commit details
    Browse the repository at this point in the history
  14. Restore Makefile

    fmoletta committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    74173d2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    777732a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0e3e276 View commit details
    Browse the repository at this point in the history
  17. Impl logic

    fmoletta committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    abb28cf View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Connect to main loop

    fmoletta committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    fea174d View commit details
    Browse the repository at this point in the history
  2. Compute proofs

    fmoletta committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    dc6752c View commit details
    Browse the repository at this point in the history
  3. Clippy

    fmoletta committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    03d9928 View commit details
    Browse the repository at this point in the history
  4. Chamge type

    fmoletta committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    c791a89 View commit details
    Browse the repository at this point in the history
  5. Add test

    fmoletta committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    9fd88d3 View commit details
    Browse the repository at this point in the history
  6. Add messages

    fmoletta committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    2b9d207 View commit details
    Browse the repository at this point in the history
  7. Add hive test

    fmoletta committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    37becaa View commit details
    Browse the repository at this point in the history
  8. fmt

    fmoletta committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    a6d2f08 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Impl messages

    fmoletta committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    c502f06 View commit details
    Browse the repository at this point in the history
  2. Impl Trie::get_node

    fmoletta committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    242502e View commit details
    Browse the repository at this point in the history
  3. Fix

    fmoletta authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    3b7d70e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    384eff7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa4be1b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1cf1e9b View commit details
    Browse the repository at this point in the history
  7. Add byte limit

    fmoletta committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    349d05f View commit details
    Browse the repository at this point in the history
  8. Add request processing

    fmoletta committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    4fd0ee5 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'main' of github.com:lambdaclass/lambda_ethereum_rust in…

    …to snap-storage-range
    fmoletta committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    d02e8f2 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'snap-storage-range' of github.com:lambdaclass/lambda_et…

    …hereum_rust into snap-storage-range
    fmoletta committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    0575a44 View commit details
    Browse the repository at this point in the history
  11. Fix lingering conflicts

    fmoletta committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    aa29e5f View commit details
    Browse the repository at this point in the history
  12. Save progress

    fmoletta committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    89e144a View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Progress

    fmoletta committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    1d8c3f9 View commit details
    Browse the repository at this point in the history
  2. Progress

    fmoletta committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    ea34fbc View commit details
    Browse the repository at this point in the history
  3. remove unused code

    fmoletta committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    e57f386 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a31fc9 View commit details
    Browse the repository at this point in the history
  5. Add restrictions

    fmoletta committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    2c0e30e View commit details
    Browse the repository at this point in the history
  6. Fix error handling

    fmoletta committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    b3c4816 View commit details
    Browse the repository at this point in the history
  7. clippy+fmt

    fmoletta committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    80bbc30 View commit details
    Browse the repository at this point in the history
  8. Add hive test

    fmoletta committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    b7b978a View commit details
    Browse the repository at this point in the history
  9. Cleanup

    fmoletta committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    f02d29a View commit details
    Browse the repository at this point in the history
  10. Draft

    fmoletta committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    0e5a005 View commit details
    Browse the repository at this point in the history
  11. :(

    fmoletta committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    003d445 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    23974bb View commit details
    Browse the repository at this point in the history
  13. Simplify code

    fmoletta committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    b159f7d View commit details
    Browse the repository at this point in the history
  14. refactor

    fmoletta committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    12b0268 View commit details
    Browse the repository at this point in the history
  15. Remove debug code

    fmoletta committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    8e4c884 View commit details
    Browse the repository at this point in the history
  16. Cleanup code

    fmoletta committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    b80f19f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f03ef1e View commit details
    Browse the repository at this point in the history
  18. Remove debug command

    fmoletta committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    098a584 View commit details
    Browse the repository at this point in the history
  19. Un-comment noisy info

    fmoletta committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    9a57e37 View commit details
    Browse the repository at this point in the history
  20. Update comment

    fmoletta committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    f54af1d View commit details
    Browse the repository at this point in the history
  21. reorder

    fmoletta committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    b307261 View commit details
    Browse the repository at this point in the history
  22. Cite sources

    fmoletta committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    9da6ec9 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    8a0fbbb View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    200d014 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2332889 View commit details
    Browse the repository at this point in the history
  3. Update workflow

    fmoletta committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    1805ef6 View commit details
    Browse the repository at this point in the history
  4. Update workflow

    fmoletta committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    b270580 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6af2d6e View commit details
    Browse the repository at this point in the history
  6. Update workflow

    fmoletta committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    9ec2129 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Clippy

    fmoletta committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    09f688b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f494ad9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64610c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f31c37 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    19c0bf0 View commit details
    Browse the repository at this point in the history
  6. Start dumb nibbles impl

    fmoletta committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    d32bb4e View commit details
    Browse the repository at this point in the history
  7. Impl common_prefix

    fmoletta committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    7cad9b6 View commit details
    Browse the repository at this point in the history
  8. Update name & doc

    fmoletta committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    3b69cd7 View commit details
    Browse the repository at this point in the history
  9. Impl next

    fmoletta committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    16d1432 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d7c036f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a2afdfd View commit details
    Browse the repository at this point in the history
  12. Make code compile

    fmoletta committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    3a65df9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    43ae680 View commit details
    Browse the repository at this point in the history
  14. Fix leaf nibbles

    fmoletta committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    e69e954 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

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

    fmoletta committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    3cfd7c4 View commit details
    Browse the repository at this point in the history
  3. Fix

    fmoletta committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    ad40f23 View commit details
    Browse the repository at this point in the history
  4. Fix

    fmoletta committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    a41cf2b View commit details
    Browse the repository at this point in the history
  5. Fix

    fmoletta committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    68d5f83 View commit details
    Browse the repository at this point in the history
  6. Fix

    fmoletta committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    275659a View commit details
    Browse the repository at this point in the history
  7. [DEBUG] Add debug prints

    fmoletta committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    6e1b4b7 View commit details
    Browse the repository at this point in the history
  8. Update crates/storage/store/storage.rs

    Co-authored-by: ElFantasma <[email protected]>
    fmoletta and ElFantasma authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    8ff338c View commit details
    Browse the repository at this point in the history
  9. Uncomment feature gate

    fmoletta authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    fc33022 View commit details
    Browse the repository at this point in the history
  10. [DEBUG] Add debug prints

    fmoletta committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    167c591 View commit details
    Browse the repository at this point in the history
  11. Fix

    fmoletta committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    aad0bcf View commit details
    Browse the repository at this point in the history
  12. [DEBUG] Add debug prints

    fmoletta committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    71357dd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cd847b9 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Simplify leaf node encoding

    fmoletta committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    37c93d7 View commit details
    Browse the repository at this point in the history
  2. Simplify encoding of Leaf

    fmoletta committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    92313f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3eb5ee9 View commit details
    Browse the repository at this point in the history
  4. Simplify encoding of Branch

    fmoletta committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    eb4fd0c View commit details
    Browse the repository at this point in the history
  5. Remove the NodeEncoder

    fmoletta committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    d50e0ff View commit details
    Browse the repository at this point in the history
  6. Clippy

    fmoletta committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    856224d View commit details
    Browse the repository at this point in the history
  7. Update TrieIterator

    fmoletta committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    f713657 View commit details
    Browse the repository at this point in the history
  8. Add proptest

    fmoletta committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    30ba82f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    21537d4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    28bd344 View commit details
    Browse the repository at this point in the history
  11. Update some doc

    fmoletta committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    c56ad04 View commit details
    Browse the repository at this point in the history
  12. Simplify BranchNode::remove

    fmoletta committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    bebce62 View commit details
    Browse the repository at this point in the history
  13. Simplify

    fmoletta committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    08c6668 View commit details
    Browse the repository at this point in the history
  14. Update doc

    fmoletta committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    e1f032f View commit details
    Browse the repository at this point in the history
  15. Fix unit test

    fmoletta committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    9dc2752 View commit details
    Browse the repository at this point in the history
  16. Fix test + code

    fmoletta committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    bbe367d View commit details
    Browse the repository at this point in the history
  17. Update test values

    fmoletta committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    63f1645 View commit details
    Browse the repository at this point in the history
  18. Fix potential panick

    fmoletta committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    237f291 View commit details
    Browse the repository at this point in the history
  19. Fix

    fmoletta committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    d5dfa30 View commit details
    Browse the repository at this point in the history
  20. Fix unit tests

    fmoletta committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    55b0c37 View commit details
    Browse the repository at this point in the history
  21. Remove outdated comment

    fmoletta committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    01090b4 View commit details
    Browse the repository at this point in the history
  22. [DEBUG] Remove debug prints

    fmoletta committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    e1be0c6 View commit details
    Browse the repository at this point in the history
  23. Remove funny name test

    fmoletta committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    bed25f7 View commit details
    Browse the repository at this point in the history
  24. doc nibbles module

    fmoletta committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    f2c2eef View commit details
    Browse the repository at this point in the history
  25. Remove todo

    fmoletta committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    9050b0c View commit details
    Browse the repository at this point in the history
  26. remove debug print

    fmoletta committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    345ae96 View commit details
    Browse the repository at this point in the history
  27. avoid clone

    fmoletta committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    0fa490f View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    e6ea561 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76640ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0f83a3 View commit details
    Browse the repository at this point in the history