Age | Commit message (Expand) | Author |
2017-01-22 | [Trivial] Grammar and typo correction | Lauda |
2017-01-05 | Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sources | MarcoFalke |
2017-01-02 | Refactoring: Removed using namespace <xxx> from bench/ and test/ source files. | Karl-Johan Alm |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 |
2016-12-21 | Merge #8589: Inline CTxInWitness inside CTxIn | Wladimir J. van der Laan |
2016-12-09 | Refactor: Removed begin/end_ptr functions. | Karl-Johan Alm |
2016-12-04 | Move CTxInWitness inside CTxIn | Pieter Wuille |
2016-12-02 | Make CTransaction actually immutable | Pieter Wuille |
2016-10-20 | libconsensus: Add input validation of flags | Wladimir J. van der Laan |
2016-10-17 | test segwit uncompressed key fixes | Johnson Lau |
2016-10-16 | Require compressed keys in segwit as policy and disable signing with uncompre... | Johnson Lau |
2016-09-27 | Add policy: null signature for failed CHECK(MULTI)SIG | Johnson Lau |
2016-09-27 | Merge #8526: Make non-minimal OP_IF/NOTIF argument non-standard for P2WSH | Wladimir J. van der Laan |
2016-09-27 | Do not shadow variables | Pavel Janík |
2016-09-23 | Make non-minimal OP_IF/NOTIF argument non-standard for P2WSH | Johnson Lau |
2016-06-22 | [qa] script_tests: witness tests can specify tx amount | Suhas Daftuar |
2016-06-22 | [qa] p2p segwit tests | Suhas Daftuar |
2016-06-22 | [qa] Autogeneration support for witness in script_tests | Pieter Wuille |
2016-06-22 | [qa] Add segwit support to script_tests | Pieter Wuille |
2016-06-22 | BIP143: Signing logic | Pieter Wuille |
2016-06-22 | [libconsensus] Script verification API with amounts | Thomas Kerin |
2016-06-22 | BIP143: Verification logic | Pieter Wuille |
2016-06-22 | Refactor script validation to observe amounts | Pieter Wuille |
2016-06-22 | BIP141: Witness program | Pieter Wuille |
2016-05-30 | Adding P2SH(p2pkh) script test case | Chris Stewart |
2016-04-19 | Unit test for CScript::FindAndDelete | Gavin Andresen |
2016-04-05 | Merge script_valid and script_invalid tests | Pieter Wuille |
2016-04-05 | Get rid of expect in script_tests as it's implied by scripterror | Pieter Wuille |
2016-04-05 | Make script_error a mandatory 4th field for script_tests | Pieter Wuille |
2016-04-05 | Fix some misconstructed tests | Pieter Wuille |
2016-04-05 | Fix JSON pretty printing in script_tests | Pieter Wuille |
2016-03-14 | Merge #7517: test: script_error checking in script_invalid tests | Wladimir J. van der Laan |
2016-02-12 | Merge #7184: Implement SequenceLocks functions for BIP 68 | Wladimir J. van der Laan |
2016-02-11 | test: Script_error checking in script_invalid tests | Wladimir J. van der Laan |
2016-02-11 | test: Re-introduce JSON pretty printing in test builder | Wladimir J. van der Laan |
2016-02-10 | Implement SequenceLocks functions | Alex Morcos |
2016-01-05 | Merge pull request #7205 | Wladimir J. van der Laan |
2015-12-15 | Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY. | mb300sd |
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke |
2015-11-13 | Prevector type | Pieter Wuille |
2015-10-01 | [Univalue] add univalue over subtree | Jonas Schnelli |
2015-07-30 | Resolve issue 3166. | mruddy |
2015-07-23 | Includes: Cleanup around net main and wallet | Jorge Timón |
2015-07-23 | TRIVIAL: Missing includes | Jorge Timón |
2015-06-04 | Remove JSON Spirit wrapper, remove JSON Spirit leftovers | Jonas Schnelli |
2015-06-04 | remove JSON Spirit UniValue wrapper | Jonas Schnelli |
2015-06-04 | expicit set UniValue type to avoid empty values | Jonas Schnelli |
2015-06-04 | extend conversion to UniValue | Jonas Schnelli |
2015-06-04 | Convert tree to using univalue. Eliminate all json_spirit uses. | Jeff Garzik |
2015-03-12 | tests: add a BasicTestingSetup and apply to all tests | Wladimir J. van der Laan |