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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
Move wallet callbacks into cs_main (this effectively reverts #7946)
Matt Corallo
2017-01-19
1
-9
/
+8
|
|
/
/
|
/
|
|
*
|
|
Merge #9499: Use recent-rejects, orphans, and recently-replaced txn for compa...
Wladimir J. van der Laan
2017-01-19
1
-7
/
+11
|
\
\
\
|
*
|
|
Make ATMP optionally return the CTransactionRefs it replaced
Matt Corallo
2017-01-09
1
-7
/
+11
|
|
/
/
*
|
|
Merge #9484: Introduce assumevalid setting to skip validation presumed valid ...
Pieter Wuille
2017-01-16
1
-9
/
+26
|
\
\
\
|
*
|
|
Introduce assumevalid setting to skip presumed valid scripts.
Gregory Maxwell
2017-01-13
1
-9
/
+26
*
|
|
|
Merge #9490: Replace FindLatestBefore used by importmuti with FindEarliestAtL...
Pieter Wuille
2017-01-13
1
-0
/
+2
|
\
\
\
\
|
*
|
|
|
Replace FindLatestBefore used by importmuti with FindEarliestAtLeast.
Gregory Maxwell
2017-01-12
1
-0
/
+2
|
|
/
/
/
*
|
|
|
Merge #9375: Relay compact block messages prior to full block connection
Pieter Wuille
2017-01-13
1
-10
/
+28
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Add comment to describe callers to ActivateBestChain
Matt Corallo
2017-01-12
1
-0
/
+5
|
*
|
|
Use a temp pindex to avoid a const_cast in ProcessNewBlockHeaders
Matt Corallo
2017-01-11
1
-3
/
+5
|
*
|
|
Add a CValidationInterface::NewPoWValidBlock callback
Matt Corallo
2017-01-05
1
-0
/
+5
|
*
|
|
Call AcceptBlock with the block's shared_ptr instead of CBlock&
Matt Corallo
2017-01-04
1
-8
/
+12
|
*
|
|
Make CBlockIndex*es in net_processing const
Matt Corallo
2017-01-04
1
-2
/
+4
*
|
|
|
Merge #9472: Disentangle progress estimation from checkpoints and update it
Wladimir J. van der Laan
2017-01-12
1
-2
/
+20
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Shorten variable names and switch to tx/s
Pieter Wuille
2017-01-11
1
-3
/
+3
|
*
|
|
Remove SIGCHECK_VERIFICATION_FACTOR
Pieter Wuille
2017-01-04
1
-28
/
+6
|
*
|
|
Move tx estimation data out of CCheckPointData
Pieter Wuille
2017-01-04
1
-3
/
+3
|
*
|
|
[MOVEONLY] Move progress estimation out of checkpoints
Pieter Wuille
2017-01-04
1
-2
/
+42
|
|
/
/
*
|
/
Add pruneblockchain RPC to enable manual block file pruning.
mrbandrews
2017-01-10
1
-5
/
+39
|
|
/
|
/
|
*
|
Merge #9408: Allow shutdown during LoadMempool, dump only when necessary
Pieter Wuille
2017-01-06
1
-0
/
+2
|
\
\
|
*
|
Allow shutdown during LoadMempool, dump only when necessary
Jonas Schnelli
2016-12-23
1
-0
/
+2
*
|
|
Merge #9138: Improve fee estimation
Pieter Wuille
2017-01-05
1
-3
/
+21
|
\
\
\
|
*
|
|
Add IsCurrentForFeeEstimatation
Alex Morcos
2017-01-04
1
-1
/
+18
|
*
|
|
Always update fee estimates on new blocks.
Alex Morcos
2017-01-04
1
-1
/
+1
|
*
|
|
Remove member variable hadNoDependencies from CTxMemPoolEntry
Alex Morcos
2017-01-04
1
-2
/
+1
|
*
|
|
Don't track transactions at all during IBD.
Alex Morcos
2017-01-04
1
-1
/
+3
*
|
|
|
Merge #8610: Share unused mempool memory with coincache
Pieter Wuille
2017-01-05
1
-4
/
+7
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Share unused mempool memory with coincache
Pieter Wuille
2016-12-22
1
-4
/
+7
|
|
|
/
|
|
/
|
*
|
|
Merge #9107: Safer modify new coins
Pieter Wuille
2017-01-04
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix dangerous condition in ModifyNewCoins.
Alex Morcos
2017-01-04
1
-1
/
+1
|
|
/
*
/
Make AcceptToMemoryPool take CTransactionRef
Pieter Wuille
2016-12-21
1
-7
/
+9
|
/
*
Merge #8589: Inline CTxInWitness inside CTxIn
Wladimir J. van der Laan
2016-12-21
1
-12
/
+11
|
\
|
*
Move CTxInWitness inside CTxIn
Pieter Wuille
2016-12-04
1
-12
/
+11
*
|
Merge #9236: Fix races for strMiscWarning and fLargeWork*Found, make QT runaw...
Wladimir J. van der Laan
2016-12-19
1
-56
/
+16
|
\
\
|
*
|
Move GetWarnings() into its own file.
Gregory Maxwell
2016-12-03
1
-0
/
+1
|
*
|
Eliminate data races for strMiscWarning and fLargeWork*Found.
Gregory Maxwell
2016-12-03
1
-11
/
+13
|
*
|
Make QT runawayException call GetWarnings instead of directly access strMiscW...
Gregory Maxwell
2016-12-03
1
-45
/
+2
*
|
|
Merge #9273: Remove unused CDiskBlockPos* argument from ProcessNewBlock
Wladimir J. van der Laan
2016-12-14
1
-2
/
+2
|
\
\
\
|
*
|
|
Remove unused CDiskBlockPos* argument from ProcessNewBlock
Matt Corallo
2016-12-04
1
-2
/
+2
*
|
|
|
Do not run functions with necessary side-effects in assert()
Gregory Maxwell
2016-12-14
1
-2
/
+4
*
|
|
|
Merge #9240: Remove txConflicted
Pieter Wuille
2016-12-09
1
-9
/
+3
|
\
\
\
\
|
*
|
|
|
remove external usage of mempool conflict tracking
Alex Morcos
2016-12-05
1
-9
/
+3
|
|
|
_
|
/
|
|
/
|
|
*
/
|
|
remove no longer needed check for premature v2 txs
Alex Morcos
2016-12-07
1
-8
/
+0
|
/
/
/
*
|
|
Merge #9014: Fix block-connection performance regression
Wladimir J. van der Laan
2016-12-05
1
-23
/
+39
|
\
|
|
|
*
|
Document ConnectBlock connectTrace postconditions
Matt Corallo
2016-12-04
1
-0
/
+4
|
*
|
Switch pblock in ProcessNewBlock to a shared_ptr
Matt Corallo
2016-12-04
1
-7
/
+2
|
*
|
Make the optional pblock in ActivateBestChain a shared_ptr
Matt Corallo
2016-12-04
1
-6
/
+11
|
*
|
Create a shared_ptr for the block we're connecting in ActivateBCS
Matt Corallo
2016-12-04
1
-8
/
+8
|
*
|
Keep blocks as shared_ptrs, instead of copying txn in ConnectTip
Matt Corallo
2016-12-04
1
-9
/
+16
|
*
|
Add struct to track block-connect-time-generated info for callbacks
Matt Corallo
2016-12-04
1
-14
/
+19
|
|
/
[prev]
[next]