lbrycrd/src/policy
Peter Todd da894ab5da Accept any sequence of PUSHDATAs in OP_RETURN outputs
Previously only one PUSHDATA was allowed, needlessly limiting
applications such as matching OP_RETURN contents with bloom filters that
operate on a per-PUSHDATA level. Now any combination that passes
IsPushOnly() is allowed, so long as the total size of the scriptPubKey
is less than 42 bytes. (unchanged modulo non-minimal PUSHDATA encodings)

Also, this fixes the odd bug where previously the PUSHDATA could be
replaced by any single opcode, even sigops consuming opcodes such as
CHECKMULTISIG. (20 sigops!)
2015-10-01 18:28:13 +02:00
..
fees.cpp typofixes (found by misspell_fixer) 2015-08-10 22:06:27 +01:00
fees.h typofixes (found by misspell_fixer) 2015-08-10 22:06:27 +01:00
policy.cpp Accept any sequence of PUSHDATAs in OP_RETURN outputs 2015-10-01 18:28:13 +02:00
policy.h Policy: MOVEONLY: 3 functions to policy.o: 2015-06-26 17:59:10 +02:00