feat(trie): retain branch nodes in sparse trie (#12291)

This commit is contained in:
Alexey Shekhirin
2024-11-21 11:49:42 +00:00
committed by GitHub
parent ac1867b631
commit 42aea7b9f6
4 changed files with 494 additions and 168 deletions

8
Cargo.lock generated
View File

@ -4590,7 +4590,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
dependencies = [
"cfg-if",
"windows-targets 0.52.6",
"windows-targets 0.48.5",
]
[[package]]
@ -9441,7 +9441,9 @@ dependencies = [
"itertools 0.13.0",
"pretty_assertions",
"proptest",
"proptest-arbitrary-interop",
"rand 0.8.5",
"reth-primitives-traits",
"reth-testing-utils",
"reth-tracing",
"reth-trie",
@ -11181,7 +11183,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3637e734239e12ab152cd269302500bd063f37624ee210cd04b4936ed671f3b1"
dependencies = [
"cc",
"windows-targets 0.52.6",
"windows-targets 0.48.5",
]
[[package]]
@ -11672,7 +11674,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
"windows-sys 0.59.0",
"windows-sys 0.48.0",
]
[[package]]