mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: introduce StateCommitment type (#11842)
This commit is contained in:
@ -31,6 +31,7 @@ reth-primitives.workspace = true
|
||||
reth-provider = { workspace = true, features = ["test-utils"] }
|
||||
reth-tasks.workspace = true
|
||||
reth-transaction-pool = { workspace = true, features = ["test-utils"] }
|
||||
reth-trie-db.workspace = true
|
||||
|
||||
## async
|
||||
futures-util.workspace = true
|
||||
|
||||
@ -119,6 +119,7 @@ pub struct TestNode;
|
||||
impl NodeTypes for TestNode {
|
||||
type Primitives = ();
|
||||
type ChainSpec = ChainSpec;
|
||||
type StateCommitment = reth_trie_db::MerklePatriciaTrie;
|
||||
}
|
||||
|
||||
impl NodeTypesWithEngine for TestNode {
|
||||
|
||||
Reference in New Issue
Block a user