You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 ismaxPriorityFeePerGas
There are probably others as well.Solution
Alternatives
No response
The text was updated successfully, but these errors were encountered: