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
2017-09-11
Deprecate confusing blockmaxsize, fix getmininginfo output
Matt Corallo
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-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
2017-04-27
Add -stopatheight for benchmarking
Pieter Wuille
2017-04-20
Merge #10181: Include cleanup
Wladimir J. van der Laan
2017-04-20
Merge #9942: Refactor CBlockPolicyEstimator
Wladimir J. van der Laan
2017-04-13
Trivial: Remove unneeded includes from .h:
Jorge Timón
2017-04-10
Make DisconnectBlock and ConnectBlock static in validation.cpp
Matt Corallo
2017-04-10
Make feeEstimator its own global instance of CBlockPolicyEstimator
Alex Morcos
2017-04-06
MOVEONLY: tx functions to consensus/tx_verify.o
Jorge Timón
2017-04-03
Replace uses of boost::filesystem with fs
Wladimir J. van der Laan
2017-04-03
Replace includes of boost/filesystem.h with fs.h
Wladimir J. van der Laan
2017-03-24
RPC: getblockchaininfo: BIP9 stats
Matthew Zipkin
2017-03-22
Control mempool persistence using a command line parameter.
John Newbery
2017-03-19
Fix parameter naming inconsistencies between .h and .cpp files
practicalswift
2017-03-03
No longer allow "free" transactions
Alex Morcos
2017-02-17
Return errors from importmulti if complete rescans are not successful
Russell Yanofsky
2017-01-19
Merge #9499: Use recent-rejects, orphans, and recently-replaced txn for compa...
Wladimir J. van der Laan
2017-01-16
Merge #9484: Introduce assumevalid setting to skip validation presumed valid ...
Pieter Wuille
2017-01-13
Merge #9375: Relay compact block messages prior to full block connection
Pieter Wuille
2017-01-13
Introduce assumevalid setting to skip presumed valid scripts.
Gregory Maxwell
2017-01-12
Merge #9472: Disentangle progress estimation from checkpoints and update it
Wladimir J. van der Laan
2017-01-10
Add pruneblockchain RPC to enable manual block file pruning.
mrbandrews
2017-01-09
Make ATMP optionally return the CTransactionRefs it replaced
Matt Corallo
[next]