Add support for out of order blocks and tolerance for future stamped …#27
Merged
ca333 merged 1 commit intoGLEECBTC:masterfrom Apr 25, 2018
Merged
Add support for out of order blocks and tolerance for future stamped …#27ca333 merged 1 commit intoGLEECBTC:masterfrom
ca333 merged 1 commit intoGLEECBTC:masterfrom
Conversation
…blocks In order to speed up block propagation, it is possible for some blocks to arrive out of order due to propagation delays combined with 2 or more blocks mined very quickly. Additionally futurestamping blocks allows a high hash rate miner to produce blocks that would be valid after a passage of time. Previously such blocks triggered an extreme response that banned the peer that broadcast it. Since these are temporary issues, if the block is still valid when it is within the allowed timestamp window, this update will process it normally.
ca333
pushed a commit
that referenced
this pull request
Mar 2, 2019
merge streamer branch into copy of master to check conflicts
ca333
pushed a commit
that referenced
this pull request
Mar 2, 2019
ca333
pushed a commit
that referenced
this pull request
Aug 10, 2019
Alrighttt
referenced
this pull request
in Alrighttt/komodo
May 23, 2022
v0.7.0-beta2: static-experimental -> static-dev
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…blocks
In order to speed up block propagation, it is possible for some blocks
to arrive out of order due to propagation delays combined with 2 or
more blocks mined very quickly.
Additionally futurestamping blocks allows a high hash rate miner to
produce blocks that would be valid after a passage of time.
Previously such blocks triggered an extreme response that banned the
peer that broadcast it. Since these are temporary issues, if the block
is still valid when it is within the allowed timestamp window, this
update will process it normally.