feat(trie): sparse trie methods for trie task integration (#12720)

This commit is contained in:
Alexey Shekhirin
2024-11-25 13:13:01 +00:00
committed by GitHub
parent caac226c73
commit 04dd005af9
5 changed files with 344 additions and 28 deletions

View File

@ -32,6 +32,7 @@ reth-testing-utils.workspace = true
reth-trie = { workspace = true, features = ["test-utils"] }
reth-trie-common = { workspace = true, features = ["test-utils", "arbitrary"] }
arbitrary.workspace = true
assert_matches.workspace = true
criterion.workspace = true
itertools.workspace = true