aboutsummaryrefslogtreecommitdiff
path: root/src/validation.h
AgeCommit message (Expand)Author
2019-02-24Call InvalidateBlock without cs_main heldPieter Wuille
2019-02-12[rpc] mining: Omit uninitialized currentblockweight, currentblocktxMarcoFalke
2019-02-01doc: Add cs_main lock annotations for mapBlockIndexpracticalswift
2019-01-30Merge #15163: Correct units for "-dbcache" and "-prune"Wladimir J. van der Laan
2019-01-30Merge #15159: [RPC] Remove lookup to UTXO set from GetTransactionMarcoFalke
2019-01-30Correct units for "-dbcache" and "-prune"Hennadii Stepanov
2019-01-26[RPC] Update getrawtransaction interfaceAmiti Uttarwar
2019-01-22Default -whitelistforcerelay to offSuhas Daftuar
2018-11-30Merge #13258: uint256: Remove unnecessary crypto/common.h dependencyWladimir J. van der Laan
2018-10-27Merge #13783: validation: Pass tx pool reference into CheckSequenceLocksMarcoFalke
2018-10-10Add compile time checking for cs_main locks which we assert at run timepracticalswift
2018-09-18uint256: Remove unnecessary crypto/common.h useKarl-Johan Alm
2018-09-15use integer division instead of double conversion and multiplication for comp...Arvid Norberg
2018-09-11Pass tx pool reference into CheckSequenceLocksMarcoFalke
2018-08-31scripted-diff: Small locking renameRussell Yanofsky
2018-08-26Add compile time checking for all cs_main runtime locking assertionspracticalswift
2018-08-08Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan
2018-07-27Return void instead of bool for functions that cannot failpracticalswift
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-24scripted-diff: Remove trailing whitespacesJoão Barbosa
2018-07-16Merge #13298: Net: Bucketing INV delays (1 bucket) for incoming connections t...Pieter Wuille
2018-07-13Bucket for inbound when scheduling invs to hide tx timeGleb
2018-06-18doc: Rewrite some validation doc as lock annotationsMarcoFalke
2018-06-15Merge #13402: Document validationinterace callback blocking deadlock potential.MarcoFalke
2018-06-05Document validationinterace callback blocking deadlock potential.Matt Corallo
2018-05-30refactor: add a function for determining if a block is pruned or notKarl-Johan Alm
2018-05-15net: Serve blocks directly from disk when possibleWladimir J. van der Laan
2018-04-25[validation] Replace tx index code in validation code with TxIndex.Jim Posen
2018-04-13Separate NULLDUMMY enforcement from SEGWIT enforcementSuhas Daftuar
2018-04-12Merge #12743: Fix csBestBlock/cvBlockChange waiting in rpc/miningPieter Wuille
2018-04-05Merge #12859: Bugfix: Include <memory> for std::unique_ptrWladimir J. van der Laan
2018-04-03Modernize best block mutex/cv/hash variable namingPieter Wuille
2018-04-03Fix csBestBlock/cvBlockChange waiting in rpc/miningPieter Wuille
2018-04-02Bugfix: Include <memory> for std::unique_ptrLuke Dashjr
2018-04-02Merge #11742: rpc: Add testmempoolacceptWladimir J. van der Laan
2018-03-29Bugfix: RPC: savemempool: Don't save until LoadMempool() is finishedJorge Timón
2018-03-28Merge #12798: doc: Refer to witness reserved value as spec. in the BIPWladimir J. van der Laan
2018-03-27Merge #12653: Allow to optional specify the directory for the blocks storageWladimir J. van der Laan
2018-03-26doc: Refer to witness reserved value as spec. in the BIPMarcoFalke
2018-03-24rpc: Add testmempoolacceptMarcoFalke
2018-03-11Allow to optional specify the directory for the blocks storageJonas Schnelli
2018-03-06Add LookupBlockIndex functionJoão Barbosa
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-12-12Merge #10279: Add a CChainState class to validation.cpp to take another step ...Wladimir J. van der Laan
2017-12-09Merge #11740: Implement BIP159 NODE_NETWORK_LIMITED (pruned peers) *signaling...Wladimir J. van der Laan
2017-12-05Add NODE_NETWORK_LIMITED flags and min block amount constantsJonas Schnelli
2017-12-05[rpc] Allow getrawtransaction to take optional blockhash to fetch transaction...Karl-Johan Alm
2017-12-04Move some additional variables into CChainState privateMatt Corallo
2017-12-04Create initial CChainState to hold chain state informationMatt Corallo
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider