aboutsummaryrefslogtreecommitdiff
path: root/src/validation.h
Commit message (Expand)AuthorAgeFilesLines
* fees: Reduce minimum relay fee to 0.001 DOGE, final change from tx to 0.01Michi Lumin2021-08-111-1/+1
* Use CAmount for constant amounts tooRoss Nicoll2021-08-081-1/+1
* Initial back end framework to separate wallet and relay fees + dust.Michi Lumin2021-07-301-3/+6
* Don't re-check AuxPoW when sending data to peersShibe2021-02-081-3/+3
* Halve timeoutsRoss Nicoll2021-02-071-4/+4
* Adapt block download timeouts to DogecoinRoss Nicoll2021-02-051-2/+2
* Default policy: reduce default mempool expiry timePatrick Lodder2021-01-271-1/+1
* [backport] [rpc] getblockchaininfo: add size_on_disk, prune_target_size, auto...Daniel Edgecumbe2020-07-241-0/+3
* Re-introduce alert functionality (#1470)Ross Nicoll2018-09-191-0/+3
* Clean up RPC tests (#1465)Ross Nicoll2018-09-191-1/+1
* Enforce minor Dogecoin parameters (#1427)Ross Nicoll2018-09-191-9/+9
* Bring 1.14 fees in line with 1.10 (#1425)Ross Nicoll2018-09-191-2/+2
* Add Dogecoin current fee calculation logic (#1413)Ross Nicoll2018-09-191-3/+3
* Modify chain consensus parameters to be height aware (#1396)Ross Nicoll2018-09-191-4/+4
* Merge AuxPoW support from NamecoreRoss Nicoll2018-09-191-0/+1
* Return errors from importmulti if complete rescans are not successfulRussell Yanofsky2017-02-221-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