aboutsummaryrefslogtreecommitdiff
path: root/src/test/sigopcount_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace usage of GetScriptForWitness with GetScriptForDestinationMeshCollider2020-08-141-6/+4
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* scripted-diff: Sort test includesMarcoFalke2020-04-161-2/+2
* scripted-diff: test: Move setup_common to test libraryMarcoFalke2019-11-061-1/+1
* tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift2019-06-261-1/+1
* Replace CScriptID and CKeyID in CTxDestination with dedicated typesGregory Sanders2019-04-291-5/+5
* scripted-diff: Bump copyright headers in test, benchMarcoFalke2019-04-111-1/+1
* scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke2019-04-111-1/+1
* Removed implicit CTransaction constructor from testslucash-dev2018-12-111-7/+7
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Make it clear which functions that are intended to be translation unit localpracticalswift2018-05-031-2/+2
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-8/+8
* Remove confusing MAX_BLOCK_BASE_SIZE.Gregory Maxwell2017-07-141-0/+1
* Remove unused Boost includespracticalswift2017-06-091-1/+0
* Switch from per-tx to per-txout CCoinsViewCache methods in some placesPieter Wuille2017-06-011-1/+1
* MOVEONLY: tx functions to consensus/tx_verify.oJorge Timón2017-04-061-1/+1
* 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