Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added rpc combat simulator for Gnosis #44

Draft
wants to merge 3 commits into
base: reflow
Choose a base branch
from

Conversation

dmitriy-b
Copy link
Collaborator

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 using hivechain. 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:

  1. Update https://github.com/lightclient/rpctestgen to generate tests for Gnosis
  2. Manually fix the rest of the tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant