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
Since updating from Geth 1.9.0 to 1.9.1 the response from the JSON RPC call eth_getBlockByNumber has changed such that the 'size' field of the response is no longer a hex number.
System information
Geth version: Geth/novichock-rpc-node/v1.9.1-stable-b7b2f60f/linux-amd64/go1.11.5
OS & Version: Linux
Commit hash : (if develop)
credfeto
changed the title
Geth 1.9.1 has changed Block size from being a hex number with a prefix to one without.
JSON_RPC - Geth 1.9.1 has changed block size from being a hex number with a prefix to one without.
Jul 24, 2019
Hi there,
Since updating from Geth 1.9.0 to 1.9.1 the response from the JSON RPC call eth_getBlockByNumber has changed such that the 'size' field of the response is no longer a hex number.
System information
Geth version: Geth/novichock-rpc-node/v1.9.1-stable-b7b2f60f/linux-amd64/go1.11.5
OS & Version: Linux
Commit hash : (if
develop
)Expected behaviour
Response should have size being a hex number:
Actual behaviour
Size no longer has a 0x prefix and I assume this is now a decimal number.
Steps to reproduce the behaviour
Call json RPC call:
Backtrace
The text was updated successfully, but these errors were encountered: