lbrycrd/src/script
Pieter Wuille 9df9cf5a9f Make SCRIPT_VERIFY_STRICTENC compatible with BIP62
* Delete canonical_tests.cpp, and move the tests to script_tests.cpp.
* Split off SCRIPT_VERIFY_DERSIG from SCRIPT_VERIFY_STRICTENC (the BIP62 part of it).
* Change signature STRICTENC/DERSIG semantics to fail the script entirely rather than the CHECKSIG result (softfork safety, and BIP62 requirement).
* Add many autogenerated tests for several odd cases.
* Mention specific BIP62 rules in the script verification flags.
2014-10-08 15:42:29 -07:00
..
compressor.cpp cleanup new script files (no code changes) 2014-09-14 12:25:38 +02:00
compressor.h cleanup new script files (no code changes) 2014-09-14 12:25:38 +02:00
interpreter.cpp Make SCRIPT_VERIFY_STRICTENC compatible with BIP62 2014-10-08 15:42:29 -07:00
interpreter.h Make SCRIPT_VERIFY_STRICTENC compatible with BIP62 2014-10-08 15:42:29 -07:00
script.cpp Move CTxDestination from script/script to script/standard 2014-09-16 19:14:32 +02:00
script.h Merge pull request #4969 2014-09-25 15:58:56 +02:00
sigcache.cpp minor license, header end comment etc. cleanup in /script 2014-10-06 13:00:55 +02:00
sigcache.h minor license, header end comment etc. cleanup in /script 2014-10-06 13:00:55 +02:00
sign.cpp Replace SCRIPT_VERIFY_NOCACHE by flag directly to checker 2014-10-02 20:26:58 +02:00
sign.h cleanup new script files (no code changes) 2014-09-14 12:25:38 +02:00
standard.cpp Don't return an address for invalid pubkeys 2014-10-06 21:54:34 -04:00
standard.h Move CTxDestination from script/script to script/standard 2014-09-16 19:14:32 +02:00