capi icon indicating copy to clipboard operation
capi copied to clipboard

safeguard against same nonces in parallelized txs

Open harrysolovay opened this issue 1 year ago • 2 comments

In some cases, two txs will trigger two system_accountNextIndex calls, which are parallelized, and produce the same nonce. This in turn invalidates one of the two txs. I believe we need some kind of nonce-management system––perhaps a dedicated Rune.

harrysolovay avatar Feb 26 '23 00:02 harrysolovay