Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve key-rotation mechanism #118

Open
sideninja opened this issue Feb 29, 2024 · 1 comment
Open

Improve key-rotation mechanism #118

sideninja opened this issue Feb 29, 2024 · 1 comment
Assignees

Comments

@sideninja
Copy link
Contributor

If there is a bigger load on transaction submission it might come to a case where there are less keys than transactions being submitted which might mean that the same key will be used before the previous transaction is sealed.
Improvement should be made to wait for that transaction to be sealed before submitting a new one. There's also a possibility with offline nonce tracking with a frequent sync.

@m-Peter
Copy link
Collaborator

m-Peter commented Oct 17, 2024

Related to #477

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

2 participants