aboutsummaryrefslogtreecommitdiff
path: root/src/script/bitcoinconsensus.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make GetSerializeSize a wrapper on top of CSizeComputerPieter Wuille2016-11-071-1/+1
* Make streams' read and write return voidPieter Wuille2016-11-071-2/+1
* libconsensus: Add input validation of flagsWladimir J. van der Laan2016-10-201-0/+9
* Rename to PrecomputedTransactionDataPieter Wuille2016-08-261-2/+2
* Precompute sighashesPieter Wuille2016-08-161-2/+2
* [libconsensus] Script verification API with amountsThomas Kerin2016-06-221-5/+25
* Refactor script validation to observe amountsPieter Wuille2016-06-221-1/+2
* 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
* make all catch() arguments constPhilip Kaufmann2014-12-171-1/+1
* MOVEONLY: core/ -> primitives/Luke Dashjr2014-12-031-1/+1
* build: add libbitcoinconsensus files and hook up the lib buildCory Fields2014-11-191-0/+91