This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
Transaction receipt is missing information. #11109
Labels
F2-bug 🐞
The client fails to follow expected behavior.
M4-core ⛓
Core client code / Rust.
M6-rpcapi 📣
RPC API.
Milestone
Your issue description goes here below. Try to include actual vs. expected behavior and steps to reproduce the issue.
When fetching a transaction receipt immediately after getting the transaction hash in response to a
eth_sendRawTransaction
call, the receipt has null for a lot of values that should never be null.An example receipt response for a simple 0 value transfer:
While
blockHash
andblockNumber
are expected to be null,from
andto
should not be null. Theroot
being null is also bizarre, I would expect it to return the pending block rootroot
, though I can appreciate why that isnull
.The problem persists with a non-0 value transfer as well.
The text was updated successfully, but these errors were encountered: