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
2018-08-29
Merge #14097: validation: Log FormatStateMessage on ConnectBlock error in Con...
Wladimir J. van der Laan
2018-08-29
Merge #13792: tx pool: Avoid passing redundant hash into addUnchecked (script...
Wladimir J. van der Laan
2018-08-28
validation: Log FormatStateMessage on ConnectBlock error in ConnectTip
MarcoFalke
2018-08-26
Add compile time checking for all cs_main runtime locking assertions
practicalswift
2018-08-07
Merge #13527: policy: Remove promiscuousmempoolflags
Wladimir J. van der Laan
2018-07-30
scripted-diff: Remove unused first argument to addUnchecked
MarcoFalke
2018-07-27
Return void instead of bool for functions that cannot fail
practicalswift
2018-07-21
Removes the boost/algorithm/string/join dependency
251
2018-07-17
Merge #13680: [doc] Remove outdated comment about miner ignoring CPFP
Wladimir J. van der Laan
2018-07-16
[doc] Remove outdated comment about mining code ignoring CPFP
James O'Beirne
2018-07-13
Merge #11658: During IBD, when doing pruning, prune 10% extra to avoid prunin...
Pieter Wuille
2018-07-09
Merge #13481: doc: Rewrite some validation docs as lock annotations
Wladimir J. van der Laan
2018-07-04
Merge #13235: Break circular dependency: init -> * -> init by extracting shut...
Wladimir J. van der Laan
2018-06-30
Merge #13431: validation: count blocks correctly for check level < 3
MarcoFalke
2018-06-25
Break circular dependency: init -> * -> init by extracting shutdown.h
Ben Woosley
2018-06-24
Merge #13480: Avoid copies in range-for loops and add a warning to detect them
Wladimir J. van der Laan
2018-06-23
policy: Remove promiscuousmempoolflags
MarcoFalke
2018-06-19
Merge #13439: rpc: Avoid "duplicate" return value for invalid submitblock
Jonas Schnelli
2018-06-18
doc: Rewrite some validation doc as lock annotations
MarcoFalke
2018-06-18
Merge #13412: Make ReceivedBlockTransactions return void
Wladimir J. van der Laan
2018-06-15
cleanup: avoid hidden copies in range-for loops
Cory Fields
2018-06-15
Merge #13241: scripted-diff: Avoid temporary copies when looping over std::map
MarcoFalke
2018-06-15
Merge #13402: Document validationinterace callback blocking deadlock potential.
MarcoFalke
2018-06-15
validation: count blocks correctly for check level < 3
Karl-Johan Alm
2018-06-13
Merge #13428: validation: check the specified number of blocks (off-by-one)
Wladimir J. van der Laan
2018-06-11
Only set fNewBlock to true in AcceptBlock when we write to disk
Matt Corallo
2018-06-11
scripted-diff: Avoid temporary copies when looping over std::map
Ben Woosley
2018-06-11
validation: check the specified number of blocks (off-by-one)
Karl-Johan Alm
2018-06-07
Make ReceivedBlockTransactions return void
MarcoFalke
2018-06-05
Document validationinterace callback blocking deadlock potential.
Matt Corallo
2018-05-29
policy: Treat segwit as always active
MarcoFalke
2018-05-23
Merge #13151: net: Serve blocks directly from disk when possible
Wladimir J. van der Laan
2018-05-16
Merge #13023: Fix some concurrency issues in ActivateBestChain()
Wladimir J. van der Laan
2018-05-15
net: Serve blocks directly from disk when possible
Wladimir J. van der Laan
2018-05-12
Merge #13199: Bugfix: ensure consistency of m_failed_blocks after reconsiderb...
Pieter Wuille
2018-05-12
Fix concurrency-related bugs in ActivateBestChain
Jesse Cohen
2018-05-12
Do not unlock cs_main in ABC unless we've actually made progress.
Matt Corallo
2018-05-12
Merge #11423: [Policy] Several transaction standardness rules
Wladimir J. van der Laan
2018-05-09
Bugfix: ensure consistency of m_failed_blocks after reconsiderblock
Suhas Daftuar
2018-05-07
Bugfix: the end of a reorged chain is invalid when connect fails
Pieter Wuille
2018-05-05
Policy to reject extremely small transactions
Johnson Lau
2018-05-03
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-04-27
Simplify semantics of ChainStateFlushed callback
Matt Corallo
2018-04-27
scripted-diff: Rename SetBestChain callback ChainStateFlushed
Matt Corallo
2018-04-25
[index] Move disk IO logic from GetTransaction to TxIndex::FindTx.
Jim Posen
2018-04-25
[validation] Replace tx index code in validation code with TxIndex.
Jim Posen
2018-04-24
Merge #13032: Output values for "min relay fee not met" error
Wladimir J. van der Laan
2018-04-23
Merge #13012: [doc] Add comments for chainparams.h, validation.cpp
Wladimir J. van der Laan
2018-04-23
Merge #13020: Consistently log CValidationState on call failure
Wladimir J. van der Laan
2018-04-23
Merge #13039: Add logging and error handling for file syncing
Wladimir J. van der Laan
[next]