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

Closed
sideninja opened this issue Feb 29, 2024 · 3 comments
Closed

Improve key-rotation mechanism #118

sideninja opened this issue Feb 29, 2024 · 3 comments
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

@j1010001
Copy link
Member

j1010001 commented Dec 4, 2024

instead of sealed we could use just Tx executed

@m-Peter
Copy link
Collaborator

m-Peter commented Dec 17, 2024

Completed by #693

@m-Peter m-Peter closed this as completed Dec 17, 2024
@github-project-automation github-project-automation bot moved this to ✅ Done in 🌊 Flow 4D Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

3 participants