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(pkg/trie): Add TrieCache for trie values and nodes #3895

Merged
merged 116 commits into from
May 21, 2024

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    3aa9e4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5df2660 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

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

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    9d826c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f51409 View commit details
    Browse the repository at this point in the history
  3. Add lookup doc

    dimartiro committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    d42f293 View commit details
    Browse the repository at this point in the history
  4. Add missing license

    dimartiro committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    109d61d View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. refactor(pkg/trie): wip

    dimartiro committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    d07ac89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    726f5ec View commit details
    Browse the repository at this point in the history
  3. fix(pkg/trie): Fix v1 case

    dimartiro committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    b023405 View commit details
    Browse the repository at this point in the history
  4. Add missing license

    dimartiro committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    7f72fe1 View commit details
    Browse the repository at this point in the history
  5. Add unit tests

    dimartiro committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    65c1921 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d32c69e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2004f61 View commit details
    Browse the repository at this point in the history
  8. One more comment

    dimartiro committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    af2929f View commit details
    Browse the repository at this point in the history
  9. Linting

    dimartiro committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    863f9d7 View commit details
    Browse the repository at this point in the history
  10. Fix godoc

    dimartiro committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    7fa7dcf View commit details
    Browse the repository at this point in the history
  11. Add missing godoc

    dimartiro committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    84a9041 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

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

    dimartiro committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    ea2758f View commit details
    Browse the repository at this point in the history
  3. Add missing godoc

    dimartiro committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    962025d View commit details
    Browse the repository at this point in the history
  4. Update copyright

    dimartiro committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    8ed1cc2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    606c066 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'diego/read-only-triedb' of github.com:ChainSafe/gossame…

    …r into diego/triedb-iterator
    dimartiro committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    d13ab41 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    45a1529 View commit details
    Browse the repository at this point in the history
  8. Update copyright

    dimartiro committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    6bf80fc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3124dd4 View commit details
    Browse the repository at this point in the history
  10. Update copyright

    dimartiro committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    625b5d8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    938c4de View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    8f9748d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28d67ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0aea7fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dff754b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f55d79 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    30be47d View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    cba53df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15c5bdb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77d7918 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'diego/read-only-triedb' of github.com:ChainSafe/gossame…

    …r into diego/triedb-iterator
    dimartiro committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    c0e5c15 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c26387 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    312e466 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e548c75 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    93a40d0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1f19a9e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8372b04 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8cbf9a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

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

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    882bda2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35a8645 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'diego/read-only-triedb' of github.com:ChainSafe/gossame…

    …r into diego/read-only-triedb
    dimartiro committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    4c47c5d View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    427daf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    441718d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'diego/read-only-triedb' of github.com:ChainSafe/gossame…

    …r into diego/triedb-iterator
    dimartiro committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    74a5fc5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09594d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ea0572 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c62b319 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d3c4e8a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8dc4958 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a67b7e3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9bb0299 View commit details
    Browse the repository at this point in the history
  11. chore(pkg/trie): Add godocs

    dimartiro committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    f538e24 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'diego/triedb-iterator' of github.com:ChainSafe/gossamer…

    … into diego/triedb-cache
    dimartiro committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    cc4f429 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5bb0f5a View commit details
    Browse the repository at this point in the history
  14. Merge branch 'diego/triedb-iterator' of github.com:ChainSafe/gossamer…

    … into diego/triedb-cache
    dimartiro committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    feadac0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    dcbe26c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b38a2bf View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d7febfb View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d80fdae View commit details
    Browse the repository at this point in the history
  19. Merge branch 'diego/triedb-iterator' of github.com:ChainSafe/gossamer…

    … into diego/triedb-cache
    dimartiro committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    6e9e249 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. fix(pkg/trie): PR comments

    dimartiro committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    a247385 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b24e767 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02c4243 View commit details
    Browse the repository at this point in the history
  4. fix(pkg/trie): Linting

    dimartiro committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    49de9dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b134a0f View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

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

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    d15a513 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b30747d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1d0781 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'diego/triedb-iterator' of github.com:ChainSafe/gossamer…

    … into diego/triedb-cache
    dimartiro committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    ddb3a67 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae11fba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5eedb1b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b6056d6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1843e5b View commit details
    Browse the repository at this point in the history
  9. Merge branch 'diego/triedb-iterator' of github.com:ChainSafe/gossamer…

    … into diego/triedb-cache
    dimartiro committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    105e172 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0e67412 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    07345db View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7ca654d View commit details
    Browse the repository at this point in the history
  13. Merge branch 'diego/triedb-iterator' of github.com:ChainSafe/gossamer…

    … into diego/triedb-cache
    dimartiro committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    c9cae6f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    497c992 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4287353 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

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

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    8c99544 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ffbef0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ccc64a View commit details
    Browse the repository at this point in the history
  4. Merge branch 'diego/triedb-iterator' of github.com:ChainSafe/gossamer…

    … into diego/triedb-iterator
    dimartiro committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    0da71ec View commit details
    Browse the repository at this point in the history
  5. Merge branch 'diego/triedb-iterator' of github.com:ChainSafe/gossamer…

    … into diego/triedb-cache
    dimartiro committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    8abb936 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

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

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    991b71c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93606fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0c380e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d318df View commit details
    Browse the repository at this point in the history
  5. fix(pkg/trie): Cache usage

    dimartiro committed May 9, 2024
    Configuration menu
    Copy the full SHA
    339b73c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0997bf9 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    aa9cf89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f185d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e38d90e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71d80fe View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

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

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    becb48e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62c2b38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cea2b9f View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

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

Commits on May 21, 2024

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