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
We are adding the ability for the mempool to return the current nonce in the mempool. With this, the CLI can create sequential transactions prior to them being included in a block.
The CLI should call get_pending_nonce, using it if it exists, otherwise using get_current_nonce from chain.
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
New feature
We are adding the ability for the mempool to return the current nonce in the mempool. With this, the CLI can create sequential transactions prior to them being included in a block.
The CLI should call
get_pending_nonce
, using it if it exists, otherwise usingget_current_nonce
from chain.Anything else?
No response
The text was updated successfully, but these errors were encountered: