|
|
42aea7b9f6
|
feat(trie): retain branch nodes in sparse trie (#12291)
|
2024-11-21 11:49:42 +00:00 |
|
|
|
50c875b33c
|
feat(trie): short-circuit account/storage reveal in sparse trie (#12663)
|
2024-11-19 15:39:41 +00:00 |
|
|
|
fc97a0cbaf
|
chore: make clippy happy (#12594)
|
2024-11-16 06:04:39 +01:00 |
|
|
|
190a1d8bb4
|
feat(trie): reveal storage slots and calculate storage root in sparse trie (#12145)
|
2024-11-07 15:21:53 +00:00 |
|
|
|
1276277568
|
test(trie): use proptest to generate random values (#12140)
|
2024-10-28 15:57:58 +00:00 |
|
|
|
af5ae5a792
|
perf(trie): reduce allocations in sparse trie rlp node calculation (#12092)
|
2024-10-28 13:55:31 +00:00 |
|
|
|
1f1c68d65e
|
perf(trie): cache prefix set lookups in sparse trie (#12088)
|
2024-10-28 12:36:12 +00:00 |
|
|
|
1b0f625f1d
|
perf(trie): collect only changed sparse nodes at a depth (#12093)
|
2024-10-28 11:06:26 +00:00 |
|
|
|
268090e879
|
bench(trie): RevealedSparseTrie::update_rlp_node_level (#12046)
|
2024-10-28 10:44:36 +00:00 |
|
|
|
0f86287b65
|
fix(trie): sparse trie walk should be done in a sorted manner (#12087)
|
2024-10-28 10:09:47 +00:00 |
|
|
|
2d83f20489
|
chore: reuse alloy-primitives logs bloom (#12031)
|
2024-10-24 11:12:13 +00:00 |
|
|
|
f3853e71b3
|
test(trie): get sparse trie nodes at depth (#12007)
|
2024-10-23 15:22:59 +00:00 |
|
|
|
e98a050dc7
|
fix(trie): account for existing nodes when revealing a node (#11836)
|
2024-10-23 14:27:52 +00:00 |
|
|
|
e70b112420
|
feat(trie): update sparse trie hashes below level (#11969)
|
2024-10-22 18:04:58 +00:00 |
|
|
|
8b1dfcca3f
|
test(trie): proptest <-> alloy maps integration (#11962)
|
2024-10-22 14:56:17 +00:00 |
|
|
|
b3015c75b1
|
fix(trie): removing a blinded leaf should result in an error (#11869)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2024-10-22 13:31:37 +00:00 |
|
|
|
bddd3202e4
|
test(trie): narrow the range of keys for sparse trie fuzz (#11937)
|
2024-10-21 19:04:09 +00:00 |
|
|
|
e2ecb6224d
|
chore: remove unused deps (#11898)
|
2024-10-19 16:54:07 +00:00 |
|
|
|
4254b80a89
|
bench(trie): avoid unnecessary clones in hash builder repeated bench (#11827)
|
2024-10-17 10:27:57 +00:00 |
|
|
|
bac244ae97
|
feat(trie): sparse trie leaf removal (#11752)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2024-10-17 10:20:56 +00:00 |
|
|
|
63a75fdd95
|
fix(trie): intermediate trie node hashes (#11826)
|
2024-10-17 08:07:45 +00:00 |
|
|
|
e3e83b7e71
|
docs(trie): revealed sparse trie invariants (#11825)
|
2024-10-17 08:03:25 +00:00 |
|
|
|
dcaa432155
|
chore(trie): use RlpNode::as_hash (#11808)
|
2024-10-16 18:31:58 +00:00 |
|
|
|
a235f7214c
|
feat(trie): sparse trie (#11741)
|
2024-10-15 13:53:43 +00:00 |
|
|
|
d2233fcc0d
|
feat: new reth-trie-sparse crate (#11707)
|
2024-10-14 09:22:27 +00:00 |
|