erigon-pulse/cmd/devnet
Jochen Müller 97eccd913c
Some additions to the devnet tool (#7225)
- Fix tx numbers expected
- Check for baseFee subpool size too
- Fix tx counting
- Wait for blocks in baseFee subpool to be promoted and mined
- Add BlockNumber request
2023-03-30 21:49:28 +00:00
..
commands Some additions to the devnet tool (#7225) 2023-03-30 21:49:28 +00:00
contracts move math big constants to erigon-lib (#6719) 2023-01-27 11:39:34 +07:00
devnetutils etl: distinct empty values from nil (#7039) 2023-03-07 04:19:00 +00:00
models Some additions to the devnet tool (#7225) 2023-03-30 21:49:28 +00:00
node Devnet Test for EIP1559 (#6938) 2023-03-02 10:25:11 +00:00
requests Some additions to the devnet tool (#7225) 2023-03-30 21:49:28 +00:00
services Some additions to the devnet tool (#7225) 2023-03-30 21:49:28 +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.