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

Add SIGHASH_FORKID, a 2-way replay protection #109

Merged
merged 3 commits into from Nov 1, 2017

Commits on Oct 29, 2017

  1. Add SIGHASH_FORKID, a 2-way replay protection

    Require FORKID mechanism to be enabled by default, except for some
    special cases like legacy tests and blocks under BTG HF height
    shelvenzhou committed Oct 29, 2017
    Copy the full SHA
    777899b View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2017

  1. Add fork id to legacy tests and add replay attacks

    All unit tests are passed
    shelvenzhou committed Oct 30, 2017
    Copy the full SHA
    2860328 View commit details
    Browse the repository at this point in the history
  2. Add fork id to regtests

    shelvenzhou committed Oct 30, 2017
    Copy the full SHA
    4c1565b View commit details
    Browse the repository at this point in the history