Added rpc combat simulator for Gnosis #44
Draft
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The simulator allows to execute execution-api tests, adjusted for Gnosis.
The tests temporary located at https://github.com/dmitriy-b/execution-apis/tree/gnosis . The repository will be moved to Gnosis Org after finalizing the structure.
The report is https://hive-gno.nethermind.io/suite.html?suiteid=1729845194-e7bf2a9f7ef64ef95d31cf837416a2d0.json&suitename=rpc-compat .
At the moment we have 27 passed and 63 failed tests. The most of failed tests require
chain.rlp
blocks created for gnosis network. Currently we can generate it for Ethereum network only usinghivechain
. I am working on some generic implementation https://github.com/dmitriy-b/rlp-to-blockchain to make it possible to create rlp blocks for any network.After creating of
chain.rlp
we can fix the rest of the tests in 2 ways: