erigon-pulse/cmd/devnet/requests
Mark Holt 751f62615d
Devnet sync events (#7911)
This request implements an end to end Polygon state sync in the devnet.

It does this by deploying smart contracts ont the L2 & L2 chain which
follow the polygon fx portal model with security checks removed to
simplify the code. The sync events generated are routed through a local
mock heimdal - to avoid the consensus process for testing purposes.

The commit also includes support code to help the delivery of additional
contract based scenratios.
2023-07-20 23:10:18 +01:00
..
account.go Devnet sync events (#7911) 2023-07-20 23:10:18 +01:00
admin.go Devnet scenarios (#7723) 2023-06-14 12:35:22 +01:00
block.go Bor span testing (#7897) 2023-07-18 09:47:04 +01:00
errors.go refactor to allow switchable consensus and multiple communicating nodes (#7646) 2023-06-04 20:53:05 +01:00
event.go Devnet sync events (#7911) 2023-07-20 23:10:18 +01:00
request_generator_test.go Bor span testing (#7897) 2023-07-18 09:47:04 +01:00
request_generator.go Devnet sync events (#7911) 2023-07-20 23:10:18 +01:00
tx.go Devnet scenarios (#7723) 2023-06-14 12:35:22 +01:00