aboutsummaryrefslogtreecommitdiff
path: root/src/script/bitcoinconsensus.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename to PrecomputedTransactionDataPieter Wuille2016-08-261-2/+2
|
* Precompute sighashesPieter Wuille2016-08-161-2/+2
| | | | Original version by Nicolas Dorier. Precomputing version by Pieter Wuille.
* [libconsensus] Script verification API with amountsThomas Kerin2016-06-221-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 amountsPieter Wuille2016-06-221-1/+2
| | | | This is a preparation for BIP143 support.
* BIP141: Witness programPieter Wuille2016-06-221-1/+1
|
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
|
* Switch to libsecp256k1-based validation for ECDSAPieter Wuille2015-11-151-1/+8
|
* Avoid storing a reference passed to SignatureChecker constructorsPieter Wuille2015-02-021-1/+1
|
* Use separate SignatureChecker for CMutableTransactionPieter Wuille2015-02-021-1/+1
|
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
| | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60
* make all catch() arguments constPhilip Kaufmann2014-12-171-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 Dashjr2014-12-031-1/+1
|
* build: add libbitcoinconsensus files and hook up the lib buildCory Fields2014-11-191-0/+91
Credit BlueMatt for libbitcoinsonsensus.h/cpp