aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_bitcoin.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | scripted-diff: use insecure_rand256/randrange morePieter Wuille2017-06-051-1/+1
|/
* Merge #9792: FastRandomContext improvements and switch to ChaCha20Wladimir J. van der Laan2017-04-241-1/+2
|\
| * Switch FastRandomContext to ChaCha20Pieter Wuille2017-03-291-1/+2
* | Replace uses of boost::filesystem with fsWladimir J. van der Laan2017-04-031-2/+2
* | Replace includes of boost/filesystem.h with fs.hWladimir J. van der Laan2017-04-031-1/+1
|/
* Make test_bitcoin.cpp compatible with Qt Test frameworkRussell Yanofsky2017-03-101-22/+6
* Merge #9602: Remove coin age priority and free transactions - implementationWladimir J. van der Laan2017-03-071-8/+5
|\
| * [cleanup] Remove coin age priority completely.Alex Morcos2017-03-031-2/+2
| * [test] Remove priority from testsAlex Morcos2017-03-031-8/+5
* | test: Report InitBlockIndex resultWladimir J. van der Laan2017-03-021-2/+2
|/
* use EXIT_ codes instead of magic numbersMarko Bencun2017-02-211-2/+2
* [Trivial] Grammar and typo correctionLauda2017-01-221-1/+1
* Remove member variable hadNoDependencies from CTxMemPoolEntryAlex Morcos2017-01-041-3/+2
* Merge #9283: A few more CTransactionRef optimizationsWladimir J. van der Laan2017-01-041-1/+1
|\
| * Make AcceptToMemoryPool take CTransactionRefPieter Wuille2016-12-211-1/+1
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* | Add a ForceSetArg method for testingMatt Corallo2016-12-271-3/+1
* | Un-expose mapArgs from utils.hMatt Corallo2016-12-241-0/+2
|/
* Merge #8895: Better SigCache ImplementationPieter Wuille2016-12-141-0/+2
|\
| * Add CuckooCache implementation and replace the sigcache map_type with itJeremy Rubin2016-12-141-0/+2
* | Remove unused CDiskBlockPos* argument from ProcessNewBlockMatt Corallo2016-12-041-1/+1
* | Switch pblock in ProcessNewBlock to a shared_ptrMatt Corallo2016-12-041-1/+2
* | Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
* | Move network-msg-processing code out of main to its own fileMatt Corallo2016-12-021-0/+1
* | Introduce convenience type CTransactionRefPieter Wuille2016-11-191-1/+1
* | Make CBlock::vtx a vector of shared_ptr<CTransaction>Pieter Wuille2016-11-191-4/+4
* | Replace CValidationState param in ProcessNewBlock with BlockCheckedMatt Corallo2016-11-091-2/+1
* | Remove pfrom parameter from ProcessNewBlockMatt Corallo2016-11-091-1/+1
* | Fix compact block handling to not ban if block is invalidSuhas Daftuar2016-11-031-1/+1
|/
* Merge #8865: Decouple peer-processing-logic from block-connection-logicWladimir J. van der Laan2016-10-181-1/+1
|\
| * Remove CConnman parameter from ProcessNewBlock/ActivateBestChainMatt Corallo2016-10-041-1/+1
* | Merge #8223: [c++11] Use std::unique_ptr for block creation.Wladimir J. van der Laan2016-10-181-2/+3
|\ \
| * | [c++11] Use std::unique_ptr for block creation.Daniel Kraft2016-06-181-2/+3
* | | Kill insecure_random and associated global stateWladimir J. van der Laan2016-10-171-0/+1
| |/ |/|
* | Move static global randomizer seeds into CConnmanPieter Wuille2016-09-191-1/+1
* | net: Pass CConnman around as neededCory Fields2016-09-081-1/+1
* | net: Create CConnman to encapsulate p2p connectionsCory Fields2016-09-081-0/+6
* | Use a signal to continue init after genesis activationPieter Wuille2016-07-301-0/+5
* | BIP141: Other consensus critical limits, and BIP145Pieter Wuille2016-06-221-1/+1
* | Merge #8068: Compact BlocksWladimir J. van der Laan2016-06-221-1/+5
|\ \
| * | Add TestMemPoolEntryHelper::FromTx version for CTransactionMatt Corallo2016-06-191-1/+5
| |/
* / Enable mempool consistency checks in unit testsPieter Wuille2016-06-181-0/+1
|/
* Refactor CreateNewBlock to be a method of the BlockAssembler classAlex Morcos2016-05-181-1/+1
* Merge #7787: [Moveonly] Create ui_interface.cppWladimir J. van der Laan2016-04-191-2/+0
|\
| * [ui] Move InitError, InitWarning, AmountErrMsgMarcoFalke2016-04-021-2/+0
* | test: Create test fixture for walletWladimir J. van der Laan2016-04-181-23/+0
|/
* Merge #7691: [Wallet] refactor wallet/init interactionWladimir J. van der Laan2016-04-021-1/+0
|\
| * [Wallet] refactor wallet/init interactionJonas Schnelli2016-03-221-1/+0
* | rpc: Register calls where they are definedWladimir J. van der Laan2016-03-311-1/+6
* | Merge #7187: Keep reorgs fast for SequenceLocks checksWladimir J. van der Laan2016-03-161-1/+1
|\ \ | |/ |/|