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
...
|
*
|
|
|
|
|
[build] Move policy settings to new src/policy/settings unit
John Newbery
2019-04-09
1
-1
/
+1
|
*
|
|
|
|
|
[build] Move CheckTransaction from lib_server to lib_consensus
John Newbery
2019-04-09
1
-0
/
+1
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge #15629: init: Throw error when network specific config is ignored
MarcoFalke
2019-04-09
1
-1
/
+1
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
doc: Fix all typos reported by codespell
MarcoFalke
2019-03-22
1
-1
/
+1
|
*
|
|
|
|
Merge #15618: refactor: Remove unused function
Wladimir J. van der Laan
2019-03-18
1
-20
/
+0
|
|
\
\
\
\
\
|
|
*
|
|
|
|
refactor: Remove unused function
MarcoFalke
2019-03-18
1
-20
/
+0
|
*
|
|
|
|
|
Merge #13541: wallet/rpc: sendrawtransaction maxfeerate
MarcoFalke
2019-03-18
1
-0
/
+20
|
|
\
|
|
|
|
|
|
|
*
|
|
|
|
wallet/rpc: add maxfeerate parameter to sendrawtransaction
Karl-Johan Alm
2019-03-14
1
-0
/
+20
|
|
|
|
/
/
/
|
|
|
/
|
|
|
*
|
/
|
|
|
refactor: Expose UndoReadFromDisk in header
MarcoFalke
2019-03-19
1
-7
/
+3
|
/
/
/
/
/
*
|
|
|
|
Merge #15402: Granular invalidateblock and RewindBlockIndex
Wladimir J. van der Laan
2019-03-07
1
-121
/
+188
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Make last disconnected block BLOCK_FAILED_VALID, even when aborted
Pieter Wuille
2019-03-03
1
-5
/
+10
|
*
|
|
|
Optimization: don't add txn back to mempool after 10 invalidates
Pieter Wuille
2019-02-28
1
-2
/
+5
|
*
|
|
|
Prevent callback overruns in InvalidateBlock and RewindBlockIndex
Pieter Wuille
2019-02-28
1
-9
/
+21
|
*
|
|
|
Release cs_main during InvalidateBlock iterations
Pieter Wuille
2019-02-28
1
-40
/
+50
|
*
|
|
|
Call InvalidateBlock without cs_main held
Pieter Wuille
2019-02-24
1
-2
/
+2
|
*
|
|
|
Make RewindBlockIndex interruptible
Pieter Wuille
2019-02-24
1
-1
/
+1
|
*
|
|
|
Release cs_main during RewindBlockIndex operation
Pieter Wuille
2019-02-24
1
-45
/
+57
|
*
|
|
|
Merge the disconnection and erasing loops in RewindBlockIndex
Pieter Wuille
2019-02-24
1
-18
/
+21
|
*
|
|
|
Move erasure of non-active blocks to a separate loop in RewindBlockIndex
Pieter Wuille
2019-02-24
1
-6
/
+15
|
*
|
|
|
Abstract EraseBlockData out of RewindBlockIndex
Pieter Wuille
2019-02-24
1
-27
/
+40
*
|
|
|
|
Merge #15118: Refactor block file logic
Wladimir J. van der Laan
2019-03-02
1
-119
/
+70
|
\
\
\
\
\
|
*
|
|
|
|
scripted-diff: Rename CBlockDiskPos to FlatFilePos.
Jim Posen
2019-02-22
1
-34
/
+34
|
*
|
|
|
|
validation: Refactor file flush logic into FlatFileSeq.
Jim Posen
2019-02-22
1
-18
/
+5
|
*
|
|
|
|
validation: Refactor block file pre-allocation into FlatFileSeq.
Jim Posen
2019-02-22
1
-33
/
+15
|
*
|
|
|
|
validation: Refactor OpenDiskFile into method on FlatFileSeq.
Jim Posen
2019-02-22
1
-25
/
+2
|
*
|
|
|
|
validation: Extract basic block file logic into FlatFileSeq class.
Jim Posen
2019-02-22
1
-4
/
+17
|
*
|
|
|
|
util: Move CheckDiskSpace to util.
Jim Posen
2019-02-22
1
-20
/
+12
|
|
/
/
/
/
*
/
/
/
/
rpc/gui: Remove 'Unknown block versions being mined' warning
Wladimir J. van der Laan
2019-02-25
1
-6
/
+0
|
/
/
/
/
*
|
|
|
Remove unnecessary const_cast
Julian Fleischer
2019-02-12
1
-1
/
+1
*
|
|
|
doc: Add cs_main lock annotations for mapBlockIndex
practicalswift
2019-02-01
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Merge #15159: [RPC] Remove lookup to UTXO set from GetTransaction
MarcoFalke
2019-01-30
1
-14
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[RPC] Update getrawtransaction interface
Amiti Uttarwar
2019-01-26
1
-14
/
+5
*
|
|
Merge #14963: mempool, validation: Explain cs_main locking semantics
MarcoFalke
2019-01-15
1
-4
/
+12
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
validation: Add cs_main locking annotations
MarcoFalke
2018-12-22
1
-1
/
+1
|
*
|
doc: Add comment to cs_main and mempool::cs
MarcoFalke
2018-12-20
1
-3
/
+11
*
|
|
Merge #13910: Log progress while verifying blocks at level 4
MarcoFalke
2019-01-04
1
-2
/
+8
|
\
\
\
|
*
|
|
Log progress while verifying blocks at level 4.
Daniel Kraft
2018-08-08
1
-2
/
+8
*
|
|
|
Merge #13743: refactor: Replace boost::bind with std::bind
MarcoFalke
2018-12-29
1
-5
/
+2
|
\
\
\
\
|
*
|
|
|
scripted-diff: Replace boost::bind with std::bind
Chun Kuan Lee
2018-10-20
1
-1
/
+1
|
*
|
|
|
refactor: Use boost::scoped_connection in signal/slot, also prefer range-base...
Chun Kuan Lee
2018-10-20
1
-5
/
+2
*
|
|
|
|
Merge #13930: doc: Better explain GetAncestor check for m_failed_blocks in Ac...
MarcoFalke
2018-12-22
1
-3
/
+23
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Explain GetAncestor check for m_failed_blocks in AcceptBlockHeader
Sjors Provoost
2018-09-04
1
-3
/
+23
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge #14834: validation: assert that pindexPrev is non-null when required
Wladimir J. van der Laan
2018-12-13
1
-0
/
+1
|
\
\
\
\
|
*
|
|
|
validation: assert that pindexPrev is non-null when required
Karl-Johan Alm
2018-11-29
1
-0
/
+1
*
|
|
|
|
Merge #14480: refactor: Drop boost::this_thread::interruption_point and boost...
Wladimir J. van der Laan
2018-12-07
1
-2
/
+0
|
\
\
\
\
\
|
*
|
|
|
|
refactor: Drop boost::this_thread::interruption_point and boost::thread_inter...
Chun Kuan Lee
2018-10-15
1
-2
/
+0
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
validation: Add and use HaveTxsDownloaded where appropriate
MarcoFalke
2018-12-04
1
-12
/
+12
*
|
|
|
|
Move CheckBlock() call to critical section
Hennadii Stepanov
2018-11-30
1
-3
/
+5
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Convert comments to thread safety annotations
MarcoFalke
2018-11-20
1
-4
/
+2
*
|
|
|
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-3
/
+3
[prev]
[next]