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-03-06
Assert cs_main is held when accessing mapBlockIndex
João Barbosa
2018-03-05
Merge #11880: Stop special-casing phashBlock handling in validation for TBV
Wladimir J. van der Laan
2018-03-05
Shut down if trying to connect a corrupted block
Suhas Daftuar
2018-02-25
Merge #12287: Optimise lock behaviour for GuessVerificationProgress()
Jonas Schnelli
2018-02-16
Only call NotifyBlockTip when the active chain changes
James O'Beirne
2018-02-15
Merge #12349: shutdown: fix crash on shutdown with reindex-chainstate
Wladimir J. van der Laan
2018-02-15
Fix overly eager BIP30 bypass
Alex Morcos
2018-02-15
Merge #12356: Fix 'mempool min fee not met' debug output
Wladimir J. van der Laan
2018-02-13
fix possible shutdown assertion with -reindex-shutdown
Cory Fields
2018-02-12
Merge #12381: Remove more boost threads
Wladimir J. van der Laan
2018-02-08
boost: drop boost threads for [alert|block|wallet]notify
Cory Fields
2018-02-08
Fix 'mempool min fee not met' debug output
Ben Woosley
2018-02-08
Merge #12368: Hold mempool.cs for the duration of ATMP.
Wladimir J. van der Laan
2018-02-08
Merge #12367: Fix two fast-shutdown bugs
Wladimir J. van der Laan
2018-02-07
Merge #10498: Use static_cast instead of C-style casts for non-fundamental types
MarcoFalke
2018-02-06
Fix fast-shutdown crash if genesis block was not loaded
Matt Corallo
2018-02-06
Add braces to meet code style on line-after-the-one-changed.
Matt Corallo
2018-02-06
Hold mempool.cs for the duration of ATMP.
Matt Corallo
2018-01-30
Fix missing cs_main lock for GuessVerificationProgress()
Jonas Schnelli
2018-01-28
Fix typos
practicalswift
2018-01-23
Reduce cs_main lock in ReadBlockFromDisk, only read GetBlockPos under the lock
Jonas Schnelli
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-26
Add helper to wait for validation interface queue to catch up
Matt Corallo
2017-12-26
Block ActivateBestChain to empty validationinterface queue
Matt Corallo
2017-12-26
Require no cs_main lock for ProcessNewBlock/ActivateBestChain
Matt Corallo
2017-12-12
Stop special-casing phashBlock handling in validation for TBV
Matt Corallo
2017-12-12
Merge #10574: Remove includes in .cpp files for things the corresponding .h f...
Wladimir J. van der Laan
2017-12-12
Merge #10279: Add a CChainState class to validation.cpp to take another step ...
Wladimir J. van der Laan
2017-12-06
Merge #10275: [rpc] Allow fetching tx directly from specified block in getraw...
Wladimir J. van der Laan
2017-12-05
[rpc] Allow getrawtransaction to take optional blockhash to fetch transaction...
Karl-Johan Alm
2017-12-04
Avoid calling GetSerializeSize on each tx in a block if !fTxIndex
Matt Corallo
2017-12-04
Move some additional variables into CChainState private
Matt Corallo
2017-12-04
Create initial CChainState to hold chain state information
Matt Corallo
2017-12-04
Move block writing out of AcceptBlock
Matt Corallo
2017-12-04
Move txindex/undo data disk location stuff out of ConnectBlock
Matt Corallo
2017-12-04
Make DisconnectBlock unaware of where undo data resides on disk
Matt Corallo
2017-11-30
Merge #10493: Use range-based for loops (C++11) when looping over map elements
MarcoFalke
2017-11-29
Merge #11737: Document partial validation in ConnectBlock()
Wladimir J. van der Laan
2017-11-21
Fix: Open files read only if requested
Andras Elso
2017-11-20
Document partial validation in ConnectBlock()
Suhas Daftuar
2017-11-16
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-15
Merge #10286: Call wallet notify callbacks in scheduler thread (without cs_main)
Wladimir J. van der Laan
2017-11-09
Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktree
practicalswift
2017-11-08
trivial: Fix typo – alreardy → already
practicalswift
2017-11-07
Merge #11389: Support having SegWit always active in regtest (sipa, ajtowns, ...
MarcoFalke
2017-11-06
[consensus] Pin P2SH activation to block 173805 on mainnet
John Newbery
2017-11-01
Merge #11531: Check that new headers are not a descendant of an invalid block...
Wladimir J. van der Laan
2017-10-31
Reject headers building on invalid chains by tracking invalidity
Matt Corallo
2017-10-31
Accept unrequested blocks with work equal to our tip
Matt Corallo
[prev]
[next]