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-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
2018-03-15
Merge #12431: Only call NotifyBlockTip when chainActive changes
Wladimir J. van der Laan
2018-03-13
Merge #11041: Add LookupBlockIndex
Wladimir J. van der Laan
2018-03-11
Allow to optional specify the directory for the blocks storage
Jonas Schnelli
2018-03-09
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-03-09
Format timestamps using ISO 8601 formatting (e.g. "2018-02-28T12:34:56Z")
practicalswift
2018-03-07
Merge #12204: Fix overly eager BIP30 bypass
Wladimir J. van der Laan
2018-03-06
Add LookupBlockIndex function
João Barbosa
2018-03-06
Fix cs_main lock in LoadExternalBlockFile
João Barbosa
[next]