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-06-22
Add CheckInputs wrapper CCoinsViewMemPool -> non-consensus-critical
Matt Corallo
2017-06-07
Do not print soft-fork-script warning with -promiscuousmempool
Matt Corallo
2017-06-07
Cache full script execution results in addition to signatures
Matt Corallo
2017-06-07
Pull script verify flags calculation out of ConnectBlock
Matt Corallo
2017-06-06
Make functions in validation.cpp static and pass chainparams
Mario Dian
2017-06-01
Merge #10195: Switch chainstate db and cache to per-txout model
Pieter Wuille
2017-06-01
scripted-diff: various renames for per-utxo consistency
Pieter Wuille
2017-06-01
Reduce reserved memory space for flushing
Pieter Wuille
2017-06-01
Switch CCoinsView and chainstate db from per-txid to per-txout
Pieter Wuille
2017-06-01
Switch CScriptCheck to use Coin instead of CCoins
Pieter Wuille
2017-06-01
Only pass things committed to by tx's witness hash to CScriptCheck
Matt Corallo
2017-06-01
Switch from per-tx to per-txout CCoinsViewCache methods in some places
Pieter Wuille
2017-06-01
Optimization: Coin&& to ApplyTxInUndo
Pieter Wuille
2017-06-01
Replace CTxInUndo with Coin
Pieter Wuille
2017-05-30
Merge #10464: Introduce static DoWarning (simplify UpdateTip)
Pieter Wuille
2017-05-30
Merge #9208: Improve DisconnectTip performance
Wladimir J. van der Laan
2017-05-27
Introduce static DoWarning (simplify UpdateTip)
Jorge Timón
2017-05-26
Store/allow tx metadata in all undo records
Pieter Wuille
2017-05-26
Remove/ignore tx version in utxo and undo
Pieter Wuille
2017-05-26
Introduce CHashVerifier to hash read data
Pieter Wuille
2017-05-26
error() in disconnect for disk corruption, not inconsistency
Pieter Wuille
2017-05-23
Merge #10347: Use range-based for loops (C++11) when looping over vector elem...
Pieter Wuille
2017-05-23
Merge #9571: RPC: getblockchaininfo returns BIP signaling statistics
Wladimir J. van der Laan
2017-05-19
Use range-based for loops (C++11) when looping over vector elements
practicalswift
2017-05-18
Merge #8329: Consensus: MOVEONLY: Move functions for tx verification
Wladimir J. van der Laan
2017-05-11
Output line to debug.log when IsInitialBlockDownload latches to false
Alex Morcos
2017-05-04
Store disconnected block transactions outside mempool during reorg
Suhas Daftuar
2017-05-02
Merge #10297: Simplify DisconnectBlock arguments/return value
Pieter Wuille
2017-05-02
Merge #10175: Remove excess logic.
Wladimir J. van der Laan
2017-05-01
Fix potential NPD introduced in b297426c
Matt Corallo
2017-04-28
Simplify DisconnectBlock arguments/return value
Pieter Wuille
2017-04-27
Add -stopatheight for benchmarking
Pieter Wuille
2017-04-21
Merge #10201: pass Consensus::Params& to ReceivedBlockTransactions()
Wladimir J. van der Laan
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
pass Consensus::Params& to ReceivedBlockTransactions()
Mario Dian
2017-04-13
Remove CValidationInterface::UpdatedTransaction
Matt Corallo
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
Merge #9725: CValidationInterface Cleanups
Wladimir J. van der Laan
2017-04-10
Make feeEstimator its own global instance of CBlockPolicyEstimator
Alex Morcos
2017-04-10
Merge #10135: [p2p] Send the correct error code in reject messages
Wladimir J. van der Laan
2017-04-10
Remove excess logic.
practicalswift
2017-04-07
SyncTransaction->TxAddedToMempool/BlockConnected/Disconnected
Matt Corallo
2017-04-07
Handle SyncTransaction in ActivateBestChain instead of ConnectTrace
Matt Corallo
2017-04-07
Keep conflictedTxs in ConnectTrace per-block
Matt Corallo
2017-04-07
Handle conflicted transactions directly in ConnectTrace
Matt Corallo
2017-04-07
Make ConnectTrace::blocksConnected private, hide behind accessors
Matt Corallo
2017-04-07
Add pblock to connectTrace at the end of ConnectTip, not start
Matt Corallo
2017-04-06
MOVEONLY: tx functions to consensus/tx_verify.o
Jorge Timón
[next]