From 13cd77c935735527e4aeff26cb191a13ef69d244 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Tue, 26 Nov 2024 10:57:07 +0100 Subject: [PATCH] test: enable op prim arbitrary in e2e test-utils (#12862) --- Cargo.lock | 1 + crates/e2e-test-utils/Cargo.toml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 8208e2d1e..c94251694 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/crates/e2e-test-utils/Cargo.toml b/crates/e2e-test-utils/Cargo.toml index 4619c3573..77b19085d 100644 --- a/crates/e2e-test-utils/Cargo.toml +++ b/crates/e2e-test-utils/Cargo.toml @@ -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