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
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
2017-10-27
Disconnect outbound peers relaying invalid headers
Suhas Daftuar
2017-10-19
Don't process unrequested, low-work blocks
Suhas Daftuar
2017-10-19
Avoid slow transaction search with txindex enabled
João Barbosa
2017-10-18
Merge #11062: [mempool] Mark mempool import fails that were found in mempool ...
Pieter Wuille
2017-10-13
Also call other wallet notify callbacks in scheduler thread
Matt Corallo
2017-10-12
Merge #10898: Fix invalid checks (NULL checks after dereference, redundant ch...
Wladimir J. van der Laan
2017-10-11
Merge #8498: Near-Bugfix: Optimization: Minimize the number of times it is ch...
Wladimir J. van der Laan
2017-10-09
Merge #11367: [rpc] getblockchaininfo: add size_on_disk, prune_target_size
Wladimir J. van der Laan
2017-10-05
Merge #11107: Fix races in AppInitMain and others with lock and atomic bools
MarcoFalke
2017-10-04
Merge #11406: Add state message print to AcceptBlock failure message.
Wladimir J. van der Laan
2017-10-02
Remove redundant NULL checks after new
practicalswift
2017-09-29
[rpc] getblockchaininfo: add size_on_disk, prune_target_size, automatic_pruning
Daniel Edgecumbe
2017-09-29
Merge #11309: Minor cleanups for AcceptToMemoryPool
MarcoFalke
2017-09-26
Add state message print to AcceptBlock failure message.
Matt Corallo
2017-09-22
Merge #10953: [Refactor] Combine scriptPubKey and amount as CTxOut in CScript...
Pieter Wuille
2017-09-22
Rename out to m_tx_out in CScriptCheck
Johnson Lau
2017-09-20
Near-Bugfix: Reestablish consensus check removed in 8d7849b
Jorge Timón
2017-09-20
Optimization: Minimize the number of times it is checked that no money is cre...
Jorge Timón
2017-09-20
Merge #11132: Document assumptions that are being made to avoid NULL pointer ...
Wladimir J. van der Laan
2017-09-15
Trivial: Fix validation comments
Dan Raviv
2017-09-12
Ignore transactions added to mempool during a reorg for fee estimation purposes.
Alex Morcos
2017-09-12
Do not reject based on mempool min fee when bypass_limits is set.
Alex Morcos
2017-09-12
Change AcceptToMemoryPool function signature
Alex Morcos
2017-09-07
Merge #10770: Drop upgrade-cancel callback registration for a generic "cancel...
Jonas Schnelli
2017-09-07
Make fReindex atomic to avoid race
MeshCollider
2017-09-06
Merge #11238: Add assertions before potential null deferences
Wladimir J. van der Laan
2017-09-06
Merge #11099: [RPC][mempool]: Add savemempool RPC
MarcoFalke
2017-09-06
Document assumptions that are being made to avoid NULL pointer dereferences
practicalswift
2017-09-06
Add return value to DumpMempool
Lawrence Nahum
2017-09-05
Allow setting nMinimumChainWork on command line
Suhas Daftuar
2017-09-04
[mempool] Mark unaccepted txs present in mempool as 'already there'.
Karl-Johan Alm
2017-08-30
[Refactor] Combine scriptPubKey and amount as CTxOut in CScriptCheck
Johnson Lau
2017-08-28
Merge #10303: [bench] Include ms/blk stats in Connect* benchmarks.
Wladimir J. van der Laan
2017-08-23
Fix potential null dereferences
MeshCollider
2017-08-20
Drop upgrade-cancel callback registration for a generic "resumeable"
Matt Corallo
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-14
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-14
Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...
Wladimir J. van der Laan
2017-08-14
Merge #11028: Avoid masking of difficulty adjustment errors by checkpoints
Wladimir J. van der Laan
2017-08-14
Merge #11022: Basic keypool topup
Wladimir J. van der Laan
2017-08-10
Avoid masking of difficulty adjustment errors by checkpoints
Pieter Wuille
[next]