erigon-pulse/cmd/devnet
2022-11-30 08:31:39 +07:00
..
commands evm tracing interface to use uint256, to avoid value.ToBig() allocations (#5781) 2022-11-30 08:31:39 +07:00
contracts Implemented mining of contract transactions on the devnet tool (#6102) 2022-11-22 20:28:53 +07:00
devnetutils Setup web socket endpoints to listen for new transactions after sending (#5940) 2022-11-03 09:45:36 +07:00
models Implemented mining of contract transactions on the devnet tool (#6102) 2022-11-22 20:28:53 +07:00
node Upgrade urfave/cli to v2 (#6047) 2022-11-14 17:33:57 +01:00
requests Implemented mining of contract transactions on the devnet tool (#6102) 2022-11-22 20:28:53 +07:00
services Implemented mining of contract transactions on the devnet tool (#6102) 2022-11-22 20:28:53 +07:00
main.go Setup calls for rpc testing (#5661) 2022-10-11 13:34:32 +01: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.