lbrycrd/src/script
Pieter Wuille 19fc973097 Do not expose SigVersion argument to IsMine
Only IsMine's internal code needs this, as part of a recursion into P2SH and P2WSH
scripts. The exposed functions always operate on actual scriptPubKeys and not on
redeemScripts or witness scripts.
2018-04-19 20:52:47 -07:00
..
bitcoinconsensus.cpp Support deserializing into temporaries 2018-03-13 17:04:31 -07:00
bitcoinconsensus.h Fix missing or inconsistent include guards 2018-03-22 16:23:04 +01:00
interpreter.cpp Extract consts for WITNESS_V0 hash sizes 2018-04-10 20:13:32 -07:00
interpreter.h Extract consts for WITNESS_V0 hash sizes 2018-04-10 20:13:32 -07:00
ismine.cpp Do not expose SigVersion argument to IsMine 2018-04-19 20:52:47 -07:00
ismine.h Do not expose SigVersion argument to IsMine 2018-04-19 20:52:47 -07:00
script.cpp Increment MIT Licence copyright header year on files modified in 2017 2018-01-03 02:26:56 +09:00
script.h Drop dead code CScript::Find 2018-04-12 18:57:23 -07:00
script_error.cpp Increment MIT Licence copyright header year on files modified in 2017 2018-01-03 02:26:56 +09:00
script_error.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
sigcache.cpp Increment MIT Licence copyright header year on files modified in 2017 2018-01-03 02:26:56 +09:00
sigcache.h Increment MIT Licence copyright header year on files modified in 2017 2018-01-03 02:26:56 +09:00
sign.cpp Make DummySignatureCreator a singleton 2018-04-10 09:29:17 -07:00
sign.h Make DummySignatureCreator a singleton 2018-04-10 09:29:17 -07:00
standard.cpp Extract consts for WITNESS_V0 hash sizes 2018-04-10 20:13:32 -07:00
standard.h Make CScript -> CScriptID conversion explicit 2018-04-18 17:08:50 -07:00