BitcoinPrivate-legacy/src/script
Cory Fields ab9edbd6b6 script: create sane error return codes for script validation and remove logging
Attempt to codify the possible error statuses associated with script
validation. script/types.h has been created with the expectation that it will
be part of the public lib interface. The other flag enums will be moved here in
a future commit.

Logging has also been removed in order to drop the dependency on core.h. It can
be re-added to bitcoind as-needed. This makes script verification finally free
of application state and boost!
2014-11-14 16:25:53 -05:00
..
interpreter.cpp script: create sane error return codes for script validation and remove logging 2014-11-14 16:25:53 -05:00
interpreter.h script: create sane error return codes for script validation and remove logging 2014-11-14 16:25:53 -05:00
script.cpp Add SCRIPT_VERIFY_MINIMALDATA (BIP62 rules 3 and 4) 2014-10-25 03:03:20 -07:00
script.h Make comments in /src/script doxygen compatible 2014-11-10 14:51:55 +08:00
script_error.cpp script: create sane error return codes for script validation and remove logging 2014-11-14 16:25:53 -05:00
script_error.h script: create sane error return codes for script validation and remove logging 2014-11-14 16:25:53 -05:00
sigcache.cpp Make comments in /src/script doxygen compatible 2014-11-10 14:51:55 +08:00
sigcache.h Fix all header defines 2014-11-03 16:16:40 +01:00
sign.cpp Make comments in /src/script doxygen compatible 2014-11-10 14:51:55 +08:00
sign.h Make comments in /src/script doxygen compatible 2014-11-10 14:51:55 +08:00
standard.cpp Make comments in /src/script doxygen compatible 2014-11-10 14:51:55 +08:00
standard.h Make comments in /src/script doxygen compatible 2014-11-10 14:51:55 +08:00