86 Commits (a5f5a2ce53622b8d2e3fda659e497d47c5d164b0)

Author SHA1 Message Date
MeshCollider 1a445343f6 scripted-diff: Replace #include "" with #include <> (ryanofsky) 7 years ago
practicalswift d223bc940a Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktree 7 years ago
Suhas Daftuar 37886d5e2f Disconnect outbound peers relaying invalid headers 7 years ago
Daniel Edgecumbe b7dfc6c4b8 [rpc] getblockchaininfo: add size_on_disk, prune_target_size, automatic_pruning 7 years ago
Johnson Lau 3a131b7244 Rename out to m_tx_out in CScriptCheck 7 years ago
Dan Raviv a0b4c24617 Trivial: Fix validation comments 7 years ago
danra dc2f737ae3 Trivial: Fix comments for DEFAULT_WHITELIST[FORCE]RELAY 7 years ago
Alex Morcos fd849e1b03 Change AcceptToMemoryPool function signature 7 years ago
Matt Corallo ba206d2c63 Deprecate confusing blockmaxsize, fix getmininginfo output 7 years ago
MeshCollider 35aeabec62 Make fReindex atomic to avoid race 7 years ago
Lawrence Nahum 467cbbcbfc
Add return value to DumpMempool 7 years ago
Suhas Daftuar 0311836f69 Allow setting nMinimumChainWork on command line 7 years ago
Johnson Lau e912118786 [Refactor] Combine scriptPubKey and amount as CTxOut in CScriptCheck 7 years ago
practicalswift 36d326e8b0 Use nullptr instead of zero (0) as the null pointer constant 7 years ago
practicalswift 90d4d89230 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 7 years ago
Matt Corallo b0f32497b8 More user-friendly error message if UTXO DB runs ahead of block DB 7 years ago
Matt Corallo eda888e573 Fix some LoadChainTip-related init-order bugs. 7 years ago
practicalswift e0d459264f Avoid redundant redeclaration of GetWarnings(const string&) 7 years ago
Pieter Wuille 013a56aa1a Non-atomic flushing using the blockchain as replay journal 7 years ago
practicalswift 4087d9ea7c Remove unnecessary forward class declarations in header files 7 years ago
Russell Yanofsky 24e44c354d Don't return stale data from CCoinsViewCache::Cursor() 7 years ago
Matt Corallo b5fea8d0cc Cache full script execution results in addition to signatures 7 years ago
practicalswift 246a02fb14 Use std::unordered_{map,set} (C++11) instead of boost::unordered_{map,set} 7 years ago
Mario Dian 24980a3e40 Make functions in validation.cpp static and pass chainparams 7 years ago
Pieter Wuille d9bec888f1 Use REJECT_DUPLICATE for already known and conflicted txn 7 years ago
Matt Corallo c87b957a32 Only pass things committed to by tx's witness hash to CScriptCheck 7 years ago
Pieter Wuille 010d68e802 Broadcast address every day, not 9 hours 7 years ago
Suhas Daftuar 71f1903353 Store disconnected block transactions outside mempool during reorg 7 years ago
Jorge Timón 381a46e38f
Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module 7 years ago
Pieter Wuille b297426c96 Add -stopatheight for benchmarking 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
Jorge Timón 618d07faa2
MOVEONLY: tx functions to consensus/tx_verify.o 7 years ago
Wladimir J. van der Laan bac5c9cf64 Replace uses of boost::filesystem with fs 7 years ago
Wladimir J. van der Laan 7d5172d354 Replace includes of boost/filesystem.h with fs.h 7 years ago
Matthew Zipkin 557c9a68fb RPC: getblockchaininfo: BIP9 stats 7 years ago
John Newbery 91c91e140a Control mempool persistence using a command line parameter. 7 years ago
practicalswift 97b8213674 Fix parameter naming inconsistencies between .h and .cpp files 7 years ago
Alex Morcos f838005444 No longer allow "free" transactions 7 years ago
Russell Yanofsky e2e2f4c856 Return errors from importmulti if complete rescans are not successful 7 years ago
Gregory Maxwell e440ac7ef3 Introduce assumevalid setting to skip presumed valid scripts. 8 years ago
mrbandrews 1fc4ec7bf2 Add pruneblockchain RPC to enable manual block file pruning. 8 years ago
Matt Corallo edded808fc Make ATMP optionally return the CTransactionRefs it replaced 8 years ago
Matt Corallo c735540428 Move ORPHAN constants from validation.h to net_processing.h 8 years ago
Pieter Wuille 6dd81169fc Remove SIGCHECK_VERIFICATION_FACTOR 8 years ago
Pieter Wuille 3641141c8f Move tx estimation data out of CCheckPointData 8 years ago
Pieter Wuille a4bac66cca [MOVEONLY] Move progress estimation out of checkpoints 8 years ago
Matt Corallo 80175472d1 Make CBlockIndex*es in net_processing const 8 years ago
Alex Morcos 78ae62d264 Add clarifying comments to fee estimation 8 years ago