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
For the next release, we should adjust the signer config parameter block_proposal_timeout_ms one way or another.
If we are able to include the miner changes in #5729, then the default value for this parameter should be lower than 10 minutes.
If we do not include that miner change in the release, then block_proposal_timeout_ms should default to something very high, e.g. 4 hours, since there is no chance of the previous miner mining a tenure extend, so we should not reject a late valid block from the current miner.
The text was updated successfully, but these errors were encountered:
Until #5729 is implemented, then there is no point in rejecting a block
from a miner, no matter how late it is, since no other miner will ever
try to extend into its tenure.
Fixes#5753
For the next release, we should adjust the signer config parameter
block_proposal_timeout_ms
one way or another.If we are able to include the miner changes in #5729, then the default value for this parameter should be lower than 10 minutes.
If we do not include that miner change in the release, then
block_proposal_timeout_ms
should default to something very high, e.g. 4 hours, since there is no chance of the previous miner mining a tenure extend, so we should not reject a late valid block from the current miner.The text was updated successfully, but these errors were encountered: