erigontech / erigontech/erigon
RPC: Add support for `eth_getBlockByNumber("pending")` and `eth_getBlockTransactionCountByNumber("pending")`
Open
RPC
- Dominant language
- Go
- Stars
- 3.6k
- Forks
- 1.5k
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 455
Description
# Rationale
The pending block number is currently not being kept up to date in RPC.
Certain use cases (like testing transaction inclusion in next block via ethclient depend on this).
Why should this feature exist?
What are the use-cases?
# Implementation
Do you have ideas regarding the implementation of this feature?
Are you willing to implement this feature?
Contributor guide
Assessment
This issue has not been assessed yet.