140 Commits (63a4dc10876bfc61c2e87d35dcf17da2f0f8c316)

Author SHA1 Message Date
Wladimir J. van der Laan 138016bf92 test: refactor: Use absolute include paths for test data files 7 years ago
MeshCollider 1a445343f6 scripted-diff: Replace #include "" with #include <> (ryanofsky) 7 years ago
Anthony Towns d601f16621 Fix invalid memory access in CScript::operator+= 7 years ago
practicalswift 90d4d89230 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 7 years ago
practicalswift 6e8c48dc59 Add const to methods that do not modify the object for which it is called 7 years ago
Pieter Wuille 2dd6f80680 Add a test that all flags are softforks 8 years ago
Jorge Timón 5995735c5b
scripted-diff: Remove #include <boost/foreach.hpp> 8 years ago
Andrew Chow 5b75c47784 Add a valid opcode sanity check to CScript 8 years ago
Jorge Timón 7c00c26726
scripted-diff: Fully remove BOOST_FOREACH 8 years ago
practicalswift 5a9b508279 [trivial] Add end of namespace comments 8 years ago
Pavel Janík bb2aaeeeea Prevent -Wshadow warnings with gcc versions 4.8.5, 5.3.1 and 6.2.1. 8 years ago
practicalswift 8dc957ae06 Remove unused code 8 years ago
Lauda 5c66d41b7f [Trivial] Grammar and typo correction 8 years ago
Karl-Johan Alm 73f41190b9 Refactoring: Removed using namespace <xxx> from bench/ and test/ source files. 8 years ago
isle2983 27765b6403 Increment MIT Licence copyright header year on files modified in 2016 8 years ago
Karl-Johan Alm 8c1dbc5e9d Refactor: Removed begin/end_ptr functions. 8 years ago
Pieter Wuille f6fb7acda4 Move CTxInWitness inside CTxIn 8 years ago
Pieter Wuille 81e3228fcb Make CTransaction actually immutable 8 years ago
Wladimir J. van der Laan 5ca8ef299a libconsensus: Add input validation of flags 8 years ago
Johnson Lau 9260085377 test segwit uncompressed key fixes 8 years ago
Johnson Lau 4c0c25a604 Require compressed keys in segwit as policy and disable signing with uncompressed keys for segwit scripts 8 years ago
Johnson Lau e41bd449ab Add policy: null signature for failed CHECK(MULTI)SIG 8 years ago
Pavel Janík 4731cab8fb Do not shadow variables 8 years ago
Johnson Lau c72c5b1e3b Make non-minimal OP_IF/NOTIF argument non-standard for P2WSH 8 years ago
Suhas Daftuar d846e02372 [qa] script_tests: witness tests can specify tx amount 9 years ago
Suhas Daftuar 330b0f31ee [qa] p2p segwit tests 9 years ago
Pieter Wuille 66cca79130 [qa] Autogeneration support for witness in script_tests 9 years ago
Pieter Wuille 06d3805c1a [qa] Add segwit support to script_tests 9 years ago
Pieter Wuille 605e8473a7 BIP143: Signing logic 9 years ago
Thomas Kerin b7dbeb24eb [libconsensus] Script verification API with amounts 9 years ago
Pieter Wuille 3dd410294d BIP143: Verification logic 9 years ago
Pieter Wuille 0ef1dd3e11 Refactor script validation to observe amounts 9 years ago
Pieter Wuille 449f9b8deb BIP141: Witness program 9 years ago
Chris Stewart b682960a28 Adding P2SH(p2pkh) script test case 9 years ago
Gavin Andresen e2a30bc9a9 Unit test for CScript::FindAndDelete 9 years ago
Pieter Wuille dde46d3ae1 Merge script_valid and script_invalid tests 9 years ago
Pieter Wuille 009b503792 Get rid of expect in script_tests as it's implied by scripterror 9 years ago
Pieter Wuille 76da761351 Make script_error a mandatory 4th field for script_tests 9 years ago
Pieter Wuille 269281b7cc Fix some misconstructed tests 9 years ago
Pieter Wuille c7c664191f Fix JSON pretty printing in script_tests 9 years ago
Wladimir J. van der Laan 0ecb3401fe test: Script_error checking in script_invalid tests 9 years ago
Wladimir J. van der Laan 2317ad7c56 test: Re-introduce JSON pretty printing in test builder 9 years ago
Alex Morcos c6c2f0fd78 Implement SequenceLocks functions 9 years ago
mb300sd 37d271d7cc Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY. 9 years ago
MarcoFalke fa24439ff3 Bump copyright headers to 2015 9 years ago
Pieter Wuille 114b5812f6 Prevector type 9 years ago
Jonas Schnelli 9623e93473 [Univalue] add univalue over subtree 9 years ago
mruddy af3208bfa6 Resolve issue 3166. 9 years ago
Jorge Timón 60c8bac77c Includes: Cleanup around net main and wallet 10 years ago
Jorge Timón 9dd793f499 TRIVIAL: Missing includes 10 years ago