koinos / koinos-cli

A command line utility used for key management and to interact with the Koinos blockchain.
Other
9 stars 7 forks source link

[FEATURE]: Get next nonce #201

Open mvandeberg opened 3 hours ago

mvandeberg commented 3 hours ago

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 using get_current_nonce from chain.

Anything else?

No response