313 Commits (master)

Author SHA1 Message Date
Matt Corallo d6af06d68a Dont create pcoinsTip until after ReplayBlocks. 7 years ago
Pieter Wuille 0580ee08ff Adapt memory usage estimation for flushing 7 years ago
Pieter Wuille 013a56aa1a Non-atomic flushing using the blockchain as replay journal 7 years ago
Matt Corallo a3543af3cc Better document CheckInputs parameter meanings 7 years ago
Matt Corallo 309ee1ae7b Update -maxsigcachesize doc clarify init logprints for it 7 years ago
Matt Corallo b014668e27 Add CheckInputs wrapper CCoinsViewMemPool -> non-consensus-critical 7 years ago
Dimitris Tsapakidis 0a5a6b90bc Fixed multiple typos 7 years ago
Jorge Timón 3eff827f89
scripted-diff: Remove BOOST_REVERSE_FOREACH 7 years ago
Jorge Timón 300851ec16
Introduce src/reverse_iterator.hpp and include it... 7 years ago
Andrew Chow c45cbaf69f Fix stopatheight 7 years ago
Matt Corallo 3533fb4d33 Return a bool in SpendCoin to restore pre-per-utxo assert semantics 7 years ago
practicalswift 49de096c2a Remove unused Boost includes 7 years ago
Russell Yanofsky 24e44c354d Don't return stale data from CCoinsViewCache::Cursor() 7 years ago
Matt Corallo eada04e778 Do not print soft-fork-script warning with -promiscuousmempool 7 years ago
Matt Corallo b5fea8d0cc Cache full script execution results in addition to signatures 7 years ago
Matt Corallo 6d22b2b17b Pull script verify flags calculation out of ConnectBlock 7 years ago
Mario Dian 24980a3e40 Make functions in validation.cpp static and pass chainparams 7 years ago
Jorge Timón 1238f13cf6
scripted-diff: Remove PAIRTYPE 7 years ago
Jorge Timón 7c00c26726
scripted-diff: Fully remove BOOST_FOREACH 7 years ago
Pieter Wuille d9bec888f1 Use REJECT_DUPLICATE for already known and conflicted txn 7 years ago
Pieter Wuille 589827975f scripted-diff: various renames for per-utxo consistency 7 years ago
Pieter Wuille b2af357f39 Reduce reserved memory space for flushing 7 years ago
Pieter Wuille 5083079688 Switch CCoinsView and chainstate db from per-txid to per-txout 7 years ago
Pieter Wuille 8b3868c1b4 Switch CScriptCheck to use Coin instead of CCoins 7 years ago
Matt Corallo c87b957a32 Only pass things committed to by tx's witness hash to CScriptCheck 7 years ago
Pieter Wuille f68cdfe92b Switch from per-tx to per-txout CCoinsViewCache methods in some places 7 years ago
Pieter Wuille bd83111a0f Optimization: Coin&& to ApplyTxInUndo 7 years ago
Pieter Wuille cb2c7fdac2 Replace CTxInUndo with Coin 7 years ago
Karl-Johan Alm a473eff8f9
[bench] Replace 0.00(000)1 with MICRO/MILLI #defines in validation.cpp. 7 years ago
Karl-Johan Alm 5f850b0311
[bench] Include ms/blk stats in Connect* benchmarks. 7 years ago
practicalswift 5a9b508279 [trivial] Add end of namespace comments 7 years ago
Jorge Timón f285145764
Introduce static DoWarning (simplify UpdateTip) 7 years ago
Pieter Wuille 7d991b55db Store/allow tx metadata in all undo records 7 years ago
Pieter Wuille d342424301 Remove/ignore tx version in utxo and undo 7 years ago
Pieter Wuille e484652fc3 Introduce CHashVerifier to hash read data 7 years ago
Pieter Wuille f54580e7e4 error() in disconnect for disk corruption, not inconsistency 7 years ago
practicalswift 211adc074a Use range-based for loops (C++11) when looping over vector elements 7 years ago
Jorge Timón b324b28209
Globals: Pass Consensus::Params through CBlockTreeDB::LoadBlockIndexGuts() 7 years ago
Alex Morcos 65d484adf9 Output line to debug.log when IsInitialBlockDownload latches to false 7 years ago
Suhas Daftuar 71f1903353 Store disconnected block transactions outside mempool during reorg 7 years ago
Matt Corallo 70d39454ee Fix potential NPD introduced in b297426c 7 years ago
Pieter Wuille db994b2de9 Simplify DisconnectBlock arguments/return value 7 years ago
Pieter Wuille b297426c96 Add -stopatheight for benchmarking 7 years ago
Mario Dian 25660e91ef pass Consensus::Params& to ReceivedBlockTransactions() 7 years ago
Matt Corallo 9fececb2cb Remove CValidationInterface::UpdatedTransaction 7 years ago
Jorge Timón a1fd450328
Trivial: Remove unneeded includes from .h: 7 years ago
Matt Corallo d89f8adf25 Make DisconnectBlock and ConnectBlock static in validation.cpp 7 years ago
Alex Morcos ae7327b832 Make feeEstimator its own global instance of CBlockPolicyEstimator 7 years ago
practicalswift 9a763d4f86 Remove excess logic. 7 years ago
Matt Corallo 461e49fee2 SyncTransaction->TxAddedToMempool/BlockConnected/Disconnected 7 years ago