aboutsummaryrefslogtreecommitdiff
path: root/src/validation.h
Commit message (Expand)AuthorAgeFilesLines
* Call InvalidateBlock without cs_main heldPieter Wuille2019-02-241-1/+1
* [rpc] mining: Omit uninitialized currentblockweight, currentblocktxMarcoFalke2019-02-121-4/+2
* doc: Add cs_main lock annotations for mapBlockIndexpracticalswift2019-02-011-2/+2
* Merge #15163: Correct units for "-dbcache" and "-prune"Wladimir J. van der Laan2019-01-301-2/+2
|\
| * Correct units for "-dbcache" and "-prune"Hennadii Stepanov2019-01-301-2/+2
* | Merge #15159: [RPC] Remove lookup to UTXO set from GetTransactionMarcoFalke2019-01-301-1/+1
|\ \
| * | [RPC] Update getrawtransaction interfaceAmiti Uttarwar2019-01-261-1/+1
| |/
* / Default -whitelistforcerelay to offSuhas Daftuar2019-01-221-1/+1
|/
* Merge #13258: uint256: Remove unnecessary crypto/common.h dependencyWladimir J. van der Laan2018-11-301-1/+5
|\
| * uint256: Remove unnecessary crypto/common.h useKarl-Johan Alm2018-09-181-1/+5
* | Merge #13783: validation: Pass tx pool reference into CheckSequenceLocksMarcoFalke2018-10-271-1/+1
|\ \
| * | Pass tx pool reference into CheckSequenceLocksMarcoFalke2018-09-111-1/+1
| |/
* | Add compile time checking for cs_main locks which we assert at run timepracticalswift2018-10-101-2/+2
* | use integer division instead of double conversion and multiplication for comp...Arvid Norberg2018-09-151-2/+2
|/
* scripted-diff: Small locking renameRussell Yanofsky2018-08-311-2/+2
* Add compile time checking for all cs_main runtime locking assertionspracticalswift2018-08-261-4/+4
* 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