index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
validation.cpp
Age
Commit message (
Expand
)
Author
2020-05-19
refactor: Pass SynchronizationState enum to GUI
Hennadii Stepanov
2020-05-16
log: Properly log txs rejected from mempool
MarcoFalke
2020-05-15
Remove unnecessary blockfile SetPos
Tom Harding
2020-05-08
Merge #16224: gui: Bilingual GUI error messages
MarcoFalke
2020-05-05
Make ThreadSafe{MessageBox|Question} bilingual
Hennadii Stepanov
2020-05-05
Merge #18088: build: ensure we aren't using GNU extensions
fanquake
2020-05-04
Merge #18786: init: Remove boost from ThreadImport
Wladimir J. van der Laan
2020-04-30
Merge #18780: validation: add const for minimum witness commitment size
fanquake
2020-04-30
Remove use of non-standard zero variadic macros
Ben Woosley
2020-04-29
Use salted hasher instead of nonce in sigcache
Jeremy Rubin
2020-04-29
Merge #18038: P2P: Mempool tracks locally submitted transactions to improve w...
fanquake
2020-04-29
validation: Add minimum witness commitment size constant
fanquake
2020-04-27
init: Remove boost from ThreadImport
MarcoFalke
2020-04-23
[mempool] Persist unbroadcast set to mempool.dat
Amiti Uttarwar
2020-04-23
[validation] Move validation-only consts to validation.cpp
John Newbery
2020-04-22
Merge #18410: Docs: Improve commenting for coins.cpp|h
Wladimir J. van der Laan
2020-04-21
[docs] use consistent naming for possible_overwrite
John Newbery
2020-04-16
Merge #18401: Refactor: Initialize PrecomputedTransactionData in CheckInputSc...
MarcoFalke
2020-04-11
[REFACTOR] Initialize PrecomputedTransactionData in CheckInputScripts
Pieter Wuille
2020-04-10
Merge #17737: Add ChainstateManager, remove BlockManager global
MarcoFalke
2020-03-24
validation: delay flushing undo files in syncing node case
Karl-Johan Alm
2020-03-19
Merge #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved si...
Wladimir J. van der Laan
2020-03-17
Merge #15283: log: Fix UB with bench on genesis block
MarcoFalke
2020-03-17
protect g_chainman with cs_main
James O'Beirne
2020-03-17
use ChainstateManager to initialize chainstate
James O'Beirne
2020-03-17
refactor: move RewindBlockIndex to CChainState
James O'Beirne
2020-03-17
validation: introduce unused ChainstateManager
James O'Beirne
2020-03-17
validation: add CChainState.m_from_snapshot_blockhash
James O'Beirne
2020-03-14
Replace remaining literals BTC with CURRENCY_UNIT
Daniel Kraft
2020-03-11
[validation] Remove pool member from ConnectTrace
John Newbery
2020-03-11
[validation] Remove NotifyEntryRemoved callback from ConnectTrace
John Newbery
2020-03-11
[validation] Remove conflictedTxs from PerBlockConnectTrace
John Newbery
2020-03-11
[validation interface] Remove vtxConflicted from BlockConnected
John Newbery
2020-02-27
Refactor FormatStateMessage into ValidationState
Jeffrey Czyz
2020-02-03
Merge #16974: Walk pindexBestHeader back to ChainActive().Tip() if it is invalid
Wladimir J. van der Laan
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
scripted-diff: Replace CCriticalSection with RecursiveMutex
MarcoFalke
2020-01-13
Merge #16945: refactor: introduce CChainState::GetCoinsCacheSizeState
Wladimir J. van der Laan
2020-01-02
Merge #16658: validation: Rename CheckInputs to CheckInputScripts
MarcoFalke
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-12
refactoring: introduce CChainState::GetCoinsCacheSizeState
James O'Beirne
2019-11-20
refactor: Remove unused COINBASE_FLAGS
Neha Narula
2019-11-18
Merge #17328: GuessVerificationProgress: cap the ratio to 1
Wladimir J. van der Laan
2019-11-08
Merge #15931: Remove GetDepthInMainChain dependency on locked chain interface
Samuel Dobson
2019-11-07
[validation] fix comments in CheckInputScripts()
John Newbery
2019-11-07
scripted-diff: [validation] Rename CheckInputs to CheckInputScripts
John Newbery
2019-11-07
Merge #17342: refactor: Clean up nScriptCheckThreads
MarcoFalke
2019-11-06
[refactor] Replace global int nScriptCheckThreads with bool
John Newbery
2019-11-05
Merge #16805: logs: add timing information to FlushStateToDisk()
Wladimir J. van der Laan
2019-11-05
Pass block height in Chain::BlockConnected/Chain::BlockDisconnected
Antoine Riard
[prev]
[next]