lbcd/data
David Hill f513518b4f Discourage NOPs reserved for soft-fork upgrades
NOP1 through NOP10 are reserved for future soft-fork upgrades.  When
such an upgrade occurs, the NOP argument will then require verification.
Rejecting transactions that contain these NOPs into the mempool will
discourage those transactions from being mined elsewhere and ensure
btcd will never mine such transactions.  This prevents now
invalid scripts (according to the majority of hashing power) even if the
client has not yet upgraded.

Non-executed upgradable NOPs are still allowed as they will still be
valid post-upgrade.

Mimics Bitcoin Core commit 03914234b3c9c35d66b51d580fe727a0707394ca
2015-01-29 11:36:03 -05:00
..
LICENSE Quick and dirty tests harnesses using some bitcoind test data. 2014-03-19 01:06:19 +00:00
script_invalid.json Discourage NOPs reserved for soft-fork upgrades 2015-01-29 11:36:03 -05:00
script_valid.json Discourage NOPs reserved for soft-fork upgrades 2015-01-29 11:36:03 -05:00
tx_invalid.json Sync TX tests with Bitcoin Core. 2014-12-19 15:20:48 -05:00
tx_valid.json Sync TX tests with Bitcoin Core. 2014-12-19 15:20:48 -05:00