aboutsummaryrefslogtreecommitdiff
path: root/src/validationinterface.h
Commit message (Expand)AuthorAgeFilesLines
* Better document usage of SyncTransactionAlex Morcos2017-01-231-2/+9
* Add a CValidationInterface::NewPoWValidBlock callbackMatt Corallo2017-01-051-0/+6
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Remove SyncWithWallets wrapper functionMatt Corallo2016-10-041-2/+2
* Make validationinterface.UpdatedBlockTip more verboseMatt Corallo2016-10-041-2/+2
* net: Pass CConnection to wallet rather than using the globalCory Fields2016-09-081-2/+3
* Reduce cs_main locks during ConnectTip/SyncWithWalletsJonas Schnelli2016-08-121-3/+3
* Merge #6480: include the chaintip blockindex in the SyncTransaction signal, a...Wladimir J. van der Laan2016-02-041-3/+4
|\
| * include the chaintip *blockIndex in the SyncTransaction signalJonas Schnelli2015-12-041-3/+4
* | Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
|/
* use CBlockIndex* insted of uint256 for UpdatedBlockTip signalJonas Schnelli2015-09-161-2/+3
* Add UpdatedBlockTip signal to CMainSignals and CValidationInterfaceJoão Barbosa2015-09-161-0/+3
* miner: rename UpdateRequestCount signal to ResetRequestCountJonas Schnelli2015-07-011-2/+2
* add CReserveScript to allow modular script keeping/returningJonas Schnelli2015-07-011-3/+4
* detach wallet from minerJonas Schnelli2015-06-301-0/+7
* Remove unused code from wallet and validation interfaceMichael Ford2015-05-181-3/+0
* fix IDE/compiler warning "extra ';'" in validationinterface.hPhilip Kaufmann2015-05-141-7/+7
* Merge pull request #5940Wladimir J. van der Laan2015-03-301-2/+2
|\
| * Regression test for ResendWalletTransactionsGavin Andresen2015-03-241-2/+2
* | Fix clang compile warnings intriduced in #5681Michael Ford2015-03-291-1/+1
|/
* Includes: Refactor: Move CValidationInterface and CMainSignals out of mainJorge Timón2015-03-241-0/+62