Forward port setup commits to 27.x#54
Merged
ajtowns merged 9 commits intobitcoin-inquisition:27.xfrom May 7, 2024
Merged
Conversation
60c8f0a to
4229415
Compare
d74f1ae to
b77fc20
Compare
Now defaults to adding "inquisition" as a uacomment, unless the user specifies their own uacomment. Use -nouacomment to disable.
To avoid the risk of bugs in new consensus code causing potential chain splits or loss of funds, we disable use of this branch on mainnet or testnet. Use with either regtest or signet remains supported.
Co-Author: MarcoFalke <falke.marco@gmail.com>
After we replace versionbits with heretical deployments, these will not make sense.
b77fc20 to
a1df560
Compare
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 of #36 (inquisition branding), #31, #46, #47 (disable mainnet/testnet, bury taproot, heretical deployments with binana ids).