aboutsummaryrefslogtreecommitdiff
path: root/src/validation.cpp
AgeCommit message (Expand)Author
2018-04-02Merge #11742: rpc: Add testmempoolacceptWladimir J. van der Laan
2018-03-30Merge #12740: Add native support for serializing char arrays without FLATDATAWladimir 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-27Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")Wladimir J. van der Laan
2018-03-26doc: Refer to witness reserved value as spec. in the BIPMarcoFalke
2018-03-24rpc: Add testmempoolacceptMarcoFalke
2018-03-21Add native support for serializing char arrays without FLATDATAPieter Wuille
2018-03-21Fix typosDimitris Apostolou
2018-03-15Merge #12431: Only call NotifyBlockTip when chainActive changesWladimir J. van der Laan
2018-03-13Merge #11041: Add LookupBlockIndexWladimir J. van der Laan
2018-03-11Allow to optional specify the directory for the blocks storageJonas Schnelli
2018-03-09scripted-diff: Convert 11 enums into scoped enums (C++11)practicalswift
2018-03-09Format timestamps using ISO 8601 formatting (e.g. "2018-02-28T12:34:56Z")practicalswift
2018-03-07Merge #12204: Fix overly eager BIP30 bypassWladimir J. van der Laan
2018-03-06Add LookupBlockIndex functionJoão Barbosa
2018-03-06Fix cs_main lock in LoadExternalBlockFileJoão Barbosa
2018-03-06Assert cs_main is held when accessing mapBlockIndexJoão Barbosa
2018-03-05Merge #11880: Stop special-casing phashBlock handling in validation for TBVWladimir J. van der Laan
2018-02-25Merge #12287: Optimise lock behaviour for GuessVerificationProgress()Jonas Schnelli
2018-02-16Only call NotifyBlockTip when the active chain changesJames O'Beirne
2018-02-15Merge #12349: shutdown: fix crash on shutdown with reindex-chainstateWladimir J. van der Laan
2018-02-15Fix overly eager BIP30 bypassAlex Morcos
2018-02-15Merge #12356: Fix 'mempool min fee not met' debug outputWladimir J. van der Laan
2018-02-13fix possible shutdown assertion with -reindex-shutdownCory Fields
2018-02-12Merge #12381: Remove more boost threadsWladimir J. van der Laan
2018-02-08boost: drop boost threads for [alert|block|wallet]notifyCory Fields
2018-02-08Fix 'mempool min fee not met' debug outputBen Woosley
2018-02-08Merge #12368: Hold mempool.cs for the duration of ATMP.Wladimir J. van der Laan
2018-02-08Merge #12367: Fix two fast-shutdown bugsWladimir J. van der Laan
2018-02-07Merge #10498: Use static_cast instead of C-style casts for non-fundamental typesMarcoFalke
2018-02-06Fix fast-shutdown crash if genesis block was not loadedMatt Corallo
2018-02-06Add braces to meet code style on line-after-the-one-changed.Matt Corallo
2018-02-06Hold mempool.cs for the duration of ATMP.Matt Corallo
2018-01-30Fix missing cs_main lock for GuessVerificationProgress()Jonas Schnelli
2018-01-28Fix typospracticalswift
2018-01-23Reduce cs_main lock in ReadBlockFromDisk, only read GetBlockPos under the lockJonas Schnelli
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-12-26Add helper to wait for validation interface queue to catch upMatt Corallo
2017-12-26Block ActivateBestChain to empty validationinterface queueMatt Corallo
2017-12-26Require no cs_main lock for ProcessNewBlock/ActivateBestChainMatt Corallo
2017-12-12Stop special-casing phashBlock handling in validation for TBVMatt Corallo
2017-12-12Merge #10574: Remove includes in .cpp files for things the corresponding .h f...Wladimir J. van der Laan
2017-12-12Merge #10279: Add a CChainState class to validation.cpp to take another step ...Wladimir J. van der Laan
2017-12-06Merge #10275: [rpc] Allow fetching tx directly from specified block in getraw...Wladimir J. van der Laan
2017-12-05[rpc] Allow getrawtransaction to take optional blockhash to fetch transaction...Karl-Johan Alm
2017-12-04Avoid calling GetSerializeSize on each tx in a block if !fTxIndexMatt Corallo
2017-12-04Move some additional variables into CChainState privateMatt Corallo
2017-12-04Create initial CChainState to hold chain state informationMatt Corallo