matter-labs / era-test-node

In-memory node that can be used for integration testing and debugging.
https://matter-labs.github.io/era-test-node
Apache License 2.0
313 stars 76 forks source link

feat(spec-tests): add execution-apis submodule #381

Closed itegulov closed 2 weeks ago

itegulov commented 3 weeks ago

What :computer:

This PR creates a git submodule that points to https://github.com/ethereum/execution-apis (official ETH JSONRPC spec). Building it produces openrpc.json file that we rely on for spec tests.

Closes #375

Why :hand:

On the road of making spec tests enforceable in CI