aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_bitcoin.cpp
AgeCommit message (Expand)Author
2016-03-18Add LockPointsAlex Morcos
2016-01-05Bump copyright headers to 2015MarcoFalke
2015-12-01Store the total sig op count of a tx.Alex Morcos
2015-11-30Track coinbase spends in CTxMemPoolEntrySuhas Daftuar
2015-11-19Change GetPriority calculation.Alex Morcos
2015-11-27Merge pull request #7053Wladimir J. van der Laan
2015-11-23Globals: Remove a bunch of Params() calls from main.cpp:Jorge Timón
2015-11-16Implement helper class for CTxMemPoolEntry constructorAlex Morcos
2015-11-11Chainparams: Explicit CChainParams arg for miner:Jorge Timón
2015-11-11Chainparams: Explicit CChainParams arg for main (pre miner):Jorge Timón
2015-11-01tests: Initialize networking on windowsWladimir J. van der Laan
2015-10-20Chainparams: Replace CBaseChainParams::Network enum with string constants (su...Jorge Timón
2015-07-27Unit test doublespends in new blocksGavin Andresen
2015-07-23TRIVIAL: Missing includesJorge Timón
2015-05-06Merge pull request #6047Wladimir J. van der Laan
2015-05-04Update key.cpp to use new libsecp256k1Pieter Wuille
2015-04-16Separate CTranslationInterface from CClientUIInterfaceJorge Timón
2015-04-01Merge pull request #5900Wladimir J. van der Laan
2015-03-29Initialization: setup environment before starting testsdexX7
2015-03-27Add a consistency check for the block chain data structuresPieter Wuille
2015-03-20Merge pull request #5745Wladimir J. van der Laan
2015-03-12[Move Only] Move wallet related things to src/wallet/Jonas Schnelli
2015-03-12tests: add a BasicTestingSetup and apply to all testsWladimir J. van der Laan
2015-03-09test: Remove UNITTEST paramsWladimir J. van der Laan
2015-03-03Reinitialize state in between individual unit tests.Pieter Wuille
2014-12-16Remove references to X11 licenceMichael Ford
2014-10-20Rename CWalletInterface to CValidationInterfacePieter Wuille
2014-10-08Merge pull request #4834Pieter Wuille
2014-10-02Switch testing framework from MAIN to new UNITTEST networkSergioDemianLerner
2014-10-02Revert merge of pull #4845Wladimir J. van der Laan
2014-09-29Switch testing framework from MAIN to new UNITTEST networkSergioDemianLerner
2014-09-24Get rid of the dummy CCoinsViewCache constructor argPieter Wuille
2014-08-26Split up util.cpp/hWladimir J. van der Laan
2014-07-09move rand functions from util to new random.h/.cppPhilip Kaufmann
2014-07-07Move ui_interface to bitcoin_server.aWladimir J. van der Laan
2014-06-25Remove unnecessary dependencies for bitcoin-cliWladimir J. van der Laan
2014-03-25Fix test build after d138598Wladimir J. van der Laan
2014-03-18Add licenses for tests and test dataWladimir J. van der Laan
2013-12-20Merge pull request #3416Wladimir J. van der Laan
2013-12-19Make bitcoin compile without wallet if "db_cxx.h" is not presentThomas Holenstein
2013-12-15Remove -logtodebuggerWladimir J. van der Laan
2013-12-08Add main-specific node statePieter Wuille
2013-12-04Delimit code with #ifdef ENABLE_WALLETWladimir J. van der Laan
2013-12-03bitcoin-cli: remove unneeded dependencies (only code movement)Wladimir J. van der Laan
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-04-03Port Thread* methods to boost::thread_groupGavin Andresen
2013-02-01Make sure the genesis block is present after reindexPieter Wuille
2013-01-08Parallelize script verificationPieter Wuille
2012-11-29Make test_bitcoin run in a temp datadirPieter Wuille
2012-11-10Fix tests after cache tweaksPieter Wuille