zeroxbrock/Contender Compare
Runs flashbots/contender against two user-specified node binaries.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| contender_bin_main | Path to the contender binary. | no | "" |
| contender_bin_pr | Alternate contender binary; used for testing contender itself. | no | "" |
| contender_spam_args | Raw args to pass to 'contender spam' | no | --tps 100 -d 5 erc20 |
| node_bin_main | Path to the main branch node binary. | yes | — |
| node_args_main | Arguments to pass to the main branch node binary. | no | "" |
| node_bin_pr | Path to the PR branch node binary. | yes | — |
| node_args_pr | Arguments to pass to the PR branch node binary. | no | "" |
| rpc_main | RPC URL of the main branch's EL node. | no | http://localhost:8545 |
| rpc_pr | RPC URL of the PR branch's EL node. | no | http://localhost:9545 |
Outputs
| name | description |
|---|---|
| reports_file | Path to combined contender reports JSON file |