125 Commits (8c28670e92b6422eb7576f074446238f9f221999)

Author SHA1 Message Date
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 9 years ago
Jorge Timón 9dd793f499 TRIVIAL: Missing includes 9 years ago
Jonas Schnelli 9a8897f4ac Remove JSON Spirit wrapper, remove JSON Spirit leftovers 10 years ago
Jonas Schnelli 3df0411ad9 remove JSON Spirit UniValue wrapper 10 years ago
Jonas Schnelli 6c7bee0624 expicit set UniValue type to avoid empty values 10 years ago
Jonas Schnelli 53b4671a9d extend conversion to UniValue 10 years ago
Jeff Garzik 15982a8b69 Convert tree to using univalue. Eliminate all json_spirit uses. 10 years ago
Wladimir J. van der Laan 92fd887fd4 tests: add a BasicTestingSetup and apply to all tests 10 years ago
Suhas Daftuar 78c6bedb9c Add test for DER-encoding edge case 10 years ago
Suhas Daftuar 6f50dbd2fd Fix NegateSignatureS to not duplicate last byte of S 10 years ago
Pieter Wuille 9fddceda44 Avoid storing a reference passed to SignatureChecker constructors 10 years ago
Pieter Wuille 858809a33e Use separate SignatureChecker for CMutableTransaction 10 years ago