mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: use reth-ethereum-primitives (#13830)
This commit is contained in:
25
Cargo.lock
generated
25
Cargo.lock
generated
@ -3050,6 +3050,7 @@ dependencies = [
|
||||
"reth-node-ethereum",
|
||||
"reth-node-types",
|
||||
"reth-primitives",
|
||||
"reth-primitives-traits",
|
||||
"reth-provider",
|
||||
]
|
||||
|
||||
@ -5453,7 +5454,6 @@ dependencies = [
|
||||
"alloy-primitives",
|
||||
"alloy-rpc-types-eth",
|
||||
"alloy-serde",
|
||||
"arbitrary",
|
||||
"derive_more",
|
||||
"op-alloy-consensus",
|
||||
"serde",
|
||||
@ -7444,9 +7444,13 @@ version = "1.1.5"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
"alloy-network",
|
||||
"alloy-primitives",
|
||||
"alloy-rlp",
|
||||
"alloy-rpc-types",
|
||||
"alloy-serde",
|
||||
"arbitrary",
|
||||
"bincode",
|
||||
"derive_more",
|
||||
"modular-bitfield",
|
||||
"once_cell",
|
||||
@ -7455,7 +7459,9 @@ dependencies = [
|
||||
"rand 0.8.5",
|
||||
"reth-codecs",
|
||||
"reth-primitives-traits",
|
||||
"reth-testing-utils",
|
||||
"reth-zstd-compressors",
|
||||
"revm-primitives",
|
||||
"secp256k1",
|
||||
"serde",
|
||||
"test-fuzz",
|
||||
@ -8552,42 +8558,27 @@ dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
"alloy-genesis",
|
||||
"alloy-network",
|
||||
"alloy-primitives",
|
||||
"alloy-rlp",
|
||||
"alloy-rpc-types",
|
||||
"alloy-serde",
|
||||
"alloy-trie",
|
||||
"arbitrary",
|
||||
"assert_matches",
|
||||
"bincode",
|
||||
"bytes",
|
||||
"c-kzg",
|
||||
"codspeed-criterion-compat",
|
||||
"derive_more",
|
||||
"modular-bitfield",
|
||||
"once_cell",
|
||||
"op-alloy-consensus",
|
||||
"op-alloy-rpc-types",
|
||||
"pprof",
|
||||
"proptest",
|
||||
"proptest-arbitrary-interop",
|
||||
"rand 0.8.5",
|
||||
"reth-chainspec",
|
||||
"reth-codecs",
|
||||
"reth-ethereum-forks",
|
||||
"reth-ethereum-primitives",
|
||||
"reth-primitives-traits",
|
||||
"reth-static-file-types",
|
||||
"reth-testing-utils",
|
||||
"reth-trie-common",
|
||||
"reth-zstd-compressors",
|
||||
"revm-primitives",
|
||||
"rstest",
|
||||
"secp256k1",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"serde_with",
|
||||
"test-fuzz",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
Reference in New Issue
Block a user