hedera-json-rpc-relay
hedera-json-rpc-relay copied to clipboard
Research: Improve compatility with standard Ethereum tooling
Problem
Some formatting on the relay's side can be enhanced to improve compatibility with ethereum libaries (for example go-ethereum/client).
Currently the relay returns null for certain fields if there's no value while the ethereum spec defines them as 0x0
. One such example is maxPriorityFeePerGas
There are probably others as well.
Solution
- Review values returned by the relay and align them with the ethereum spec
Alternatives
No response