Closed
Description
Problem
The openrpc.json
schema file provided in the repo is not aligned with the one generated using the official Ethereum execution API specs repo.
We noticed the differences while working on some updates about the v
parameter.
See here for an example of a compiled openrpc.json
schema file.
Solution
- Adhere to the OpenRPC schema definition generated by the official Ethereum execution API specs repo for all those functions we already implemented in the JSON-RPC Relay
- (Optional) Find a way to keep the spec in sync in case of updates
Alternatives
No response