|
|
85cdf01d29
|
fix(trie): exclude trie updates for root node (#10306)
|
2024-08-17 17:34:50 +00:00 |
|
|
|
ac3d62ba02
|
perf(tree): re-use intermediate nodes (#9836)
|
2024-08-13 19:57:22 +00:00 |
|
|
|
106a0c7cf7
|
refactor: replace once_cell Lazy with LazyLock (#9844)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
|
2024-08-08 14:20:42 +00:00 |
|
|
|
44028076ff
|
feat : add storage_root provider function for account (#9659)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2024-08-02 07:19:12 +00:00 |
|
|
|
f73a919a4a
|
refactor(trie): move database implementations of trie cursors to reth-trie-db crate (#10004)
|
2024-08-01 20:36:36 +00:00 |
|
|
|
217c21762e
|
refactor(trie): move hashed post state database transaction related functions to reth-trie-db crate (#9987)
|
2024-08-01 19:17:19 +00:00 |
|
|
|
de0bbb422d
|
chore(trie): move PrefixSetLoader to db crate (#9985)
|
2024-08-01 13:19:19 +00:00 |
|
|
|
fd1ca7380d
|
feat(trie): database trie witness (#9913)
|
2024-07-30 22:01:50 +00:00 |
|
|
|
5688739499
|
feat(trie): allow passing intermediate nodes to overlay state root (#9839)
|
2024-07-26 15:33:19 +00:00 |
|
|
|
efcc77ef44
|
feat(trie): trie node update extension (#9838)
|
2024-07-26 15:03:20 +00:00 |
|
|
|
c1a8791a4f
|
chore(trie): database trie cursor factory wrapper (#9831)
|
2024-07-26 13:57:01 +00:00 |
|
|
|
c1b5410867
|
feat(trie): multiproof (#9804)
|
2024-07-25 15:33:28 +00:00 |
|
|
|
22a25caed8
|
refactor(trie): move proof database related operations to an extension trait in reth-trie-db crate (#9743)
|
2024-07-25 14:59:04 +00:00 |
|
|
|
21335d65d0
|
feat: move hashed state and trie writing to provider (#9636)
|
2024-07-24 14:26:03 +00:00 |
|
|
|
e7ac0edcf0
|
refactor(trie): move storage root database operations into an extension trait in the reth-db-trie crate (#9721)
|
2024-07-23 12:58:05 +00:00 |
|
|
|
f2279a81c0
|
chore(trie): introduce wrapper struct for hashed cursor related impls (#9707)
|
2024-07-22 16:01:06 +00:00 |
|
|
|
5ec0c26980
|
refactor(trie): move state root database operations into extension trait (#9635)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2024-07-22 10:59:49 +00:00 |
|
|
|
85b65db14e
|
feat(trie): add empty reth-trie-db crate (#9585)
|
2024-07-18 10:15:18 +00:00 |
|