Skip to content

Bitcoin Inquisition 28.0

Latest
Compare
Choose a tag to compare
@ajtowns ajtowns released this 10 Oct 12:47
· 85 commits to 27.x since this release
a4ccaf6

Bitcoin Inquisition 28.0 is now available.

It is based on Bitcoin Core 28.0 and includes heretical activation of BIP 118 (ANYPREVOUT), BIP 119 (CHECKTEMPLATEVERIFY), and BIN-24-1 (BIP 347, OP_CAT). It also includes an 'evalscript' subcommand for bitcoin-util that can be used to test script opcode behaviour.

Bitcoin Core 28.0 includes a number of significant relay policy changes as well as changes to RPC behaviour; please see its release notes for more details.

What's Changed

  • Backports for 28.x by @ajtowns in #63
  • Forward port bitcoin-util evalscript and getdeploymentinfo script flags by @ajtowns in #64
  • Forward port setup commits to 28.x by @ajtowns in #65
  • Implement BIP 119 validation (OP_CHECKTEMPLATEVERIFY) by @ajtowns in #66
  • Implement BIP 118 validation (SIGHASH_ANYPREVOUT) by @ajtowns in #67
  • Implement BIP 347 validation (OP_CAT) by @ajtowns in #68

Full Changelog: v28.0...v28.0-inq