Wire up the cleaned up driver implementation

This commit is contained in:
Omar Abdulla
2025-09-30 13:39:25 +03:00
parent c3c7203af8
commit 8762702560
12 changed files with 450 additions and 827 deletions
+3 -3
View File
@@ -91,11 +91,11 @@ echo ""
# Run the tool
RUST_LOG="info,alloy_pubsub::service=error" cargo run --release -- execute-tests \
--platform geth-evm-solc \
--platform lighthouse-geth-evm-solc \
--platform revive-dev-node-polkavm-resolc \
--corpus "$CORPUS_FILE" \
--working-directory "$WORKDIR" \
--concurrency.number-of-nodes 3 \
--wallet.additional-keys 10000 \
--concurrency.number-of-nodes 5 \
--wallet.additional-keys 100000 \
--kitchensink.path "$SUBSTRATE_NODE_BIN" \
--revive-dev-node.path "$REVIVE_DEV_NODE_BIN" \
--eth-rpc.path "$ETH_RPC_BIN" \