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
But now gives the error: invalid argument 0: json: cannot unmarshal number into Go value of type *math.HexOrDecimal64
It's a simple change, but it would be helpful to call this out in the release notes so any client implementations will know they need to make the change prior to upgrading.
The text was updated successfully, but these errors were encountered:
There was a minor breaking change to the
eth_feeHistory
API introduced in v1.11.0.Specifically in the this commit: 31d401e
Previously the
blockCount
parameter could be given as a number in JSON; now it must be given as a string.This request body was previously valid:
But now gives the error:
invalid argument 0: json: cannot unmarshal number into Go value of type *math.HexOrDecimal64
It's a simple change, but it would be helpful to call this out in the release notes so any client implementations will know they need to make the change prior to upgrading.
The text was updated successfully, but these errors were encountered: