-
Notifications
You must be signed in to change notification settings - Fork 7
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
Block from future is ignored #239
Comments
Current threshold is 7 seconds. |
Scope this to just non-bp / non-finalizer. Allow unlimited blocks from the future. Leave the current limits for BP / Finalizer. |
Speculative blocks currently use: spring/plugins/producer_plugin/producer_plugin.cpp Lines 2004 to 2009 in 4ebe18b
Which looks at now. Need to modify that for speculative blocks to always use |
Do not reject future blocks on speculative nodes
On the spring beta1 testnet, local node synced up:
Sends handshake and then gets the block again and it applies it with no issue.
Seems we are a bit too aggressive about what we consider the future. Aggravated by my clock being skewed by about 3 seconds.
The text was updated successfully, but these errors were encountered: