aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/chain.h
Commit message (Expand)AuthorAgeFilesLines
* interfaces: Add Chain::requestMempoolTransactionsJoão Barbosa2019-04-011-0/+13
* Rename Chain getLocator -> getTipLocatorRussell Yanofsky2019-02-011-1/+1
* Remove remaining chainActive references from CWalletRussell Yanofsky2019-01-151-0/+18
* Convert CWallet::ScanForWalletTransactions and SyncTransaction to the new Cha...Russell Yanofsky2019-01-151-0/+24
* Add findFork and findBlock to the Chain interfaceRussell Yanofsky2019-01-151-0/+19
* Add time methods to the Chain interfaceRussell Yanofsky2019-01-151-0/+8
* Add height, depth, and hash methods to the Chain interfaceRussell Yanofsky2019-01-151-0/+20
* Remove uses of cs_main in wallet codeRussell Yanofsky2018-11-061-0/+20
* Remove direct node->wallet calls in init.cppRussell Yanofsky2018-11-061-0/+20
* Add skeleton chain and client classesRussell Yanofsky2018-11-061-0/+44