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
...
|
*
|
|
|
Use range-based for loops (C++11) when looping over map elements
practicalswift
2017-10-09
1
-6
/
+6
*
|
|
|
|
Merge #11737: Document partial validation in ConnectBlock()
Wladimir J. van der Laan
2017-11-29
1
-1
/
+25
|
\
\
\
\
\
|
*
|
|
|
|
Document partial validation in ConnectBlock()
Suhas Daftuar
2017-11-20
1
-1
/
+25
|
|
|
/
/
/
|
|
/
|
|
|
*
/
|
|
|
Fix: Open files read only if requested
Andras Elso
2017-11-21
1
-1
/
+1
|
/
/
/
/
*
|
|
|
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-38
/
+38
*
|
|
|
Merge #10286: Call wallet notify callbacks in scheduler thread (without cs_main)
Wladimir J. van der Laan
2017-11-15
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Also call other wallet notify callbacks in scheduler thread
Matt Corallo
2017-10-13
1
-1
/
+1
*
|
|
|
|
Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktree
practicalswift
2017-11-09
1
-10
/
+10
*
|
|
|
|
trivial: Fix typo – alreardy → already
practicalswift
2017-11-08
1
-1
/
+1
*
|
|
|
|
Merge #11389: Support having SegWit always active in regtest (sipa, ajtowns, ...
MarcoFalke
2017-11-07
1
-4
/
+5
|
\
\
\
\
\
|
*
|
|
|
|
[consensus] Pin P2SH activation to block 173805 on mainnet
John Newbery
2017-11-06
1
-4
/
+5
*
|
|
|
|
|
Merge #11531: Check that new headers are not a descendant of an invalid block...
Wladimir J. van der Laan
2017-11-01
1
-12
/
+70
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Reject headers building on invalid chains by tracking invalidity
Matt Corallo
2017-10-31
1
-8
/
+66
|
*
|
|
|
|
|
Accept unrequested blocks with work equal to our tip
Matt Corallo
2017-10-31
1
-4
/
+4
|
|
/
/
/
/
/
*
/
/
/
/
/
Disconnect outbound peers relaying invalid headers
Suhas Daftuar
2017-10-27
1
-1
/
+3
|
/
/
/
/
/
*
|
|
|
|
Don't process unrequested, low-work blocks
Suhas Daftuar
2017-10-19
1
-0
/
+6
*
|
|
|
|
Avoid slow transaction search with txindex enabled
João Barbosa
2017-10-19
1
-0
/
+3
*
|
|
|
|
Merge #11062: [mempool] Mark mempool import fails that were found in mempool ...
Pieter Wuille
2017-10-18
1
-4
/
+13
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
[mempool] Mark unaccepted txs present in mempool as 'already there'.
Karl-Johan Alm
2017-09-04
1
-4
/
+13
*
|
|
|
|
Merge #10898: Fix invalid checks (NULL checks after dereference, redundant ch...
Wladimir J. van der Laan
2017-10-12
1
-3
/
+0
|
\
\
\
\
\
|
*
|
|
|
|
Remove redundant NULL checks after new
practicalswift
2017-10-02
1
-3
/
+0
*
|
|
|
|
|
Merge #8498: Near-Bugfix: Optimization: Minimize the number of times it is ch...
Wladimir J. van der Laan
2017-10-11
1
-13
/
+15
|
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Near-Bugfix: Reestablish consensus check removed in 8d7849b
Jorge Timón
2017-09-20
1
-0
/
+4
|
*
|
|
|
|
Optimization: Minimize the number of times it is checked that no money is cre...
Jorge Timón
2017-09-20
1
-13
/
+11
*
|
|
|
|
|
Merge #11367: [rpc] getblockchaininfo: add size_on_disk, prune_target_size
Wladimir J. van der Laan
2017-10-09
1
-1
/
+7
|
\
\
\
\
\
\
|
*
|
|
|
|
|
[rpc] getblockchaininfo: add size_on_disk, prune_target_size, automatic_pruning
Daniel Edgecumbe
2017-09-29
1
-1
/
+7
*
|
|
|
|
|
|
Merge #11107: Fix races in AppInitMain and others with lock and atomic bools
MarcoFalke
2017-10-05
1
-2
/
+2
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Make fReindex atomic to avoid race
MeshCollider
2017-09-07
1
-2
/
+2
*
|
|
|
|
|
|
|
Merge #11406: Add state message print to AcceptBlock failure message.
Wladimir J. van der Laan
2017-10-04
1
-1
/
+1
|
\
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
Add state message print to AcceptBlock failure message.
Matt Corallo
2017-09-26
1
-1
/
+1
*
|
|
|
|
|
|
|
Merge #11309: Minor cleanups for AcceptToMemoryPool
MarcoFalke
2017-09-29
1
-18
/
+22
|
\
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
Ignore transactions added to mempool during a reorg for fee estimation purposes.
Alex Morcos
2017-09-12
1
-5
/
+6
|
*
|
|
|
|
|
|
Do not reject based on mempool min fee when bypass_limits is set.
Alex Morcos
2017-09-12
1
-1
/
+1
|
*
|
|
|
|
|
|
Change AcceptToMemoryPool function signature
Alex Morcos
2017-09-12
1
-12
/
+15
|
|
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge #10953: [Refactor] Combine scriptPubKey and amount as CTxOut in CScript...
Pieter Wuille
2017-09-22
1
-5
/
+3
|
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Rename out to m_tx_out in CScriptCheck
Johnson Lau
2017-09-22
1
-1
/
+1
|
*
|
|
|
|
|
[Refactor] Combine scriptPubKey and amount as CTxOut in CScriptCheck
Johnson Lau
2017-08-30
1
-5
/
+3
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge #11132: Document assumptions that are being made to avoid NULL pointer ...
Wladimir J. van der Laan
2017-09-20
1
-0
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Document assumptions that are being made to avoid NULL pointer dereferences
practicalswift
2017-09-06
1
-0
/
+2
|
|
/
/
/
/
/
*
|
/
/
/
/
Trivial: Fix validation comments
Dan Raviv
2017-09-15
1
-1
/
+1
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge #10770: Drop upgrade-cancel callback registration for a generic "cancel...
Jonas Schnelli
2017-09-07
1
-6
/
+6
|
\
\
\
\
\
|
*
|
|
|
|
Drop upgrade-cancel callback registration for a generic "resumeable"
Matt Corallo
2017-08-20
1
-6
/
+6
*
|
|
|
|
|
Merge #11238: Add assertions before potential null deferences
Wladimir J. van der Laan
2017-09-06
1
-0
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Fix potential null dereferences
MeshCollider
2017-08-23
1
-0
/
+2
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge #11099: [RPC][mempool]: Add savemempool RPC
MarcoFalke
2017-09-06
1
-2
/
+4
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Add return value to DumpMempool
Lawrence Nahum
2017-09-06
1
-2
/
+4
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
/
|
|
|
|
Allow setting nMinimumChainWork on command line
Suhas Daftuar
2017-09-05
1
-4
/
+3
|
/
/
/
/
/
*
|
|
|
|
Merge #10303: [bench] Include ms/blk stats in Connect* benchmarks.
Wladimir J. van der Laan
2017-08-28
1
-14
/
+20
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
[bench] Replace 0.00(000)1 with MICRO/MILLI #defines in validation.cpp.
Karl-Johan Alm
2017-06-01
1
-14
/
+17
|
*
|
|
|
[bench] Include ms/blk stats in Connect* benchmarks.
Karl-Johan Alm
2017-06-01
1
-11
/
+14
[prev]
[next]