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 Nov 30, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: