hedera-json-rpc-relay icon indicating copy to clipboard operation
hedera-json-rpc-relay copied to clipboard

Research: Improve compatility with standard Ethereum tooling

Open isavov opened this issue 1 year ago • 0 comments

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

isavov avatar Feb 15 '24 16:02 isavov