Skip to content

stuck node fix#620

Merged
jl777 merged 12 commits intodevfrom
jl777
Apr 24, 2018
Merged

stuck node fix#620
jl777 merged 12 commits intodevfrom
jl777

Conversation

@jl777
Copy link
Copy Markdown
Owner

@jl777 jl777 commented Apr 24, 2018

The timestamp variability created a condition where depending on the system clock and the clock offset of a particular node, to mark as invalid a block that was actually valid.

The old rule was if a block that had a timestamp 60 seconds in the future came in to mark it as invalid and it would never be allowed in the chain (until you restart).

The new rule is to do a “soft” reject and just not process it, i.e. not invalidating it for the duration of the process.

It was a rare condition, but I verified it with a special version that pretended all blocks were from the future.

@jl777 jl777 merged commit 0cbf6cf into dev Apr 24, 2018
dimxy pushed a commit to dimxy/komodo that referenced this pull request Feb 20, 2025
Add Season 8 pubkeys and update hardfork constants
miketout pushed a commit to miketout/VerusCoin that referenced this pull request Mar 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants