erigon-pulse/cmd/devnet/requests
Leonard Chinonso f76736e14a
Implemented mining of contract transactions on the devnet tool (#6102)
- Added a new method and type for contract transactions.
- Added functions to emit fallback events from contract transactions.
- Added GetLogs request generator
- Added tests for GetLogs request generator
2022-11-22 20:28:53 +07:00
..
account.go Added Mechanism For Sending Raw Transaction (#5825) 2022-10-31 17:46:49 +07:00
admin.go Implemented mining of contract transactions on the devnet tool (#6102) 2022-11-22 20:28:53 +07:00
block.go Implemented mining of contract transactions on the devnet tool (#6102) 2022-11-22 20:28:53 +07:00
event.go Implemented mining of contract transactions on the devnet tool (#6102) 2022-11-22 20:28:53 +07:00
mock_request.go Setup calls for rpc testing (#5661) 2022-10-11 13:34:32 +01:00
request_generator_test.go Implemented mining of contract transactions on the devnet tool (#6102) 2022-11-22 20:28:53 +07:00
request_generator.go Implemented mining of contract transactions on the devnet tool (#6102) 2022-11-22 20:28:53 +07:00
tx.go Setup web socket endpoints to listen for new transactions after sending (#5940) 2022-11-03 09:45:36 +07:00