forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Gregory Sanders edited this page Dec 13, 2022
·
24 revisions
"The Inquisition was a group of institutions within the Catholic Church whose aim was to combat heresy, conducting trials of suspected heretics." - https://en.wikipedia.org/wiki/Inquisition
This is a fork of bitcoin with the goal of making it easy to do a deep investigation of the value of proposed consensus (and to a lesser extent, relay policy) changes. To do so, we disable support of non-controlled chains (ie, mainnet and testnet; only leaving support for regtest and signet), change the way activation works, and aggressively merge proposed changes. To keep things relatively simple, we base changes on released versions of Bitcoin Core.
-
24.0
- Setup:
- Released upstream
- Disable mainnet, testnet
- Support Heretical-Deployments activation
- Soft forks:
- ANYPREVOUT / BIP 118
- CHECKTEMPLATEVERIFY / BIP 119
- CAT, CHECKSIGFROMSTACK
- OP_TX
- OP_PUSH_ANNEX, annex definition
- SIGHASH_GROUP
- Great Consensus Cleanup
- Annex (#9)
- Relay Policy:
- Full RBF
- Package relay (#11)
- Small transactions (bitcoin#26265)
- Ephemeral Anchors (#12)
- Setup:
-
23.0
"Expect the unexpected!"