This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
JSON-RPC: Wrong specification or implementation? #8028
Labels
F3-annoyance 💩
The client behaves within expectations, however this “expected behaviour” itself is at issue.
P5-sometimesoon 🌲
Issue is worth doing soon.
Q2-easy 💃
Can be fixed by copy and pasting from StackOverflow.
Milestone
According to documentation of eth_getBlockByNumber when
pending
block requested result should have null innumber
field.But in the code of Parity I've found that it always returns number of next block :
Could you please clarify can
number
hasnull
value or not ?Another question is about
miner
field. Could it hasnull
value or not ?The text was updated successfully, but these errors were encountered: