You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered: