Implement BIP 118 validation (SIGHASH_ANYPREVOUT)#56
Merged
ajtowns merged 8 commits intobitcoin-inquisition:27.xfrom May 7, 2024
Merged
Implement BIP 118 validation (SIGHASH_ANYPREVOUT)#56ajtowns merged 8 commits intobitcoin-inquisition:27.xfrom
ajtowns merged 8 commits intobitcoin-inquisition:27.xfrom
Conversation
d1c5874 to
efbac17
Compare
Introduce `KeyVersion` in preparation for defining new behaviours via BIP 342's "unknown public key type" upgrade mechanism.
… was conserved This fuzz targets copied the SignatureHashSchnorr function for Bitcoin Core 23.0 and checks the output of the APO-ready SignatureHashSchnorr from this branch against it. This is to make sure the behaviour of the function was not changed for non ANYPREVOUT keys, which would make some previously valid signatures invalid and, even worse, some previously invalid signatures valid.
This was referenced Sep 2, 2024
arminsabouri
pushed a commit
to arminsabouri/bitcoin
that referenced
this pull request
Nov 30, 2025
efb8ea04e4 Merge bitcoin-core/crc32c-subtree#8: Sync to upstream 4a7a05c48d Merge remote-tracking branch 'google/main' into bitcoin-fork 21fc8ef304 Fix typo (bitcoin-inquisition#59) 89f69843a1 Fix misspelled "Proccess" in comment 02e65f4fd3 Bump deps (bitcoin-inquisition#56) b9d6e825a1 Fix Windows CI build. (bitcoin-inquisition#54) bbbb93ab5d Switch CI to GitHub Actions (bitcoin-inquisition#55) d46cd17d70 Add clangd cache directory to .gitignore. git-subtree-dir: src/crc32c git-subtree-split: efb8ea04e4a5b6a18dc4bc1908fd1cb2dcefb585
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.
Forward port from #34