aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/chain.cpp
AgeCommit message (Expand)Author
2019-04-09[build] Move policy settings to new src/policy/settings unitJohn Newbery
2019-04-09[wallet] Schedule tx rebroadcasts in walletJohn Newbery
2019-04-09[wallet] Keep track of the best block time in the walletJohn Newbery
2019-03-31interfaces: Add Chain::requestMempoolTransactionsJoão Barbosa
2019-03-06Remove remaining wallet accesses to node globalsRussell Yanofsky
2019-03-05Remove use of CCoinsViewMemPool::GetCoin in wallet codeRussell Yanofsky
2019-03-05Remove use of CRPCTable::appendCommand in wallet codeRussell Yanofsky
2019-03-05Remove use CValidationInterface in wallet codeRussell Yanofsky
2019-03-04Suggested interfaces::Chain cleanups from #15288Russell Yanofsky
2019-02-22Remove use of IsInitialBlockDownload in wallet codeRussell Yanofsky
2019-02-22Remove use of uiInterface.LoadWallet in wallet codeRussell Yanofsky
2019-02-22Remove use of AcceptToMemoryPool in wallet codeRussell Yanofsky
2019-02-22Remove uses of InitMessage/Warning/Error in wallet codeRussell Yanofsky
2019-02-22Remove uses of GetAdjustedTime in wallet codeRussell Yanofsky
2019-02-22Remove use of g_connman / PushInventory in wallet codeRussell Yanofsky
2019-02-22Remove uses of g_connman in wallet codeRussell Yanofsky
2019-02-22Remove uses of fPruneMode in wallet codeRussell Yanofsky
2019-02-22Remove uses of fee globals in wallet codeRussell Yanofsky
2019-02-22Remove use of CalculateMemPoolAncestors in wallet codeRussell Yanofsky
2019-02-22Remove use of GetTransactionAncestry in wallet codeRussell Yanofsky
2019-02-22Remove use of GetCountWithDescendants in wallet codeRussell Yanofsky
2019-02-22Remove use of IsRBFOptIn in wallet codeRussell Yanofsky
2019-02-22Remove uses of CheckFinalTx in wallet codeRussell Yanofsky
2019-02-01Rename Chain getLocator -> getTipLocatorRussell Yanofsky
2019-01-15Remove remaining chainActive references from CWalletRussell Yanofsky
2019-01-15Convert CWallet::ScanForWalletTransactions and SyncTransaction to the new Cha...Russell Yanofsky
2019-01-15Add findFork and findBlock to the Chain interfaceRussell Yanofsky
2019-01-15Add time methods to the Chain interfaceRussell Yanofsky
2019-01-15Add height, depth, and hash methods to the Chain interfaceRussell Yanofsky
2018-11-06Remove uses of cs_main in wallet codeRussell Yanofsky
2018-11-06Add skeleton chain and client classesRussell Yanofsky