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
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