Skip to content
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

fix: ensure that accumulated orphan chain data is committed before header validation #3462

Merged

Commits on Oct 16, 2021

  1. fix: ensure that accumulated orphan chain data is committed before he…

    …ader validation
    
    - commit orphan chain accumulated data before orphan header validation so that
      accumulated target difficulty is available for chain comparison
    - use hash for reorg chain rewind because height may potentially be
      manipulated to cause a large rewind
    sdbondi committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    ec97ae0 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Configuration menu
    Copy the full SHA
    8db6ec6 View commit details
    Browse the repository at this point in the history