aboutsummaryrefslogtreecommitdiff
path: root/src/validationinterface.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Remove useless mapRequest tracking that just effects Qt display.Matt Corallo2018-07-091-10/+0
* Drop unused init.h includesBen Woosley2018-06-251-1/+0
* scripted-diff: Rename SetBestChain callback ChainStateFlushedMatt Corallo2018-04-271-6/+6
* Hold cs_main while calling UpdatedBlockTip() and ui.NotifyBlockTipJesse Cohen2018-04-161-0/+4
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Add helper to wait for validation interface queue to catch upMatt Corallo2017-12-261-0/+12
* Add an interface to get the queue depth out of CValidationInterfaceMatt Corallo2017-12-261-0/+5
* Fix shutdown in case of errors during initializationWladimir J. van der Laan2017-11-281-1/+6
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-8/+8
* Give ZMQ consistent order with UpdatedBlockTip on scheduler threadMatt Corallo2017-10-131-1/+3
* Also call other wallet notify callbacks in scheduler threadMatt Corallo2017-10-131-6/+16
* Add CallFunctionInQueue to wait on validation interface queue drainMatt Corallo2017-10-131-0/+4
* Call TransactionRemovedFromMempool in the CScheduler threadMatt Corallo2017-10-131-1/+3
* Add a CValidationInterface::TransactionRemovedFromMempoolMatt Corallo2017-10-131-0/+19
* Fix validationinterface build on super old boost/clangMatt Corallo2017-10-021-0/+2
* Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-1/+1
* Flush CValidationInterface callbacks prior to destructionMatt Corallo2017-07-071-0/+4
* Support more than one CScheduler thread for serial clientsMatt Corallo2017-07-071-8/+14
* Give CMainSignals a reference to the global schedulerMatt Corallo2017-07-071-0/+13
* Make ValidationInterface signals-type-agnosticMatt Corallo2017-07-031-27/+81
* rpc: Move the `generate` RPC call to rpcwalletWladimir J. van der Laan2017-06-291-3/+0
* Remove CValidationInterface::UpdatedTransactionMatt Corallo2017-04-131-3/+0
* Remove dead-code tracking of requests for blocks we generatedMatt Corallo2017-04-071-3/+0
* SyncTransaction->TxAddedToMempool/BlockConnected/DisconnectedMatt Corallo2017-04-071-3/+9
* Add a CValidationInterface::NewPoWValidBlock callbackMatt Corallo2017-01-051-0/+3
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Remove SyncWithWallets wrapper functionMatt Corallo2016-10-041-4/+0
* Make validationinterface.UpdatedBlockTip more verboseMatt Corallo2016-10-041-2/+2
* net: Pass CConnection to wallet rather than using the globalCory Fields2016-09-081-2/+2
* Reduce cs_main locks during ConnectTip/SyncWithWalletsJonas Schnelli2016-08-121-2/+2
* include the chaintip *blockIndex in the SyncTransaction signalJonas Schnelli2015-12-041-4/+4
* Add ZeroMQ support. Notify blocks and transactions via ZeroMQJeff Garzik2015-09-161-1/+0
* Add UpdatedBlockTip signal to CMainSignals and CValidationInterfaceJoão Barbosa2015-09-161-0/+4
* miner: rename UpdateRequestCount signal to ResetRequestCountJonas Schnelli2015-07-011-2/+2
* detach wallet from minerJonas Schnelli2015-06-301-0/+6
* Remove unused code from wallet and validation interfaceMichael Ford2015-05-181-3/+0
* Regression test for ResendWalletTransactionsGavin Andresen2015-03-241-2/+2
* Includes: Refactor: Move CValidationInterface and CMainSignals out of mainJorge Timón2015-03-241-0/+47