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
{{ message }}
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
I'm trying to get transaction receipt via 'eth_getTransactionReceipt' method using mainnet blockchain.
Expected behavior:
Response contains 'status' field of type QUANTITY (hexadecimal number - JSON string) as stated here: Ethereum docs
Actual behavior:
Type of the 'status' field is an ordinary JSON integer number (decimal). It causes Nethereum library to throw invalid cast exception when deserializing the response.
The text was updated successfully, but these errors were encountered:
I'm trying to get transaction receipt via 'eth_getTransactionReceipt' method using mainnet blockchain.
Expected behavior:
Response contains 'status' field of type QUANTITY (hexadecimal number - JSON string) as stated here: Ethereum docs
Actual behavior:
Type of the 'status' field is an ordinary JSON integer number (decimal). It causes Nethereum library to throw invalid cast exception when deserializing the response.
The text was updated successfully, but these errors were encountered: