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.
Closed
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.