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.

EIP 1898: allow default block parameter to be blockHash #10567

@charles-cooper

Description

@charles-cooper

In the following JSON-RPC calls, allow the default block parameter to be a block hash per https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1898.md:

  • eth_getBalance
  • eth_getStorageAt
  • eth_getTransactionCount
  • eth_getCode
  • eth_call
  • eth_getProof

This allows clients to unambiguously specify which block they are querying. Wondering if this is feasible to implement or if any changes to the spec need to be made?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions