index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
validation.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
fees: Reduce minimum relay fee to 0.001 DOGE, final change from tx to 0.01
Michi Lumin
2021-08-11
1
-1
/
+1
*
Use CAmount for constant amounts too
Ross Nicoll
2021-08-08
1
-1
/
+1
*
Initial back end framework to separate wallet and relay fees + dust.
Michi Lumin
2021-07-30
1
-3
/
+6
*
Don't re-check AuxPoW when sending data to peers
Shibe
2021-02-08
1
-3
/
+3
*
Halve timeouts
Ross Nicoll
2021-02-07
1
-4
/
+4
*
Adapt block download timeouts to Dogecoin
Ross Nicoll
2021-02-05
1
-2
/
+2
*
Default policy: reduce default mempool expiry time
Patrick Lodder
2021-01-27
1
-1
/
+1
*
[backport] [rpc] getblockchaininfo: add size_on_disk, prune_target_size, auto...
Daniel Edgecumbe
2020-07-24
1
-0
/
+3
*
Re-introduce alert functionality (#1470)
Ross Nicoll
2018-09-19
1
-0
/
+3
*
Clean up RPC tests (#1465)
Ross Nicoll
2018-09-19
1
-1
/
+1
*
Enforce minor Dogecoin parameters (#1427)
Ross Nicoll
2018-09-19
1
-9
/
+9
*
Bring 1.14 fees in line with 1.10 (#1425)
Ross Nicoll
2018-09-19
1
-2
/
+2
*
Add Dogecoin current fee calculation logic (#1413)
Ross Nicoll
2018-09-19
1
-3
/
+3
*
Modify chain consensus parameters to be height aware (#1396)
Ross Nicoll
2018-09-19
1
-4
/
+4
*
Merge AuxPoW support from Namecore
Ross Nicoll
2018-09-19
1
-0
/
+1
*
Return errors from importmulti if complete rescans are not successful
Russell Yanofsky
2017-02-22
1
-1
/
+9
*
Merge #9499: Use recent-rejects, orphans, and recently-replaced txn for compa...
Wladimir J. van der Laan
2017-01-19
1
-9
/
+6
|
\
|
*
Make ATMP optionally return the CTransactionRefs it replaced
Matt Corallo
2017-01-09
1
-3
/
+6
|
*
Move ORPHAN constants from validation.h to net_processing.h
Matt Corallo
2017-01-09
1
-6
/
+0
*
|
Merge #9484: Introduce assumevalid setting to skip validation presumed valid ...
Pieter Wuille
2017-01-16
1
-0
/
+3
|
\
\
|
*
|
Introduce assumevalid setting to skip presumed valid scripts.
Gregory Maxwell
2017-01-13
1
-0
/
+3
*
|
|
Merge #9375: Relay compact block messages prior to full block connection
Pieter Wuille
2017-01-13
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Make CBlockIndex*es in net_processing const
Matt Corallo
2017-01-04
1
-1
/
+1
*
|
|
Merge #9472: Disentangle progress estimation from checkpoints and update it
Wladimir J. van der Laan
2017-01-12
1
-0
/
+4
|
\
\
\
|
*
|
|
Remove SIGCHECK_VERIFICATION_FACTOR
Pieter Wuille
2017-01-04
1
-1
/
+1
|
*
|
|
Move tx estimation data out of CCheckPointData
Pieter Wuille
2017-01-04
1
-2
/
+2
|
*
|
|
[MOVEONLY] Move progress estimation out of checkpoints
Pieter Wuille
2017-01-04
1
-0
/
+4
|
|
/
/
*
|
/
Add pruneblockchain RPC to enable manual block file pruning.
mrbandrews
2017-01-10
1
-0
/
+2
|
|
/
|
/
|
*
|
Merge #9138: Improve fee estimation
Pieter Wuille
2017-01-05
1
-0
/
+2
|
\
\
|
*
|
Add clarifying comments to fee estimation
Alex Morcos
2017-01-04
1
-1
/
+1
|
*
|
Add IsCurrentForFeeEstimatation
Alex Morcos
2017-01-04
1
-0
/
+2
|
|
/
*
|
Merge #9312: Increase mempool expiry time to 2 weeks
Wladimir J. van der Laan
2017-01-05
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Increase mempool expiry time to 2 weeks
Alex Morcos
2016-12-09
1
-1
/
+1
*
|
Merge #9283: A few more CTransactionRef optimizations
Wladimir J. van der Laan
2017-01-04
1
-2
/
+2
|
\
\
|
*
|
Make AcceptToMemoryPool take CTransactionRef
Pieter Wuille
2016-12-21
1
-2
/
+2
*
|
|
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
|
/
/
*
|
Merge #9236: Fix races for strMiscWarning and fLargeWork*Found, make QT runaw...
Wladimir J. van der Laan
2016-12-19
1
-1
/
+0
|
\
\
|
*
|
Make QT runawayException call GetWarnings instead of directly access strMiscW...
Gregory Maxwell
2016-12-03
1
-1
/
+0
*
|
|
Merge #9273: Remove unused CDiskBlockPos* argument from ProcessNewBlock
Wladimir J. van der Laan
2016-12-14
1
-2
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Remove unused CDiskBlockPos* argument from ProcessNewBlock
Matt Corallo
2016-12-04
1
-2
/
+1
*
|
|
Merge #9014: Fix block-connection performance regression
Wladimir J. van der Laan
2016-12-05
1
-2
/
+2
|
\
|
|
|
*
|
Switch pblock in ProcessNewBlock to a shared_ptr
Matt Corallo
2016-12-04
1
-1
/
+1
|
*
|
Make the optional pblock in ActivateBestChain a shared_ptr
Matt Corallo
2016-12-04
1
-1
/
+1
|
|
/
*
/
Switch GetTransaction to returning a CTransactionRef
Pieter Wuille
2016-12-02
1
-1
/
+1
|
/
*
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-12-02
1
-0
/
+565