refactor(trie): move state root database operations into extension trait (#9635)

Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
This commit is contained in:
Roman Hodulák
2024-07-22 12:59:49 +02:00
committed by GitHub
parent a82b3c5195
commit 5ec0c26980
32 changed files with 1504 additions and 1321 deletions

View File

@ -16,6 +16,7 @@ reth-db-api.workspace = true
reth-provider.workspace = true
reth-config.workspace = true
reth-trie.workspace = true
reth-trie-db.workspace = true
reth-etl.workspace = true
reth-codecs.workspace = true
reth-stages-types.workspace = true