aboutsummaryrefslogtreecommitdiff
path: root/src/validation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduce basic Dogecoin brandingRoss Nicoll2019-03-251-3/+3
* Re-introduce alert functionality (#1470)Ross Nicoll2018-09-191-13/+3
* Clean up RPC tests (#1465)Ross Nicoll2018-09-191-9/+9
* Enforce minor Dogecoin parameters (#1427)Ross Nicoll2018-09-191-8/+7
* Always use parameters at block 0 to get genesis block hash (#1416)Ross Nicoll2018-09-191-2/+2
* Move COINBASE_MATURITY to the consensus parameters (#1426)Ross Nicoll2018-09-191-3/+1
* Check only the base block version (#1411)Ross Nicoll2018-09-191-2/+2
* Add Dogecoin current fee calculation logic (#1413)Ross Nicoll2018-09-191-1/+1
* Modify chain consensus parameters to be height aware (#1396)Ross Nicoll2018-09-191-51/+72
* Change BIP65/66 enforcement to match Dogecoin (#1403)Ross Nicoll2018-09-191-4/+26
* Merge AuxPoW support from NamecoreRoss Nicoll2018-09-191-9/+37
* Litecoin: Scrypt n=1024 Pow hash based upon Colin Percival's Tarnsnap (2009) ...Warren Togami2018-09-191-2/+2
* Add Dogecoin block subsidy calculations.Ross Nicoll2018-09-191-1/+2
* Replace consensus values with Dogecoin equivalentsRoss Nicoll2018-09-191-3/+7
* Fix crash bug with duplicate inputs within a transactionSuhas Daftuar2018-09-181-1/+1
* Make threshold for flushing more conservative.Alex Morcos2017-04-051-2/+3
* Make pcoinsTip memory calculations consistentAlex Morcos2017-04-051-2/+2
* Make GetWitnessCommitmentIndex callable on blocks without a coinbase txn.Gregory Maxwell2017-04-041-3/+5
* Compensate for memory peak at flush timePieter Wuille2017-03-311-1/+1
* Return errors from importmulti if complete rescans are not successfulRussell Yanofsky2017-02-221-1/+6
* Read/write mempool.dat as a binary.Pavel Janík2017-02-211-2/+2
* 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
| | |/ | |/|
* | | Merge #9511: Don't overwrite validation state with corruption checkWladimir J. van der Laan2017-01-231-3/+4
|\ \ \
| * | | Don't overwrite validation state with corruption checkAlex Morcos2017-01-101-3/+4
* | | | Move wallet callbacks into cs_main (this effectively reverts #7946)Matt Corallo2017-01-191-9/+8
| |/ / |/| |
* | | Merge #9499: Use recent-rejects, orphans, and recently-replaced txn for compa...Wladimir J. van der Laan2017-01-191-7/+11
|\ \ \
| * | | Make ATMP optionally return the CTransactionRefs it replacedMatt Corallo2017-01-091-7/+11
| |/ /
* | | Merge #9484: Introduce assumevalid setting to skip validation presumed valid ...Pieter Wuille2017-01-161-9/+26
|\ \ \
| * | | Introduce assumevalid setting to skip presumed valid scripts.Gregory Maxwell2017-01-131-9/+26
* | | | Merge #9490: Replace FindLatestBefore used by importmuti with FindEarliestAtL...Pieter Wuille2017-01-131-0/+2
|\ \ \ \
| * | | | Replace FindLatestBefore used by importmuti with FindEarliestAtLeast.Gregory Maxwell2017-01-121-0/+2
| |/ / /
* | | | Merge #9375: Relay compact block messages prior to full block connectionPieter Wuille2017-01-131-10/+28
|\ \ \ \ | |/ / / |/| | |
| * | | Add comment to describe callers to ActivateBestChainMatt Corallo2017-01-121-0/+5
| * | | Use a temp pindex to avoid a const_cast in ProcessNewBlockHeadersMatt Corallo2017-01-111-3/+5
| * | | Add a CValidationInterface::NewPoWValidBlock callbackMatt Corallo2017-01-051-0/+5
| * | | Call AcceptBlock with the block's shared_ptr instead of CBlock&Matt Corallo2017-01-041-8/+12
| * | | Make CBlockIndex*es in net_processing constMatt Corallo2017-01-041-2/+4
* | | | Merge #9472: Disentangle progress estimation from checkpoints and update itWladimir J. van der Laan2017-01-121-2/+20
|\ \ \ \ | |_|_|/ |/| | |
| * | | Shorten variable names and switch to tx/sPieter Wuille2017-01-111-3/+3