aboutsummaryrefslogtreecommitdiff
path: root/src/validation.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Make DisconnectBlock and ConnectBlock static in validation.cppMatt Corallo2017-04-101-3/+10
| |/ / / / |/| | | |
* | | | | Merge #9725: CValidationInterface CleanupsWladimir J. van der Laan2017-04-101-67/+75
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SyncTransaction->TxAddedToMempool/BlockConnected/DisconnectedMatt Corallo2017-04-071-27/+6
| * | | | Handle SyncTransaction in ActivateBestChain instead of ConnectTraceMatt Corallo2017-04-071-26/+48
| * | | | Keep conflictedTxs in ConnectTrace per-blockMatt Corallo2017-04-071-7/+11
| * | | | Handle conflicted transactions directly in ConnectTraceMatt Corallo2017-04-071-45/+39
| * | | | Make ConnectTrace::blocksConnected private, hide behind accessorsMatt Corallo2017-04-071-2/+12
| * | | | Add pblock to connectTrace at the end of ConnectTip, not startMatt Corallo2017-04-071-8/+7
| |/ / /
* | | | Merge #10135: [p2p] Send the correct error code in reject messagesWladimir J. van der Laan2017-04-101-4/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Send the correct error code in reject messagesJohn Newbery2017-03-311-4/+6
| |/ /
* | | Merge #9902: Lightweight abstraction of boost::filesystemWladimir J. van der Laan2017-04-061-12/+11
|\ \ \
| * | | Use fsbridge for fopen and freopenWladimir J. van der Laan2017-04-031-4/+4
| * | | Replace uses of boost::filesystem with fsWladimir J. van der Laan2017-04-031-6/+6
| * | | Replace includes of boost/filesystem.h with fs.hWladimir J. van der Laan2017-04-031-2/+1
* | | | Merge #10133: Clean up calculations of pcoinsTip memory usageWladimir J. van der Laan2017-04-051-3/+4
|\ \ \ \
| * | | | Make threshold for flushing more conservative.Alex Morcos2017-03-311-2/+3
| * | | | Make pcoinsTip memory calculations consistentAlex Morcos2017-03-311-2/+2
* | | | | Make GetWitnessCommitmentIndex callable on blocks without a coinbase txn.Gregory Maxwell2017-04-021-3/+5
| |/ / / |/| | |
* | | | Change LogAcceptCategory to use uint32_t rather than sets of strings.Gregory Maxwell2017-04-011-20/+21
|/ / /
* / / Compensate for memory peak at flush timePieter Wuille2017-03-301-1/+1
|/ /
* | [trivial] Fix typos in commentspracticalswift2017-03-211-1/+1
* | Merge #8665: Assert all the things!Wladimir J. van der Laan2017-03-141-2/+6
|\ \
| * | Assert ConnectBlock block and pIndex are the same blockNicolasDorier2017-02-191-1/+4
| * | ContextualCheckBlockHeader should never have pindexPrev to NULLNicolasDorier2017-02-151-1/+2
* | | Merge #9548: Remove min reasonable feeWladimir J. van der Laan2017-03-071-1/+1
|\ \ \
| * | | Remove unnecessary min fee argument in CTxMemPool constructorAlex Morcos2017-01-171-1/+1
* | | | Merge #9602: Remove coin age priority and free transactions - implementationWladimir J. van der Laan2017-03-071-35/+9
|\ \ \ \
| * | | | [cleanup] Remove coin age priority completely.Alex Morcos2017-03-031-5/+2
| * | | | [rpc] Remove priorityDelta from prioritisetransactionAlex Morcos2017-03-031-6/+4
| * | | | No longer allow "free" transactionsAlex Morcos2017-03-031-24/+3
* | | | | Define 7200 second timestamp window constantRussell Yanofsky2017-03-031-1/+1
|/ / / /
* | | | Merge #9773: Return errors from importmulti if complete rescans are not succe...Wladimir J. van der Laan2017-02-221-1/+6
|\ \ \ \
| * | | | Return errors from importmulti if complete rescans are not successfulRussell Yanofsky2017-02-171-1/+6
| | |_|/ | |/| |
* | | | Merge #9801: Removed redundant parameter from mempool.PrioritiseTransactionWladimir J. van der Laan2017-02-221-2/+2
|\ \ \ \
| * | | | Removed redundant parameter from mempool.PrioritiseTransactiongubatron2017-02-211-2/+2
* | | | | Read/write mempool.dat as a binary.Pavel Janík2017-02-201-2/+2
|/ / / /
* | | | Merge #9696: [trivial] Fix recently introduced typos in commentsMarcoFalke2017-02-181-5/+5
|\ \ \ \ | |/ / / |/| | |
| * | | [trivial] Fix recently introduced typos in commentspracticalswift2017-02-141-5/+5
| | |/ | |/|
* / | Harden against mistakes handling invalid blocksSuhas Daftuar2017-02-151-5/+11
|/ /
* | Merge #9644: [refactor] Remove using namespace <xxx> from src/MarcoFalke2017-01-301-24/+22
|\ \
| * | Refactor: Remove using namespace <xxx> from src/*.cpp.Karl-Johan Alm2017-01-271-24/+22
* | | Merge #9615: Wallet incremental feeWladimir J. van der Laan2017-01-301-2/+2
|\ \ \ | |/ / |/| |
| * | Use incrementalRelayFee for BIP 125 replacementAlex Morcos2017-01-191-2/+2
* | | Merge #9519: Exclude RBF replacement txs from fee estimationWladimir J. van der Laan2017-01-261-5/+7
|\ \ \
| * | | Exclude RBF txs from fee estimationAlex Morcos2017-01-201-5/+7
* | | | [Trivial] fix logging typo in FlushStateToDisk()John Newbery2017-01-241-1/+1
* | | | Introduce MemPoolConflictRemovalTrackerAlex Morcos2017-01-231-0/+45
* | | | mempool: add notification for added/removed entriesWladimir J. van der Laan2017-01-231-4/+4
* | | | Merge #9596: [bugfix] save feeDelta instead of priorityDelta in DumpMempoolPieter Wuille2017-01-231-1/+1
|\ \ \ \
| * | | | [bugfix] save feeDelta instead of priorityDelta in DumpMempoolAlex Morcos2017-01-191-1/+1
| | |/ / | |/| |