HomePhabricator

Introduce script verification flags
99d0d0f356c3Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Introduce script verification flags

These flags select features to be enabled/disabled during script
evaluation/checking, instead of several booleans passed along.
Currently these flags are defined:

  • SCRIPT_VERIFY_P2SH: enable BIP16-style subscript evaluation
  • SCRIPT_VERIFY_STRICTENC: enforce strict adherence to pubkey/sig encoding standards.

Details

Provenance
Pieter Wuille <pieter.wuille@gmail.com>Authored on Nov 13 2012, 22:03
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGING6caffb5358b1: Merge pull request #1984 from grimd34th/patch-2
Branches
Unknown
Tags
Unknown

Event Timeline

Pieter Wuille <pieter.wuille@gmail.com> committed rSTAGING99d0d0f356c3: Introduce script verification flags (authored by Pieter Wuille <pieter.wuille@gmail.com>).Nov 15 2012, 22:00