Web3j 4.9.6
fails to deserialize 'v' field when calling eth_getBlockByNumber
or eth_getTransactionByHash
#916
Labels
Milestone
Description
When making a call to the RPC relay to
eth_getBlockByNumber
oreth_getTransactionByHash
, Web3J fails to serialize theTransaction
class due to the 'v' legacy field being a non-nullable Long.This may also apply in all cases looking at the JSON-RPC Ethereum docs
I've opened a PR changing this to '0x0' instead of null when mapping.
#917
Steps to reproduce
JsonMappingException
(see below)Additional context
Hedera network
testnet
Version
v0.17.1
Operating system
macOS
The text was updated successfully, but these errors were encountered: