erigon-pulse/cmd/devnet
Leonard Chinonso 805230ba63
Setup web socket endpoints to listen for new transactions after sending (#5940)
- Added listening methods for WebSocket subscriptions 
- Listened for new blocks using the newHeads method to determine when to
look for a transaction
- Added new util methods and tests for them
- Simplified communication to the user upon initiating the devnet tool
2022-11-03 09:45:36 +07:00
..
commands Setup web socket endpoints to listen for new transactions after sending (#5940) 2022-11-03 09:45:36 +07:00
devnetutils Setup web socket endpoints to listen for new transactions after sending (#5940) 2022-11-03 09:45:36 +07:00
models Setup web socket endpoints to listen for new transactions after sending (#5940) 2022-11-03 09:45:36 +07:00
node Setup web socket endpoints to listen for new transactions after sending (#5940) 2022-11-03 09:45:36 +07:00
requests Setup web socket endpoints to listen for new transactions after sending (#5940) 2022-11-03 09:45:36 +07:00
services Setup web socket endpoints to listen for new transactions after sending (#5940) 2022-11-03 09:45:36 +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.