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

refactor(pkg/trie/triedb): implement generics, refactor nibbles, revise iterator #4221

Merged
merged 9 commits into from
Oct 15, 2024

Commits on Oct 15, 2024

  1. triedb changes, implement generics, refactor nibbles, revise iterator…

    …, remove caching temporarily
    timwu20 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c031e57 View commit details
    Browse the repository at this point in the history
  2. remove unnecessary code

    timwu20 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    aa1131a View commit details
    Browse the repository at this point in the history
  3. cr feedback, code cleanup

    timwu20 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ab765dc View commit details
    Browse the repository at this point in the history
  4. cr feedback, remove QueryItem

    timwu20 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    51be318 View commit details
    Browse the repository at this point in the history
  5. Update pkg/trie/triedb/nibbles/nibbleslice.go

    Co-authored-by: Haiko Schol <[email protected]>
    timwu20 and haikoschol committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    6e185ef View commit details
    Browse the repository at this point in the history
  6. Update pkg/trie/triedb/nibbles/leftnibbles.go

    Co-authored-by: Haiko Schol <[email protected]>
    timwu20 and haikoschol committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    8149efd View commit details
    Browse the repository at this point in the history
  7. Update pkg/trie/triedb/nibbles/leftnibbles.go

    Co-authored-by: Haiko Schol <[email protected]>
    timwu20 and haikoschol committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    4951e88 View commit details
    Browse the repository at this point in the history
  8. Update pkg/trie/triedb/nibbles/nibbles.go

    Co-authored-by: Haiko Schol <[email protected]>
    timwu20 and haikoschol committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    5473ad4 View commit details
    Browse the repository at this point in the history
  9. added nibbles.Advance test

    timwu20 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    1ffda9a View commit details
    Browse the repository at this point in the history