aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/chain.h
Commit message (Expand)AuthorAgeFilesLines
...
| * refactor: combine Chain::findFirstBlockWithTime/findFirstBlockWithTimeAndHeightAntoine Riard2019-03-271-13/+4
* | Remove access to node globals from wallet-linked codeRussell Yanofsky2019-04-101-0/+13
* | Merge #15659: [docs] fix findFork commentMarcoFalke2019-04-101-5/+6
|\ \
| * | [docs] fix comment: the return value of findFork is _not_ an ancestor when th...r89210392019-03-251-5/+6
| |/
* | [wallet] Schedule tx rebroadcasts in walletJohn Newbery2019-04-091-1/+3
* | [wallet] Keep track of the best block time in the walletJohn Newbery2019-04-091-1/+2
* | interfaces: Add Chain::requestMempoolTransactionsJoão Barbosa2019-03-311-0/+10
|/
* Remove remaining wallet accesses to node globalsRussell Yanofsky2019-03-061-1/+16
* Remove use of CCoinsViewMemPool::GetCoin in wallet codeRussell Yanofsky2019-03-051-0/+6
* Remove use of CRPCTable::appendCommand in wallet codeRussell Yanofsky2019-03-051-0/+5
* Remove use CValidationInterface in wallet codeRussell Yanofsky2019-03-051-0/+26
* Suggested interfaces::Chain cleanups from #15288Russell Yanofsky2019-03-041-8/+30
* Remove use of IsInitialBlockDownload in wallet codeRussell Yanofsky2019-02-221-0/+3
* Remove use of uiInterface.LoadWallet in wallet codeRussell Yanofsky2019-02-221-0/+5
* Remove use of AcceptToMemoryPool in wallet codeRussell Yanofsky2019-02-221-1/+12
* Remove uses of InitMessage/Warning/Error in wallet codeRussell Yanofsky2019-02-221-0/+9
* Remove uses of GetAdjustedTime in wallet codeRussell Yanofsky2019-02-221-0/+3
* Remove use of g_connman / PushInventory in wallet codeRussell Yanofsky2019-02-221-0/+3
* Remove uses of g_connman in wallet codeRussell Yanofsky2019-02-221-0/+3
* Remove uses of fPruneMode in wallet codeRussell Yanofsky2019-02-221-0/+3
* Remove uses of fee globals in wallet codeRussell Yanofsky2019-02-221-0/+10
* Remove use of CalculateMemPoolAncestors in wallet codeRussell Yanofsky2019-02-221-0/+3
* Remove use of GetTransactionAncestry in wallet codeRussell Yanofsky2019-02-221-0/+4
* Remove use of GetCountWithDescendants in wallet codeRussell Yanofsky2019-02-221-0/+3
* Remove use of IsRBFOptIn in wallet codeRussell Yanofsky2019-02-221-1/+5
* Remove uses of CheckFinalTx in wallet codeRussell Yanofsky2019-02-221-0/+4
* 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