-
Notifications
You must be signed in to change notification settings - Fork 338
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: eliminate local transaction nonce cache
Stop keeping the next nonce in our local state. Instead we always calculate it from the blockchain nonce and the local pending transactions. Fixes issue #4826 where the local nonce cache was out of sync with the blockchain for an unknown reason and because of that no transactions got incorporated into the blockchain. This made unstaking or participation in the reserve incentives impossible. Tests adjusted by @martinconic.
- Loading branch information
1 parent
10b1a4d
commit d1fd469
Showing
2 changed files
with
16 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters