aboutsummaryrefslogtreecommitdiff
path: root/src/validationinterface.cpp
AgeCommit message (Expand)Author
2017-08-16Declare single-argument (non-converting) constructors "explicit"practicalswift
2017-07-07Flush CValidationInterface callbacks prior to destructionMatt Corallo
2017-07-07Support more than one CScheduler thread for serial clientsMatt Corallo
2017-07-07Give CMainSignals a reference to the global schedulerMatt Corallo
2017-07-03Make ValidationInterface signals-type-agnosticMatt Corallo
2017-06-29rpc: Move the `generate` RPC call to rpcwalletWladimir J. van der Laan
2017-04-13Remove CValidationInterface::UpdatedTransactionMatt Corallo
2017-04-07Remove dead-code tracking of requests for blocks we generatedMatt Corallo
2017-04-07SyncTransaction->TxAddedToMempool/BlockConnected/DisconnectedMatt Corallo
2017-01-05Add a CValidationInterface::NewPoWValidBlock callbackMatt Corallo
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-10-04Remove SyncWithWallets wrapper functionMatt Corallo
2016-10-04Make validationinterface.UpdatedBlockTip more verboseMatt Corallo
2016-09-08net: Pass CConnection to wallet rather than using the globalCory Fields
2016-08-12Reduce cs_main locks during ConnectTip/SyncWithWalletsJonas Schnelli
2015-12-04include the chaintip *blockIndex in the SyncTransaction signalJonas Schnelli
2015-09-16Add ZeroMQ support. Notify blocks and transactions via ZeroMQJeff Garzik
2015-09-16Add UpdatedBlockTip signal to CMainSignals and CValidationInterfaceJoão Barbosa
2015-07-01miner: rename UpdateRequestCount signal to ResetRequestCountJonas Schnelli
2015-06-30detach wallet from minerJonas Schnelli
2015-05-18Remove unused code from wallet and validation interfaceMichael Ford
2015-03-24Regression test for ResendWalletTransactionsGavin Andresen
2015-03-24Includes: Refactor: Move CValidationInterface and CMainSignals out of mainJorge Timón