Skip to content

v1.0.0 release

Compare
Choose a tag to compare
@azuchi azuchi released this 16 Nov 23:50
· 132 commits to master since this release

The following change are included in this release:

Taproot-related flags are now standard

The following flags when processing scripts are now standard flags:

  • SCRIPT_VERIFY_TAPROOT
  • SCRIPT_VERIFY_DISCOURAGE_UPGRADABLE_TAPROOT_VERSION
  • SCRIPT_VERIFY_DISCOURAGE_OP_SUCCESS
  • SCRIPT_VERIFY_DISCOURAGE_UPGRADABLE_PUBKEYTYPE

In previous versions, these flags had to be explicitly set when evaluating Taproot-related scripts.