aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_bitcoin.cpp
AgeCommit message (Expand)Author
2017-04-24Merge #9792: FastRandomContext improvements and switch to ChaCha20Wladimir J. van der Laan
2017-04-03Replace uses of boost::filesystem with fsWladimir J. van der Laan
2017-04-03Replace includes of boost/filesystem.h with fs.hWladimir J. van der Laan
2017-03-29Switch FastRandomContext to ChaCha20Pieter Wuille
2017-03-10Make test_bitcoin.cpp compatible with Qt Test frameworkRussell Yanofsky
2017-03-07Merge #9602: Remove coin age priority and free transactions - implementationWladimir J. van der Laan
2017-03-03[cleanup] Remove coin age priority completely.Alex Morcos
2017-03-03[test] Remove priority from testsAlex Morcos
2017-03-02test: Report InitBlockIndex resultWladimir J. van der Laan
2017-02-21use EXIT_ codes instead of magic numbersMarko Bencun
2017-01-22[Trivial] Grammar and typo correctionLauda
2017-01-04Remove member variable hadNoDependencies from CTxMemPoolEntryAlex Morcos
2017-01-04Merge #9283: A few more CTransactionRef optimizationsWladimir J. van der Laan
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-27Add a ForceSetArg method for testingMatt Corallo
2016-12-24Un-expose mapArgs from utils.hMatt Corallo
2016-12-21Make AcceptToMemoryPool take CTransactionRefPieter Wuille
2016-12-14Merge #8895: Better SigCache ImplementationPieter Wuille
2016-12-14Add CuckooCache implementation and replace the sigcache map_type with itJeremy Rubin
2016-12-04Remove unused CDiskBlockPos* argument from ProcessNewBlockMatt Corallo
2016-12-04Switch pblock in ProcessNewBlock to a shared_ptrMatt Corallo
2016-12-02Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo
2016-12-02Move network-msg-processing code out of main to its own fileMatt Corallo
2016-11-19Introduce convenience type CTransactionRefPieter Wuille
2016-11-19Make CBlock::vtx a vector of shared_ptr<CTransaction>Pieter Wuille
2016-11-09Replace CValidationState param in ProcessNewBlock with BlockCheckedMatt Corallo
2016-11-09Remove pfrom parameter from ProcessNewBlockMatt Corallo
2016-11-03Fix compact block handling to not ban if block is invalidSuhas Daftuar
2016-10-18Merge #8865: Decouple peer-processing-logic from block-connection-logicWladimir J. van der Laan
2016-10-18Merge #8223: [c++11] Use std::unique_ptr for block creation.Wladimir J. van der Laan
2016-10-17Kill insecure_random and associated global stateWladimir J. van der Laan
2016-10-04Remove CConnman parameter from ProcessNewBlock/ActivateBestChainMatt Corallo
2016-09-19Move static global randomizer seeds into CConnmanPieter Wuille
2016-09-08net: Pass CConnman around as neededCory Fields
2016-09-08net: Create CConnman to encapsulate p2p connectionsCory Fields
2016-07-30Use a signal to continue init after genesis activationPieter Wuille
2016-06-22BIP141: Other consensus critical limits, and BIP145Pieter Wuille
2016-06-22Merge #8068: Compact BlocksWladimir J. van der Laan
2016-06-19Add TestMemPoolEntryHelper::FromTx version for CTransactionMatt Corallo
2016-06-18[c++11] Use std::unique_ptr for block creation.Daniel Kraft
2016-06-18Enable mempool consistency checks in unit testsPieter Wuille
2016-05-18Refactor CreateNewBlock to be a method of the BlockAssembler classAlex Morcos
2016-04-19Merge #7787: [Moveonly] Create ui_interface.cppWladimir J. van der Laan
2016-04-18test: Create test fixture for walletWladimir J. van der Laan
2016-04-02[ui] Move InitError, InitWarning, AmountErrMsgMarcoFalke
2016-04-02Merge #7691: [Wallet] refactor wallet/init interactionWladimir J. van der Laan
2016-03-31rpc: Register calls where they are definedWladimir J. van der Laan
2016-03-22[Wallet] refactor wallet/init interactionJonas Schnelli
2016-03-16Merge #7187: Keep reorgs fast for SequenceLocks checksWladimir J. van der Laan
2016-03-16Add LockPointsAlex Morcos