feat(trie): SparseStateTrie::update_account (#12954)

This commit is contained in:
Roman Krasiuk
2024-11-28 13:00:18 +01:00
committed by GitHub
parent cbcf79a18e
commit e9a6e4525e
6 changed files with 67 additions and 11 deletions

View File

@ -14,8 +14,9 @@ workspace = true
[dependencies]
# reth
reth-tracing.workspace = true
reth-primitives-traits.workspace = true
reth-trie-common.workspace = true
reth-tracing.workspace = true
# alloy
alloy-primitives.workspace = true