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.h
Age
Commit message (
Expand
)
Author
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-12
Merge #10279: Add a CChainState class to validation.cpp to take another step ...
Wladimir J. van der Laan
2017-12-09
Merge #11740: Implement BIP159 NODE_NETWORK_LIMITED (pruned peers) *signaling...
Wladimir J. van der Laan
2017-12-05
Add NODE_NETWORK_LIMITED flags and min block amount constants
Jonas Schnelli
2017-12-05
[rpc] Allow getrawtransaction to take optional blockhash to fetch transaction...
Karl-Johan Alm
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-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-09
Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktree
practicalswift
2017-10-27
Disconnect outbound peers relaying invalid headers
Suhas Daftuar
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-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-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-15
Trivial: Fix validation comments
Dan Raviv
2017-09-14
Trivial: Fix comments for DEFAULT_WHITELIST[FORCE]RELAY
danra
2017-09-12
Change AcceptToMemoryPool function signature
Alex Morcos
2017-09-11
Deprecate confusing blockmaxsize, fix getmininginfo output
Matt Corallo
2017-09-07
Make fReindex atomic to avoid race
MeshCollider
2017-09-06
Merge #11099: [RPC][mempool]: Add savemempool RPC
MarcoFalke
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-16
Use nullptr instead of zero (0) as the null pointer constant
practicalswift
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-01
Merge #10758: Fix some chainstate-init-order bugs.
Wladimir J. van der Laan
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-18
Avoid redundant redeclaration of GetWarnings(const string&)
practicalswift
2017-06-29
Merge #10192: Cache full script execution results in addition to signatures
Wladimir J. van der Laan
2017-06-26
Non-atomic flushing using the blockchain as replay journal
Pieter Wuille
2017-06-20
Merge #10503: Use REJECT_DUPLICATE for already known and conflicted txn
Pieter Wuille
2017-06-12
Remove unnecessary forward class declarations in header files
practicalswift
2017-06-12
Merge #10550: Don't return stale data from CCoinsViewCache::Cursor()
Wladimir J. van der Laan
2017-06-07
Don't return stale data from CCoinsViewCache::Cursor()
Russell Yanofsky
2017-06-07
Cache full script execution results in addition to signatures
Matt Corallo
2017-06-07
Use std::unordered_{map,set} (C++11) instead of boost::unordered_{map,set}
practicalswift
2017-06-06
Make functions in validation.cpp static and pass chainparams
Mario Dian
2017-06-02
Use REJECT_DUPLICATE for already known and conflicted txn
Pieter Wuille
2017-06-01
Merge #10195: Switch chainstate db and cache to per-txout model
Pieter Wuille
2017-06-01
Only pass things committed to by tx's witness hash to CScriptCheck
Matt Corallo
2017-05-30
Merge #9208: Improve DisconnectTip performance
Wladimir J. van der Laan
2017-05-26
Broadcast address every day, not 9 hours
Pieter Wuille
2017-05-23
Merge #9571: RPC: getblockchaininfo returns BIP signaling statistics
Wladimir J. van der Laan
2017-05-18
Merge #8329: Consensus: MOVEONLY: Move functions for tx verification
Wladimir J. van der Laan
2017-05-04
Store disconnected block transactions outside mempool during reorg
Suhas Daftuar
2017-05-03
Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module
Jorge Timón
2017-05-03
Merge #9966: Control mempool persistence using a command line parameter
Wladimir J. van der Laan
[next]