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

Update standardness rules congruent to Bitcoin Core #2178

Merged
merged 2 commits into from
May 21, 2024

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    04469e6 View commit details
    Browse the repository at this point in the history
  2. mempool: make txn's below 65 non-witness bytes non-standard

    This is to mitigate CVE-2017-12842. Along the way, also error when
    deserializing transactions that have the witness marker flag set
    but have no witnesses. This matches Bitcoin Core's behaviour initially
    introduced here bitcoin/bitcoin#14039. Allowing
    such transactions is benign, but this makes sure that our parsing code
    matches Core's exactly.
    ProofOfKeags committed May 21, 2024
    Configuration menu
    Copy the full SHA
    da2f3b1 View commit details
    Browse the repository at this point in the history