I'm running:
- Parity version: 1.8.1 (also tried 1.8.2)
- Operating system: Windows
- And installed: via installer
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.
Dealing with rpc of this client is one of the biggest mistakes in my life.
Related #6887
Most helpful comment
Dealing with rpc of this client is one of the biggest mistakes in my life.