aboutsummaryrefslogtreecommitdiff
path: root/src/script/bitcoinconsensus.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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