aboutsummaryrefslogtreecommitdiff
path: root/src/validation.h
Commit message (Expand)AuthorAgeFilesLines
* Merge AuxPoW support from NamecoreRoss Nicoll2019-07-131-0/+2
* Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan2018-08-081-1/+1
|\
| * Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* | Return void instead of bool for functions that cannot failpracticalswift2018-07-271-1/+1
|/
* scripted-diff: Remove trailing whitespacesJoão Barbosa2018-07-241-3/+3
* Merge #13298: Net: Bucketing INV delays (1 bucket) for incoming connections t...Pieter Wuille2018-07-161-14/+0
|\
| * Bucket for inbound when scheduling invs to hide tx timeGleb2018-07-131-14/+0
* | doc: Rewrite some validation doc as lock annotationsMarcoFalke2018-06-181-11/+11
|/
* Merge #13402: Document validationinterace callback blocking deadlock potential.MarcoFalke2018-06-151-4/+15
|\
| * Document validationinterace callback blocking deadlock potential.Matt Corallo2018-06-051-4/+15
* | refactor: add a function for determining if a block is pruned or notKarl-Johan Alm2018-05-301-0/+6
|/
* net: Serve blocks directly from disk when possibleWladimir J. van der Laan2018-05-151-0/+2
* [validation] Replace tx index code in validation code with TxIndex.Jim Posen2018-04-251-1/+0
* Separate NULLDUMMY enforcement from SEGWIT enforcementSuhas Daftuar2018-04-131-0/+3
* Merge #12743: Fix csBestBlock/cvBlockChange waiting in rpc/miningPieter Wuille2018-04-121-2/+3
|\
| * Modernize best block mutex/cv/hash variable namingPieter Wuille2018-04-031-3/+3
| * Fix csBestBlock/cvBlockChange waiting in rpc/miningPieter Wuille2018-04-031-0/+1
* | Merge #12859: Bugfix: Include <memory> for std::unique_ptrWladimir J. van der Laan2018-04-051-0/+1
|\ \ | |/ |/|
| * Bugfix: Include <memory> for std::unique_ptrLuke Dashjr2018-04-021-0/+1
* | Merge #11742: rpc: Add testmempoolacceptWladimir J. van der Laan2018-04-021-1/+1
|\ \
| * | rpc: Add testmempoolacceptMarcoFalke2018-03-241-1/+1
* | | Bugfix: RPC: savemempool: Don't save until LoadMempool() is finishedJorge Timón2018-03-291-0/+1
* | | Merge #12798: doc: Refer to witness reserved value as spec. in the BIPWladimir J. van der Laan2018-03-281-1/+1
|\ \ \
| * | | doc: Refer to witness reserved value as spec. in the BIPMarcoFalke2018-03-261-1/+1
| |/ /
* | | Merge #12653: Allow to optional specify the directory for the blocks storageWladimir J. van der Laan2018-03-271-1/+1
|\ \ \ | |/ / |/| |
| * | Allow to optional specify the directory for the blocks storageJonas Schnelli2018-03-111-1/+1
| |/
* / Add LookupBlockIndex functionJoão Barbosa2018-03-061-0/+7
|/
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Merge #10279: Add a CChainState class to validation.cpp to take another step ...Wladimir J. van der Laan2017-12-121-5/+3
|\
| * Move some additional variables into CChainState privateMatt Corallo2017-12-041-1/+1
| * Create initial CChainState to hold chain state informationMatt Corallo2017-12-041-4/+2
* | Merge #11740: Implement BIP159 NODE_NETWORK_LIMITED (pruned peers) *signaling...Wladimir J. van der Laan2017-12-091-0/+2
|\ \
| * | Add NODE_NETWORK_LIMITED flags and min block amount constantsJonas Schnelli2017-12-051-0/+2
| |/
* / [rpc] Allow getrawtransaction to take optional blockhash to fetch transaction...Karl-Johan Alm2017-12-051-1/+1
|/
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-9/+9
* Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktreepracticalswift2017-11-091-3/+3
* Disconnect outbound peers relaying invalid headersSuhas Daftuar2017-10-271-1/+2
* Merge #11367: [rpc] getblockchaininfo: add size_on_disk, prune_target_sizeWladimir J. van der Laan2017-10-091-0/+3
|\
| * [rpc] getblockchaininfo: add size_on_disk, prune_target_size, automatic_pruningDaniel Edgecumbe2017-09-291-0/+3
* | Merge #11107: Fix races in AppInitMain and others with lock and atomic boolsMarcoFalke2017-10-051-1/+1
|\ \ | |/ |/|
| * Make fReindex atomic to avoid raceMeshCollider2017-09-071-1/+1
* | Merge #11309: Minor cleanups for AcceptToMemoryPoolMarcoFalke2017-09-291-3/+3
|\ \
| * | Change AcceptToMemoryPool function signatureAlex Morcos2017-09-121-3/+3
* | | Merge #10953: [Refactor] Combine scriptPubKey and amount as CTxOut in CScript...Pieter Wuille2017-09-221-8/+5
|\ \ \
| * | | Rename out to m_tx_out in CScriptCheckJohnson Lau2017-09-221-3/+3
| * | | [Refactor] Combine scriptPubKey and amount as CTxOut in CScriptCheckJohnson Lau2017-08-301-8/+5
| | |/ | |/|
* | | Trivial: Fix validation commentsDan Raviv2017-09-151-2/+2
* | | Trivial: Fix comments for DEFAULT_WHITELIST[FORCE]RELAYdanra2017-09-141-2/+2
| |/ |/|
* | Deprecate confusing blockmaxsize, fix getmininginfo outputMatt Corallo2017-09-111-1/+0
* | Merge #11099: [RPC][mempool]: Add savemempool RPCMarcoFalke2017-09-061-1/+1
|\ \