-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix - running out of nonces under load (#224)
* Account for continued nonce consumption in target. Sort by expiration * remove redundant lock * lock for entire GetNonces operation * Swap map to slice for nonce cache in CosignerNonceCache * Add tests, fix prune all * Fix test * Add Delete test * lint * siplify flaky test * add comments
- Loading branch information
Showing
3 changed files
with
158 additions
and
55 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
Oops, something went wrong.