erigon-pulse/cmd/devnet
Leonard Chinonso 3163f40e58
Added Mechanism For Sending Raw Transaction (#5825)
- Added new requests for sending raw transactions
- Made provisions for other types of transactions generated, including
contracts
- Modified the models and services to accommodate general values
2022-10-31 17:46:49 +07:00
..
commands Added Mechanism For Sending Raw Transaction (#5825) 2022-10-31 17:46:49 +07:00
devnetutils Added Mechanism For Sending Raw Transaction (#5825) 2022-10-31 17:46:49 +07:00
models Added Mechanism For Sending Raw Transaction (#5825) 2022-10-31 17:46:49 +07:00
node Added Mechanism For Sending Raw Transaction (#5825) 2022-10-31 17:46:49 +07:00
requests Added Mechanism For Sending Raw Transaction (#5825) 2022-10-31 17:46:49 +07:00
services Added Mechanism For Sending Raw Transaction (#5825) 2022-10-31 17:46:49 +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.