erigon-pulse/cmd/devnet
Jochen Müller da369fedac
Fix test in devnet tool (#7019)
- invalid gas price range with max < min
- nonce bumped for transactions that will not be mined
2023-03-03 16:20:45 +00:00
..
commands Devnet Test for EIP1559 (#6938) 2023-03-02 10:25:11 +00:00
contracts move math big constants to erigon-lib (#6719) 2023-01-27 11:39:34 +07:00
devnetutils Fix test in devnet tool (#7019) 2023-03-03 16:20:45 +00:00
models Devnet Test for EIP1559 (#6938) 2023-03-02 10:25:11 +00:00
node Devnet Test for EIP1559 (#6938) 2023-03-02 10:25:11 +00:00
requests Devnet Test for EIP1559 (#6938) 2023-03-02 10:25:11 +00:00
services Fix test in devnet tool (#7019) 2023-03-03 16:20:45 +00:00
main.go Terminating the devnet tool on successful checks (#6588) 2023-01-16 18:59:01 +00:00
README.md Devnet Remake (#5532) 2022-09-30 21:04:34 +01:00

Devnet

This is an automated tool run on the devnet that simulates p2p connection between nodes and ultimately tests operations on them. See DEV_CHAIN for a manual version.