Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Wrong type of 'status' field of transaction receipt (v1.8.1) #6920

Closed
msvprogs opened this issue Oct 29, 2017 · 2 comments
Closed

Wrong type of 'status' field of transaction receipt (v1.8.1) #6920

msvprogs opened this issue Oct 29, 2017 · 2 comments
Assignees
Labels
F2-bug 🐞 The client fails to follow expected behavior. M6-rpcapi 📣 RPC API.
Milestone

Comments

@msvprogs
Copy link

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.


@sammy007
Copy link

sammy007 commented Oct 29, 2017

Dealing with rpc of this client is one of the biggest mistakes in my life.

@tomusdrw tomusdrw self-assigned this Oct 30, 2017
@tomusdrw tomusdrw added F2-bug 🐞 The client fails to follow expected behavior. M6-rpcapi 📣 RPC API. labels Oct 30, 2017
@tomusdrw
Copy link
Collaborator

Related #6887

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
F2-bug 🐞 The client fails to follow expected behavior. M6-rpcapi 📣 RPC API.
Projects
None yet
Development

No branches or pull requests

4 participants