aboutsummaryrefslogtreecommitdiff
path: root/src/script/bitcoinconsensus.cpp
AgeCommit message (Expand)Author
2016-09-07Precompute sighashesPieter Wuille
2016-06-22[libconsensus] Script verification API with amountsThomas Kerin
2016-06-22Refactor script validation to observe amountsPieter Wuille
2016-06-22BIP141: Witness programPieter Wuille
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-11-15Switch to libsecp256k1-based validation for ECDSAPieter Wuille
2015-02-02Avoid storing a reference passed to SignatureChecker constructorsPieter Wuille
2015-02-02Use separate SignatureChecker for CMutableTransactionPieter Wuille
2014-12-19Added "Core" to copyright headerssandakersmann
2014-12-17make all catch() arguments constPhilip Kaufmann
2014-12-03MOVEONLY: core/ -> primitives/Luke Dashjr
2014-11-19build: add libbitcoinconsensus files and hook up the lib buildCory Fields