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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
test: Mock IBD in net_processing fuzzers
MarcoFalke
2020-11-07
1
-3
/
+3
*
[validation] Remove absurdfee from accepttomempool
John Newbery
2020-10-05
1
-1
/
+1
*
Merge #19927: validation: Reduce direct g_chainman usage
MarcoFalke
2020-09-23
1
-5
/
+33
|
\
|
*
docs: Move FindFilesToPrune{,Manual} doxygen comment
Carl Dong
2020-09-21
1
-1
/
+17
|
*
validation: Move FindFilesToPrune{,Manual} to BlockManager
Carl Dong
2020-09-21
1
-1
/
+9
|
*
validation: Move PruneOneBlockFile to BlockManager
Carl Dong
2020-09-15
1
-3
/
+3
|
*
validation: Pass in chainman to UnloadBlockIndex
Carl Dong
2020-09-15
1
-1
/
+1
|
*
validation: Move ~CMainCleanup logic to ~BlockManager
Carl Dong
2020-09-14
1
-0
/
+4
*
|
Merge #18267: BIP-325: Signet [consensus]
Wladimir J. van der Laan
2020-09-21
1
-5
/
+0
|
\
\
|
*
|
validation: move GetWitnessCommitmentIndex to consensus/validation
Karl-Johan Alm
2020-09-10
1
-5
/
+0
*
|
|
[rpc] Return fee and vsize from testmempoolaccept
codeShark149
2020-09-15
1
-2
/
+3
|
|
/
|
/
|
*
|
Remove mempool global
MarcoFalke
2020-09-05
1
-1
/
+0
*
|
Remove mempool global from init
MarcoFalke
2020-09-05
1
-0
/
+3
*
|
Merge #19668: Do not hide compile-time thread safety warnings
MarcoFalke
2020-09-01
1
-1
/
+1
|
\
\
|
*
|
sync.h: Make runtime lock checks require compile-time lock checks
Anthony Towns
2020-08-29
1
-1
/
+1
|
|
/
*
/
Pass mempool reference to chainstate constructor
MarcoFalke
2020-08-28
1
-5
/
+10
|
/
*
Pass mempool pointer to GetCoinsCacheSizeState
MarcoFalke
2020-07-29
1
-2
/
+2
*
Pass mempool pointer to UnloadBlockIndex
MarcoFalke
2020-07-29
1
-1
/
+1
*
Merge #18637: coins: allow cache resize after init
MarcoFalke
2020-07-29
1
-2
/
+24
|
\
|
*
add ChainstateManager::MaybeRebalanceCaches()
James O'Beirne
2020-07-01
1
-0
/
+12
|
*
Add CChainState::ResizeCoinsCaches
James O'Beirne
2020-07-01
1
-2
/
+12
*
|
rpc: Avoid useless mempool query in gettxoutproof
MarcoFalke
2020-07-26
1
-2
/
+13
*
|
net: rename DEFAULT_BANSCORE_THRESHOLD to DISCOURAGEMENT_THRESHOLD
Jon Atack
2020-07-11
1
-1
/
+0
*
|
net: remove -banscore configuration option
Jon Atack
2020-07-11
1
-1
/
+1
*
|
doc: Use precise permission flags where possible
MarcoFalke
2020-07-10
1
-1
/
+1
*
|
refactor: Remove confusing BlockIndex global
MarcoFalke
2020-06-29
1
-3
/
+0
*
|
Add ChainstateManager::ActiveChainstate
MarcoFalke
2020-06-19
1
-4
/
+5
*
|
doc: Add documentation for 'checklevel' argument in 'verifychain' RPC call
Calvin Kim
2020-06-07
1
-0
/
+3
|
/
*
validation: Mark g_chainman DEPRECATED
MarcoFalke
2020-05-21
1
-0
/
+1
*
validation: Make ProcessNewBlock*() members of ChainstateManager
MarcoFalke
2020-05-21
1
-35
/
+35
*
validation: Make PruneOneBlockFile() a member of ChainstateManager
MarcoFalke
2020-05-21
1
-5
/
+3
*
validation: Make LoadBlockIndex() a member of ChainstateManager
MarcoFalke
2020-05-21
1
-3
/
+3
*
node: Add chainman alias for g_chainman
MarcoFalke
2020-05-21
1
-3
/
+1
*
refactor: Pass SynchronizationState enum to GUI
Hennadii Stepanov
2020-05-19
1
-0
/
+7
*
Merge #18786: init: Remove boost from ThreadImport
Wladimir J. van der Laan
2020-05-04
1
-1
/
+1
|
\
|
*
init: Remove boost from ThreadImport
MarcoFalke
2020-04-27
1
-1
/
+1
*
|
validation: Add minimum witness commitment size constant
fanquake
2020-04-29
1
-0
/
+2
|
/
*
[validation] Move all const declarations to top of validation.h
John Newbery
2020-04-23
1
-19
/
+13
*
[validation] Move validation-only consts to validation.cpp
John Newbery
2020-04-23
1
-18
/
+0
*
[net processing] Move net processing consts to net_processing.cpp
John Newbery
2020-04-23
1
-29
/
+0
*
protect g_chainman with cs_main
James O'Beirne
2020-03-17
1
-1
/
+28
*
use ChainstateManager to initialize chainstate
James O'Beirne
2020-03-17
1
-7
/
+13
*
refactor: move RewindBlockIndex to CChainState
James O'Beirne
2020-03-17
1
-3
/
+0
*
validation: introduce unused ChainstateManager
James O'Beirne
2020-03-17
1
-0
/
+113
*
validation: add CChainState.m_from_snapshot_blockhash
James O'Beirne
2020-03-17
1
-2
/
+9
*
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
1
-1
/
+1
*
scripted-diff: Replace CCriticalSection with RecursiveMutex
MarcoFalke
2020-01-15
1
-3
/
+3
*
refactoring: introduce CChainState::GetCoinsCacheSizeState
James O'Beirne
2019-12-12
1
-0
/
+20
*
Use correct C++11 header for std::swap()
Hennadii Stepanov
2019-11-29
1
-1
/
+0
*
refactor: Remove unused COINBASE_FLAGS
Neha Narula
2019-11-20
1
-1
/
+0
[next]