| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename to PrecomputedTransactionData | Pieter Wuille | 2016-08-26 | 1 | -2/+2 |
| | | |||||
| * | Precompute sighashes | Pieter Wuille | 2016-08-16 | 1 | -2/+2 |
| | | | | | Original version by Nicolas Dorier. Precomputing version by Pieter Wuille. | ||||
| * | [libconsensus] Script verification API with amounts | Thomas Kerin | 2016-06-22 | 1 | -5/+25 |
| | | | | | | | | | | | script_tests: always test bitcoinconsensus_verify_script_with_amount if VERIFY_WITNESS isn't set Rename internal method + make it static trim bitcoinconsensus_ prefix Add SERIALIZE_TRANSACTION_WITNESS flag | ||||
| * | Refactor script validation to observe amounts | Pieter Wuille | 2016-06-22 | 1 | -1/+2 |
| | | | | | This is a preparation for BIP143 support. | ||||
| * | BIP141: Witness program | Pieter Wuille | 2016-06-22 | 1 | -1/+1 |
| | | |||||
| * | Bump copyright headers to 2015 | MarcoFalke | 2015-12-13 | 1 | -1/+1 |
| | | |||||
| * | Switch to libsecp256k1-based validation for ECDSA | Pieter Wuille | 2015-11-15 | 1 | -1/+8 |
| | | |||||
| * | Avoid storing a reference passed to SignatureChecker constructors | Pieter Wuille | 2015-02-02 | 1 | -1/+1 |
| | | |||||
| * | Use separate SignatureChecker for CMutableTransaction | Pieter Wuille | 2015-02-02 | 1 | -1/+1 |
| | | |||||
| * | Added "Core" to copyright headers | sandakersmann | 2014-12-19 | 1 | -1/+1 |
| | | | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60 | ||||
| * | make all catch() arguments const | Philip Kaufmann | 2014-12-17 | 1 | -1/+1 |
| | | | | | | | | - I saw this on http://en.cppreference.com/w/cpp/language/try_catch and thought it would be a good idea - also unify used format to better be able to search for exception uses in our codebase | ||||
| * | MOVEONLY: core/ -> primitives/ | Luke Dashjr | 2014-12-03 | 1 | -1/+1 |
| | | |||||
| * | build: add libbitcoinconsensus files and hook up the lib build | Cory Fields | 2014-11-19 | 1 | -0/+91 |
| Credit BlueMatt for libbitcoinsonsensus.h/cpp | |||||