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
...
*
|
|
|
|
|
Merge #12349: shutdown: fix crash on shutdown with reindex-chainstate
Wladimir J. van der Laan
2018-02-15
1
-1
/
+1
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
fix possible shutdown assertion with -reindex-shutdown
Cory Fields
2018-02-13
1
-1
/
+1
*
|
|
|
|
|
Merge #12356: Fix 'mempool min fee not met' debug output
Wladimir J. van der Laan
2018-02-15
1
-1
/
+1
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Fix 'mempool min fee not met' debug output
Ben Woosley
2018-02-08
1
-1
/
+1
*
|
|
|
|
|
Merge #12381: Remove more boost threads
Wladimir J. van der Laan
2018-02-12
1
-1
/
+2
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
boost: drop boost threads for [alert|block|wallet]notify
Cory Fields
2018-02-08
1
-1
/
+2
*
|
|
|
|
|
Merge #12368: Hold mempool.cs for the duration of ATMP.
Wladimir J. van der Laan
2018-02-08
1
-9
/
+3
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Add braces to meet code style on line-after-the-one-changed.
Matt Corallo
2018-02-06
1
-1
/
+2
|
*
|
|
|
|
|
Hold mempool.cs for the duration of ATMP.
Matt Corallo
2018-02-06
1
-8
/
+1
*
|
|
|
|
|
|
Merge #12367: Fix two fast-shutdown bugs
Wladimir J. van der Laan
2018-02-08
1
-3
/
+7
|
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Fix fast-shutdown crash if genesis block was not loaded
Matt Corallo
2018-02-06
1
-3
/
+7
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge #10498: Use static_cast instead of C-style casts for non-fundamental types
MarcoFalke
2018-02-07
1
-2
/
+2
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Use static_cast instead of C-style casts for non-fundamental types
practicalswift
2017-09-22
1
-2
/
+2
*
|
|
|
|
|
Fix typos
practicalswift
2018-01-28
1
-1
/
+1
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Reduce cs_main lock in ReadBlockFromDisk, only read GetBlockPos under the lock
Jonas Schnelli
2018-01-23
1
-1
/
+7
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
|
|
|
Add helper to wait for validation interface queue to catch up
Matt Corallo
2017-12-26
1
-5
/
+1
*
|
|
|
Block ActivateBestChain to empty validationinterface queue
Matt Corallo
2017-12-26
1
-0
/
+13
*
|
|
|
Require no cs_main lock for ProcessNewBlock/ActivateBestChain
Matt Corallo
2017-12-26
1
-0
/
+3
|
|
/
/
|
/
|
|
*
|
|
Merge #10574: Remove includes in .cpp files for things the corresponding .h f...
Wladimir J. van der Laan
2017-12-12
1
-3
/
+0
|
\
\
\
|
*
|
|
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
1
-3
/
+0
*
|
|
|
Merge #10279: Add a CChainState class to validation.cpp to take another step ...
Wladimir J. van der Laan
2017-12-12
1
-167
/
+312
|
\
\
\
\
|
*
|
|
|
Avoid calling GetSerializeSize on each tx in a block if !fTxIndex
Matt Corallo
2017-12-04
1
-3
/
+5
|
*
|
|
|
Move some additional variables into CChainState private
Matt Corallo
2017-12-04
1
-45
/
+46
|
*
|
|
|
Create initial CChainState to hold chain state information
Matt Corallo
2017-12-04
1
-79
/
+193
|
*
|
|
|
Move block writing out of AcceptBlock
Matt Corallo
2017-12-04
1
-20
/
+29
|
*
|
|
|
Move txindex/undo data disk location stuff out of ConnectBlock
Matt Corallo
2017-12-04
1
-23
/
+42
|
*
|
|
|
Make DisconnectBlock unaware of where undo data resides on disk
Matt Corallo
2017-12-04
1
-11
/
+11
*
|
|
|
|
Merge #10275: [rpc] Allow fetching tx directly from specified block in getraw...
Wladimir J. van der Laan
2017-12-06
1
-33
/
+37
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
[rpc] Allow getrawtransaction to take optional blockhash to fetch transaction...
Karl-Johan Alm
2017-12-05
1
-33
/
+37
|
|
/
/
/
*
|
|
|
Merge #10493: Use range-based for loops (C++11) when looping over map elements
MarcoFalke
2017-11-30
1
-6
/
+6
|
\
\
\
\
|
*
|
|
|
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
[prev]
[next]