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 was archived by the owner on Oct 11, 2024. It is now read-only.
If transactions land to the nodes in such a way that early-nonce-transaction arrives later than the rest of the batch, and the batch makes it in the block, the delayed transaction will get rejected with INVALID_NONCE. See more context here and here. The solution is to use a pool of access keys or wait until it is resolved on the protocol level NEP-522: Optional Transaction Ordering near/NEPs#522
As part of this issue, I want us to doublecheck that it is possible to use near-api-rs in such situation and if not having a nice solution, at least have the option to have a helper wrapper with a pool of access keys.