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