Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Support fetching pending nonce #176

Closed
@yihuang

Description

Proposal: Support fetching pending nonce

Current behavior: only support fetching from current deliver state

Desired behavior: ethereum api supports query on latest/pending/historical block height state.

Use case:

Fetching pending nonce when sending a new transaction is a common pattern in web3 development.

Related code in go-ethereum: https://github.com/ethereum/go-ethereum/blob/master/internal/ethapi/api.go#L1475

I think it's tricky to implement, but I create this issue nonetheless.

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions