Implement BIP 119 validation (OP_CHECKTEMPLATEVERIFY)#55
Merged
ajtowns merged 14 commits intobitcoin-inquisition:27.xfrom May 7, 2024
Merged
Implement BIP 119 validation (OP_CHECKTEMPLATEVERIFY)#55ajtowns merged 14 commits intobitcoin-inquisition:27.xfrom
ajtowns merged 14 commits intobitcoin-inquisition:27.xfrom
Conversation
8ae230e to
6f81502
Compare
Author
|
Drops support for automatic activation on the old CTV testnet. This didn't actually work in the 25.x branch due to a bug; and I think the chain has stopped updating, and doesn't seem to sync anymore. |
1436f12 to
cba32d2
Compare
[TESTS] modify script_tests.json to enable OP_NOP4 as OP_CHECKTEMPLATEVERIFY
…ase of bisecting should downstream software expect to parse NOP4 this now fails)
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 ported from #33.