mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-24 09:50:01 +00:00
In this PR, we introduce a way to save Ethereum state into a file. This saved state can then be injected into Ethereum to speed up e2e initial test setup. This is a rewrite of the now closed PR https://github.com/datahaven-xyz/datahaven/pull/90 . It uses a an external tool written in rust to save state from the Ethereum running container : https://github.com/undercover-cactus/Chaos --------- Co-authored-by: Gonza Montiel <gonzamontiel@users.noreply.github.com> Co-authored-by: Steve Degosserie <723552+stiiifff@users.noreply.github.com>
18 lines
258 B
JSON
18 lines
258 B
JSON
[
|
|
{
|
|
"name": "EthereumGatewayAddress",
|
|
"value": null
|
|
},
|
|
{
|
|
"name": "RewardsRegistryAddress",
|
|
"value": null
|
|
},
|
|
{
|
|
"name": "RewardsUpdateSelector",
|
|
"value": null
|
|
},
|
|
{
|
|
"name": "RewardsAgentOrigin",
|
|
"value": null
|
|
}
|
|
]
|