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
...
|
*
|
|
|
|
doc: Refer to witness reserved value as spec. in the BIP
MarcoFalke
2018-03-26
1
-4
/
+4
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge #12653: Allow to optional specify the directory for the blocks storage
Wladimir J. van der Laan
2018-03-27
1
-6
/
+6
|
\
\
\
\
\
|
*
|
|
|
|
Allow to optional specify the directory for the blocks storage
Jonas Schnelli
2018-03-11
1
-6
/
+6
*
|
|
|
|
|
Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")
Wladimir J. van der Laan
2018-03-27
1
-29
/
+29
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-03-09
1
-29
/
+29
*
|
|
|
|
|
Fix typos
Dimitris Apostolou
2018-03-21
1
-2
/
+2
|
|
_
|
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge #12431: Only call NotifyBlockTip when chainActive changes
Wladimir J. van der Laan
2018-03-15
1
-1
/
+5
|
\
\
\
\
\
|
*
|
|
|
|
Only call NotifyBlockTip when the active chain changes
James O'Beirne
2018-02-16
1
-1
/
+5
*
|
|
|
|
|
Merge #11041: Add LookupBlockIndex
Wladimir J. van der Laan
2018-03-13
1
-27
/
+38
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Add LookupBlockIndex function
João Barbosa
2018-03-06
1
-18
/
+19
|
*
|
|
|
|
|
Fix cs_main lock in LoadExternalBlockFile
João Barbosa
2018-03-06
1
-18
/
+20
|
*
|
|
|
|
|
Assert cs_main is held when accessing mapBlockIndex
João Barbosa
2018-03-06
1
-0
/
+8
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Format timestamps using ISO 8601 formatting (e.g. "2018-02-28T12:34:56Z")
practicalswift
2018-03-09
1
-6
/
+5
|
|
_
|
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge #12204: Fix overly eager BIP30 bypass
Wladimir J. van der Laan
2018-03-07
1
-1
/
+54
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fix overly eager BIP30 bypass
Alex Morcos
2018-02-15
1
-1
/
+54
*
|
|
|
|
Merge #11880: Stop special-casing phashBlock handling in validation for TBV
Wladimir J. van der Laan
2018-03-05
1
-5
/
+4
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Stop special-casing phashBlock handling in validation for TBV
Matt Corallo
2017-12-12
1
-5
/
+4
*
|
|
|
|
Merge #12287: Optimise lock behaviour for GuessVerificationProgress()
Jonas Schnelli
2018-02-25
1
-0
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Fix missing cs_main lock for GuessVerificationProgress()
Jonas Schnelli
2018-01-30
1
-0
/
+1
*
|
|
|
|
|
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
|
\
\
\
\
[prev]
[next]