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-05-16
Merge #13023: Fix some concurrency issues in ActivateBestChain()
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
2018-04-23
Add logging and error handling for file syncing
Wladimir J. van der Laan
2018-04-23
Merge #13016: scripted-diff: Rename CChainState::g_failed_blocks to m_failed_...
Wladimir J. van der Laan
2018-04-20
Output values for "min relay fee not met" error
Kristaps Kaupe
2018-04-19
Merge #11739: Enforce SCRIPT_VERIFY_P2SH and SCRIPT_VERIFY_WITNESS from genesis
MarcoFalke
2018-04-18
Consistently log CValidationState on failure
Ben Woosley
2018-04-18
scripted-diff: Rename CChainState::g_failed_blocks to m_failed_blocks
Ben Woosley
2018-04-17
[doc] Add comments for chainparams.h, validation.cpp
James O'Beirne
2018-04-17
Merge #12988: Hold cs_main while calling UpdatedBlockTip() signal
Wladimir J. van der Laan
2018-04-16
Hold cs_main while calling UpdatedBlockTip() and ui.NotifyBlockTip
Jesse Cohen
2018-04-16
Merge #12951: [doc] Fix comment in FindForkInGlobalIndex
Wladimir J. van der Laan
2018-04-13
Always enforce SCRIPT_VERIFY_WITNESS with P2SH
Suhas Daftuar
2018-04-13
Separate NULLDUMMY enforcement from SEGWIT enforcement
Suhas Daftuar
2018-04-13
Use P2SH consensus rules for all blocks
Suhas Daftuar
2018-04-12
Merge #12743: Fix csBestBlock/cvBlockChange waiting in rpc/mining
Pieter Wuille
2018-04-11
[doc] Fix comment in FindForkInGlobalIndex
James O'Beirne
2018-04-11
Document how FlushStateMode::NONE is handled
practicalswift
2018-04-11
Call FlushStateToDisk(...) regardless of fCheckForPruning
practicalswift
2018-04-08
Merge #12561: Check for block corruption in ConnectBlock()
Wladimir J. van der Laan
2018-04-08
Merge #12891: [logging] add lint-logs.sh to check for newline termination.
Wladimir J. van der Laan
2018-04-07
[logging] Comment all continuing logs.
John Newbery
2018-04-03
Modernize best block mutex/cv/hash variable naming
Pieter Wuille
2018-04-03
Fix csBestBlock/cvBlockChange waiting in rpc/mining
Pieter Wuille
2018-04-02
doc: Add testmempoolaccept to release-notes
MarcoFalke
2018-04-02
Merge #11742: rpc: Add testmempoolaccept
Wladimir J. van der Laan
2018-03-30
Merge #12740: Add native support for serializing char arrays without FLATDATA
Wladimir J. van der Laan
2018-03-29
Bugfix: RPC: savemempool: Don't save until LoadMempool() is finished
Jorge Timón
2018-03-28
Merge #12798: doc: Refer to witness reserved value as spec. in the BIP
Wladimir J. van der Laan
2018-03-27
Merge #12653: Allow to optional specify the directory for the blocks storage
Wladimir J. van der Laan
2018-03-27
Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")
Wladimir J. van der Laan
2018-03-26
doc: Refer to witness reserved value as spec. in the BIP
MarcoFalke
2018-03-24
rpc: Add testmempoolaccept
MarcoFalke
2018-03-21
Add native support for serializing char arrays without FLATDATA
Pieter Wuille
2018-03-21
Fix typos
Dimitris Apostolou
[next]