stacks-network/stacks-core

[stacks-node] ignore old block proposal validation requests for blocks older than x seconds

Opened this issue · 0 comments

When processing requests, if it sees a block validation request from greater than X seconds ago (may need to add a timestamp in the request), quickly respond with an error code so the node doesn't spend any time doing the validation if the block is already too old.

See #5409 (comment)