aboutsummaryrefslogtreecommitdiff
path: root/src/validation.cpp
Commit message (Expand)AuthorAgeFilesLines
* really s/Doge/Dis/g this timeTomo Ueda2021-09-021-11/+11
* really s/doge/dis/g this timeTomo Ueda2021-09-021-3/+3
* Remove relay-only roundingRoss Nicoll2021-08-171-4/+4
* [ #2297 ] Implemented suggestions: camel casing as suggested and printing deb...Escanor Liones2021-08-161-14/+23
* fix: A newly appended block header should not build on an invalid chainp-j012021-08-161-8/+66
* consensus: Fix a rare crash bugRoss Nicoll2021-08-041-1/+5
* bugfix: break ActivateBestChain() differently on shutdownPatrick Lodder2021-08-041-3/+9
* Initial back end framework to separate wallet and relay fees + dust.Michi Lumin2021-07-301-3/+5
* Refactor: fix typo in validation.cppIkko Ashimine2021-04-271-1/+1
* Merge pull request #1676 from shibe2/skipcheckpowRoss Nicoll2021-02-151-10/+10
|\
| * Don't re-check AuxPoW when sending data to peersShibe2021-02-081-10/+10
* | Merge pull request #1655 from John-Gee/1.14.3-devMax K2021-02-141-2/+7
|\ \
| * | Fix for Boost 1.74John-Gee2021-02-021-2/+7
| |/
* / Fixate BIP65 softfork heightsPatrick Lodder2021-02-131-9/+4
|/
* [backport] [rpc] getblockchaininfo: add size_on_disk, prune_target_size, auto...Daniel Edgecumbe2020-07-241-0/+6
* 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