aboutsummaryrefslogtreecommitdiff
path: root/src/validation.h
Commit message (Expand)AuthorAgeFilesLines
* No longer allow "free" transactionsAlex Morcos2017-03-031-2/+0
* Return errors from importmulti if complete rescans are not successfulRussell Yanofsky2017-02-171-1/+9
* Merge #9499: Use recent-rejects, orphans, and recently-replaced txn for compa...Wladimir J. van der Laan2017-01-191-9/+6
|\
| * Make ATMP optionally return the CTransactionRefs it replacedMatt Corallo2017-01-091-3/+6
| * Move ORPHAN constants from validation.h to net_processing.hMatt Corallo2017-01-091-6/+0
* | Merge #9484: Introduce assumevalid setting to skip validation presumed valid ...Pieter Wuille2017-01-161-0/+3
|\ \
| * | Introduce assumevalid setting to skip presumed valid scripts.Gregory Maxwell2017-01-131-0/+3
* | | Merge #9375: Relay compact block messages prior to full block connectionPieter Wuille2017-01-131-1/+1
|\ \ \ | |/ / |/| |
| * | Make CBlockIndex*es in net_processing constMatt Corallo2017-01-041-1/+1
* | | Merge #9472: Disentangle progress estimation from checkpoints and update itWladimir J. van der Laan2017-01-121-0/+4
|\ \ \
| * | | Remove SIGCHECK_VERIFICATION_FACTORPieter Wuille2017-01-041-1/+1
| * | | Move tx estimation data out of CCheckPointDataPieter Wuille2017-01-041-2/+2
| * | | [MOVEONLY] Move progress estimation out of checkpointsPieter Wuille2017-01-041-0/+4
| |/ /
* | / Add pruneblockchain RPC to enable manual block file pruning.mrbandrews2017-01-101-0/+2
| |/ |/|
* | Merge #9138: Improve fee estimationPieter Wuille2017-01-051-0/+2
|\ \
| * | Add clarifying comments to fee estimationAlex Morcos2017-01-041-1/+1
| * | Add IsCurrentForFeeEstimatationAlex Morcos2017-01-041-0/+2
| |/
* | Merge #9312: Increase mempool expiry time to 2 weeksWladimir J. van der Laan2017-01-051-1/+1
|\ \ | |/ |/|
| * Increase mempool expiry time to 2 weeksAlex Morcos2016-12-091-1/+1
* | Merge #9283: A few more CTransactionRef optimizationsWladimir J. van der Laan2017-01-041-2/+2
|\ \
| * | Make AcceptToMemoryPool take CTransactionRefPieter Wuille2016-12-211-2/+2
* | | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
|/ /
* | Merge #9236: Fix races for strMiscWarning and fLargeWork*Found, make QT runaw...Wladimir J. van der Laan2016-12-191-1/+0
|\ \
| * | Make QT runawayException call GetWarnings instead of directly access strMiscW...Gregory Maxwell2016-12-031-1/+0
* | | Merge #9273: Remove unused CDiskBlockPos* argument from ProcessNewBlockWladimir J. van der Laan2016-12-141-2/+1
|\ \ \ | |_|/ |/| |
| * | Remove unused CDiskBlockPos* argument from ProcessNewBlockMatt Corallo2016-12-041-2/+1
* | | Merge #9014: Fix block-connection performance regressionWladimir J. van der Laan2016-12-051-2/+2
|\| |
| * | Switch pblock in ProcessNewBlock to a shared_ptrMatt Corallo2016-12-041-1/+1
| * | Make the optional pblock in ActivateBestChain a shared_ptrMatt Corallo2016-12-041-1/+1
| |/
* / Switch GetTransaction to returning a CTransactionRefPieter Wuille2016-12-021-1/+1
|/
* Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-0/+565