Fix the lighthouse node tracing issue

This commit is contained in:
Omar Abdulla
2025-09-28 21:39:50 +03:00
parent 331807e2f0
commit bd422b633e
3 changed files with 83 additions and 28 deletions
+3 -2
View File
@@ -89,12 +89,13 @@ echo "This may take a while..."
echo ""
# Run the tool
RUST_LOG="info" cargo run --release -- execute-tests \
RUST_LOG="info,alloy_pubsub::service=error" cargo run --release -- execute-tests \
--platform geth-evm-solc \
--platform lighthouse-geth-evm-solc \
--corpus "$CORPUS_FILE" \
--working-directory "$WORKDIR" \
--concurrency.number-of-nodes 5 \
--concurrency.number-of-nodes 3 \
--wallet.additional-keys 10000 \
--kitchensink.path "$SUBSTRATE_NODE_BIN" \
--revive-dev-node.path "$REVIVE_DEV_NODE_BIN" \
--eth-rpc.path "$ETH_RPC_BIN" \