aboutsummaryrefslogtreecommitdiff
path: root/src/validation.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Use range-based for loops (C++11) when looping over map elementspracticalswift2017-10-091-6/+6
* | | | | Merge #11737: Document partial validation in ConnectBlock()Wladimir J. van der Laan2017-11-291-1/+25
|\ \ \ \ \
| * | | | | Document partial validation in ConnectBlock()Suhas Daftuar2017-11-201-1/+25
| | |/ / / | |/| | |
* / | | | Fix: Open files read only if requestedAndras Elso2017-11-211-1/+1
|/ / / /
* | | | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-38/+38
* | | | Merge #10286: Call wallet notify callbacks in scheduler thread (without cs_main)Wladimir J. van der Laan2017-11-151-1/+1
|\ \ \ \
| * | | | Also call other wallet notify callbacks in scheduler threadMatt Corallo2017-10-131-1/+1
* | | | | Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktreepracticalswift2017-11-091-10/+10
* | | | | trivial: Fix typo – alreardy → alreadypracticalswift2017-11-081-1/+1
* | | | | Merge #11389: Support having SegWit always active in regtest (sipa, ajtowns, ...MarcoFalke2017-11-071-4/+5
|\ \ \ \ \
| * | | | | [consensus] Pin P2SH activation to block 173805 on mainnetJohn Newbery2017-11-061-4/+5
* | | | | | Merge #11531: Check that new headers are not a descendant of an invalid block...Wladimir J. van der Laan2017-11-011-12/+70
|\ \ \ \ \ \
| * | | | | | Reject headers building on invalid chains by tracking invalidityMatt Corallo2017-10-311-8/+66
| * | | | | | Accept unrequested blocks with work equal to our tipMatt Corallo2017-10-311-4/+4
| |/ / / / /
* / / / / / Disconnect outbound peers relaying invalid headersSuhas Daftuar2017-10-271-1/+3
|/ / / / /
* | | | | Don't process unrequested, low-work blocksSuhas Daftuar2017-10-191-0/+6
* | | | | Avoid slow transaction search with txindex enabledJoão Barbosa2017-10-191-0/+3
* | | | | Merge #11062: [mempool] Mark mempool import fails that were found in mempool ...Pieter Wuille2017-10-181-4/+13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [mempool] Mark unaccepted txs present in mempool as 'already there'.Karl-Johan Alm2017-09-041-4/+13
* | | | | Merge #10898: Fix invalid checks (NULL checks after dereference, redundant ch...Wladimir J. van der Laan2017-10-121-3/+0
|\ \ \ \ \
| * | | | | Remove redundant NULL checks after newpracticalswift2017-10-021-3/+0
* | | | | | Merge #8498: Near-Bugfix: Optimization: Minimize the number of times it is ch...Wladimir J. van der Laan2017-10-111-13/+15
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Near-Bugfix: Reestablish consensus check removed in 8d7849bJorge Timón2017-09-201-0/+4
| * | | | | Optimization: Minimize the number of times it is checked that no money is cre...Jorge Timón2017-09-201-13/+11
* | | | | | Merge #11367: [rpc] getblockchaininfo: add size_on_disk, prune_target_sizeWladimir J. van der Laan2017-10-091-1/+7
|\ \ \ \ \ \
| * | | | | | [rpc] getblockchaininfo: add size_on_disk, prune_target_size, automatic_pruningDaniel Edgecumbe2017-09-291-1/+7
* | | | | | | Merge #11107: Fix races in AppInitMain and others with lock and atomic boolsMarcoFalke2017-10-051-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Make fReindex atomic to avoid raceMeshCollider2017-09-071-2/+2
* | | | | | | | Merge #11406: Add state message print to AcceptBlock failure message.Wladimir J. van der Laan2017-10-041-1/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Add state message print to AcceptBlock failure message.Matt Corallo2017-09-261-1/+1
* | | | | | | | Merge #11309: Minor cleanups for AcceptToMemoryPoolMarcoFalke2017-09-291-18/+22
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Ignore transactions added to mempool during a reorg for fee estimation purposes.Alex Morcos2017-09-121-5/+6
| * | | | | | | Do not reject based on mempool min fee when bypass_limits is set.Alex Morcos2017-09-121-1/+1
| * | | | | | | Change AcceptToMemoryPool function signatureAlex Morcos2017-09-121-12/+15
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge #10953: [Refactor] Combine scriptPubKey and amount as CTxOut in CScript...Pieter Wuille2017-09-221-5/+3
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Rename out to m_tx_out in CScriptCheckJohnson Lau2017-09-221-1/+1
| * | | | | | [Refactor] Combine scriptPubKey and amount as CTxOut in CScriptCheckJohnson Lau2017-08-301-5/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge #11132: Document assumptions that are being made to avoid NULL pointer ...Wladimir J. van der Laan2017-09-201-0/+2
|\ \ \ \ \ \
| * | | | | | Document assumptions that are being made to avoid NULL pointer dereferencespracticalswift2017-09-061-0/+2
| |/ / / / /
* | / / / / Trivial: Fix validation commentsDan Raviv2017-09-151-1/+1
| |/ / / / |/| | | |
* | | | | Merge #10770: Drop upgrade-cancel callback registration for a generic "cancel...Jonas Schnelli2017-09-071-6/+6
|\ \ \ \ \
| * | | | | Drop upgrade-cancel callback registration for a generic "resumeable"Matt Corallo2017-08-201-6/+6
* | | | | | Merge #11238: Add assertions before potential null deferencesWladimir J. van der Laan2017-09-061-0/+2
|\ \ \ \ \ \
| * | | | | | Fix potential null dereferencesMeshCollider2017-08-231-0/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge #11099: [RPC][mempool]: Add savemempool RPCMarcoFalke2017-09-061-2/+4
|\ \ \ \ \ \
| * | | | | | Add return value to DumpMempoolLawrence Nahum2017-09-061-2/+4
| | |_|/ / / | |/| | | |
* / | | | | Allow setting nMinimumChainWork on command lineSuhas Daftuar2017-09-051-4/+3
|/ / / / /
* | | | | Merge #10303: [bench] Include ms/blk stats in Connect* benchmarks.Wladimir J. van der Laan2017-08-281-14/+20
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [bench] Replace 0.00(000)1 with MICRO/MILLI #defines in validation.cpp.Karl-Johan Alm2017-06-011-14/+17
| * | | | [bench] Include ms/blk stats in Connect* benchmarks.Karl-Johan Alm2017-06-011-11/+14