You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: