mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
perf: enable map-foldhash alloy-primitives feature globally (#13278)
This commit is contained in:
@ -433,7 +433,9 @@ revm-primitives = { version = "14.0.0", default-features = false }
|
|||||||
# eth
|
# eth
|
||||||
alloy-chains = { version = "0.1.32", default-features = false }
|
alloy-chains = { version = "0.1.32", default-features = false }
|
||||||
alloy-dyn-abi = "0.8.15"
|
alloy-dyn-abi = "0.8.15"
|
||||||
alloy-primitives = { version = "0.8.15", default-features = false }
|
alloy-primitives = { version = "0.8.15", default-features = false, features = [
|
||||||
|
"map-foldhash",
|
||||||
|
] }
|
||||||
alloy-rlp = { version = "0.3.10", default-features = false }
|
alloy-rlp = { version = "0.3.10", default-features = false }
|
||||||
alloy-sol-types = "0.8.15"
|
alloy-sol-types = "0.8.15"
|
||||||
alloy-trie = { version = "0.7", default-features = false }
|
alloy-trie = { version = "0.7", default-features = false }
|
||||||
@ -563,7 +565,6 @@ tracing-futures = "0.2"
|
|||||||
tower = "0.4"
|
tower = "0.4"
|
||||||
tower-http = "0.6"
|
tower-http = "0.6"
|
||||||
|
|
||||||
|
|
||||||
# p2p
|
# p2p
|
||||||
discv5 = "0.8.0"
|
discv5 = "0.8.0"
|
||||||
if-addrs = "0.13"
|
if-addrs = "0.13"
|
||||||
|
|||||||
@ -11,7 +11,6 @@ description = "Sparse MPT implementation"
|
|||||||
[lints]
|
[lints]
|
||||||
workspace = true
|
workspace = true
|
||||||
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# reth
|
# reth
|
||||||
reth-primitives-traits.workspace = true
|
reth-primitives-traits.workspace = true
|
||||||
|
|||||||
Reference in New Issue
Block a user