forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Anthony Towns edited this page May 31, 2022
·
24 revisions
"Expect the unexpected!"
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 (TODO: document this in a BIP), and aggressively merge proposed changes. To keep things relatively simple, we base changes on released versions of Bitcoin Core.
- 23.0
- Setup:
- Soft forks:
- ANYPREVOUT / BIP 118 -- https://github.com/ajtowns/bitcoin/commits/202205-anyprevout
- CHECKTEMPLATEVERIFY / BIP 119 -- https://github.com/ajtowns/bitcoin/commits/202205-inquis-ctv
- CAT, CHECKSIGFROMSTACK
- OP_TX
- OP_PUSH_ANNEX, annex definition
- SIGHASH_GROUP