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

[signer] Do not submit more than one block validation request at a time #5408

Open
jferrant opened this issue Oct 30, 2024 · 0 comments
Open
Assignees

Comments

@jferrant
Copy link
Collaborator

Sometimes nodes get so far behind that it doesn't even return 429 to multiple block proposal submissions. This results in signers bombarding the node with proposals. It would be better to track if the signer has submitted a proposal, and not submit another until a timeout is reached or a response returned. If a timeout is reached, the proposal should be marked as rejected regardless of what the node later responds back. Make this timeout a configuration option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Status: 🆕 New
Development

No branches or pull requests

1 participant