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

eth_getBlockByNumber("pending", "false") returns null for block number #8703

@peterbitfly

Description

@peterbitfly

I'm running:

  • Which Parity version?: 1.11.1
  • Which operating system?: Linux
  • How installed?: binaries
  • Are you fully synchronized?: yes
  • Which network are you connected to?: ethereum
  • Did you try to restart the node?: yes

Parity versions < 1.11.1 return the actual number of the pending block in the eth_getBlockByNumber("pending", "false") call, while parity version 1.11.1 returns "null" as pending block number. In order to not break backwards compatibility the call should return again the correct block number of the pending block. I assume the change is related to the new tx queue module.

Metadata

Metadata

Assignees

Labels

F3-annoyance 💩The client behaves within expectations, however this “expected behaviour” itself is at issue.M6-rpcapi 📣RPC API.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions