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-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
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-07
Merge #10770: Drop upgrade-cancel callback registration for a generic "cancel...
Jonas Schnelli
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-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
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-02
[wallet] Don't hold cs_LastBlockFile while calling setBestChain
John Newbery
2017-08-01
Fix some broken init-time prints/constants
Matt Corallo
2017-08-01
Merge #10758: Fix some chainstate-init-order bugs.
Wladimir J. van der Laan
2017-07-27
Call RewindBlockIndex even if we're about to run -reindex-chainstate
Matt Corallo
2017-07-27
More user-friendly error message if UTXO DB runs ahead of block DB
Matt Corallo
2017-07-27
Fix some LoadChainTip-related init-order bugs.
Matt Corallo
2017-07-26
Merge #10854: Avoid using sizes on non-fixed-width types to derive protocol c...
Wladimir J. van der Laan
2017-07-20
Merge #10775: nCheckDepth chain height fix
Wladimir J. van der Laan
2017-07-17
Avoid using sizes on non-fixed-width types to derive protocol constants.
Gregory Maxwell
2017-07-14
Merge #10618: Remove confusing MAX_BLOCK_BASE_SIZE.
Pieter Wuille
2017-07-14
Remove confusing MAX_BLOCK_BASE_SIZE.
Gregory Maxwell
2017-07-14
Merge #10557: Make check to distinguish between orphan txs and old txs more e...
Pieter Wuille
2017-07-13
Merge #10810: missing white space in function arg
Jonas Schnelli
2017-07-12
Merge #10780: Simplify "!foo || (foo && bar)" as "!foo || bar"
Pieter Wuille
2017-07-13
missing white space in function arg
Lawrence Nahum
2017-07-09
Simplify "!foo || (foo && bar)" as "!foo || bar"
practicalswift
2017-07-08
Fix subscript[0] in validation.cpp
Jeremy Rubin
2017-07-08
nCheckDepth chain height fix
romanornr
2017-07-04
Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>
Wladimir J. van der Laan
2017-06-29
Merge #10192: Cache full script execution results in addition to signatures
Wladimir J. van der Laan
2017-06-28
Merge #10558: Address nits from per-utxo change
Pieter Wuille
2017-06-28
Merge #10148: Use non-atomic flushing with block replay
Wladimir J. van der Laan
2017-06-28
Use the override specifier (C++11) where we expect to be overriding the virtu...
practicalswift
2017-06-27
Add CheckInputs() unit tests
Suhas Daftuar
2017-06-27
Add belt-and-suspenders in DisconnectBlock
Alex Morcos
2017-06-27
Make check to distinguish between orphan txs and old txs more efficient.
Alex Morcos
2017-06-26
Dont create pcoinsTip until after ReplayBlocks.
Matt Corallo
2017-06-26
Adapt memory usage estimation for flushing
Pieter Wuille
2017-06-26
Non-atomic flushing using the blockchain as replay journal
Pieter Wuille
[next]