mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
test: enable op prim arbitrary in e2e test-utils (#12862)
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -7112,6 +7112,7 @@ dependencies = [
|
||||
"reth-network-peers",
|
||||
"reth-node-api",
|
||||
"reth-node-builder",
|
||||
"reth-optimism-primitives",
|
||||
"reth-payload-builder",
|
||||
"reth-payload-builder-primitives",
|
||||
"reth-payload-primitives",
|
||||
|
||||
@ -28,6 +28,9 @@ reth-stages-types.workspace = true
|
||||
reth-network-peers.workspace = true
|
||||
reth-engine-local.workspace = true
|
||||
|
||||
# currently need to enable this for workspace level
|
||||
reth-optimism-primitives = { workspace = true, features = ["arbitrary"] }
|
||||
|
||||
# rpc
|
||||
jsonrpsee.workspace = true
|
||||
url.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user