0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-09 10:43:19 -05:00
bitcoin-bitcoin-core/src/script
Pieter Wuille 98b135f97f Make STRICTENC invalid pubkeys fail the script rather than the opcode.
This turns STRICTENC turn into a softforking-safe change (even though it
is not intended as a consensus rule), and as a result guarantee that using
it for mempool validation only results in consensus-valid transactions in
the mempool.
2014-11-20 15:29:26 +01:00
..
bitcoinconsensus.cpp build: add libbitcoinconsensus files and hook up the lib build 2014-11-19 22:31:10 -05:00
bitcoinconsensus.h build: add libbitcoinconsensus files and hook up the lib build 2014-11-19 22:31:10 -05:00
interpreter.cpp Make STRICTENC invalid pubkeys fail the script rather than the opcode. 2014-11-20 15:29:26 +01:00
interpreter.h Make STRICTENC invalid pubkeys fail the script rather than the opcode. 2014-11-20 15:29:26 +01: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 Make STRICTENC invalid pubkeys fail the script rather than the opcode. 2014-11-20 15:29:26 +01:00
script_error.h Make STRICTENC invalid pubkeys fail the script rather than the opcode. 2014-11-20 15:29:26 +01: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 Discourage NOPs reserved for soft-fork upgrades 2014-11-17 22:22:33 -05:00