Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Pending State Query #369

Closed
ColinSchwarz opened this issue Jul 7, 2020 · 1 comment
Closed

Pending State Query #369

ColinSchwarz opened this issue Jul 7, 2020 · 1 comment
Labels

Comments

@ColinSchwarz
Copy link

ColinSchwarz commented Jul 7, 2020

Implement a way to handle pending state queries through the Web3 API (Transactions in Cosmos are processed at end of block, in some niche cases people use that pending state). The first task would be to track pending transactions to be able to issue correct pending nonce when letting RPC API/ CLI default it for the transaction builder (Cosmos queries current state for defaulting nonce in their CLI so this would be a feature to match Geth because they default nonce based on the pending state).

The final step of this deliverable would be to improve the testing/compatibility of Web3 API through existing tooling or scripts to compare output against Geth.

@fedekunze
Copy link
Contributor

closed via #571

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants