aboutsummaryrefslogtreecommitdiff
path: root/src/test/sigopcount_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sourcesMarcoFalke2017-01-051-12/+10
|\
| * Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.Karl-Johan Alm2017-01-021-12/+10
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
|/
* Move CTxInWitness inside CTxInPieter Wuille2016-12-041-21/+11
* Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
* Rename CTxinWitness -> CTxInWitnessBob McElrath2016-07-061-7/+7
* [qa] Add GetTransactionSigOpCost unit testsJonas Nick2016-06-221-0/+177
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* Prevector typePieter Wuille2015-11-131-1/+1
* tests: add a BasicTestingSetup and apply to all testsWladimir J. van der Laan2015-03-121-1/+2
* Replace direct use of 0 with SetNull and IsNullWladimir J. van der Laan2015-01-051-1/+1
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* boost: moveonly: split CPubKey and friends to new filesCory Fields2014-10-311-0/+1
* script: add ToByteVector() for converting anything with begin/endCory Fields2014-10-171-3/+3
* script: move CScriptID to standard.h and add a ctor for creating them from CS...Cory Fields2014-10-171-2/+2
* Move CTxDestination from script/script to script/standardPieter Wuille2014-09-161-5/+4
* Move CScript class and dependencies to script/scriptjtimon2014-09-081-1/+1
* Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)jtimon2014-09-081-1/+1
* Add licenses for tests and test dataWladimir J. van der Laan2014-03-181-1/+3
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-4/+8
* CSecret/CKey -> CKey/CPubKey split/refactorPieter Wuille2013-05-301-2/+2
* Fix signed/unsigned comparison warningsGavin Andresen2013-04-031-11/+11
* Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddressPieter Wuille2012-05-241-2/+2
* Fix tests after 38067c18Pieter Wuille2012-02-201-1/+1
* Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).Gavin Andresen2012-01-131-0/+60