aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2019-04-27Merge #15778: [wallet] Move maxtxfee from node to walletMarcoFalke
2019-04-19Merge #15670: refactor: combine Chain::findFirstBlockWithTime/findFirstBlockW...MarcoFalke
2019-04-18[wallet] Move maxTxFee to walletJohn Newbery
2019-04-11generalize bumpfee to add inputs when neededGregory Sanders
2019-04-10Remove access to node globals from wallet-linked codeRussell Yanofsky
2019-04-10Merge #15638: Move-only: Pull wallet code out of libbitcoin_serverWladimir J. van der Laan
2019-04-10Merge #15659: [docs] fix findFork commentMarcoFalke
2019-04-09[build] Move wallet load functions to wallet/load unitJohn Newbery
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-04-04wallet: Get all balances in one callMarcoFalke
2019-03-31interfaces: Add Chain::requestMempoolTransactionsJoão Barbosa
2019-03-27refactor: combine Chain::findFirstBlockWithTime/findFirstBlockWithTimeAndHeightAntoine Riard
2019-03-25[docs] fix comment: the return value of findFork is _not_ an ancestor when th...r8921039
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-21refactor: Drop redundant wallet referenceJoão Barbosa
2019-02-12interfaces: Add remove to WalletJoão Barbosa
2019-02-12Merge #15153: gui: Add Open Wallet menuJonas Schnelli
2019-02-11Merge #15226: Allow creating blank (empty) wallets (alternative)MeshCollider
2019-02-10[wallet] Support creating a blank walletAndrew Chow
2019-02-07wallet: Add lock annotation for mapAddressBookMarcoFalke
2019-02-05Merge #15342: Suggested wallet code cleanups from #14711MarcoFalke
2019-02-04Merge #15266: memory: Construct globals on first useMarcoFalke
2019-02-04interfaces: Avoid interface instance if wallet is nullJoão Barbosa
2019-02-04interfaces: Add loadWallet to NodeJoão Barbosa
2019-02-01Rename Chain getLocator -> getTipLocatorRussell Yanofsky
2019-01-31Prefer boost::optional#get_value_or over #value_orBen Woosley
2019-01-31Merge #15225: GUI: Change the receive button to respond to keypool state chan...Wladimir J. van der Laan
2019-01-30Merge #14711: Remove uses of chainActive and mapBlockIndex in wallet codeMeshCollider
2019-01-29log: Construct global logger on first useMarcoFalke
2019-01-23Notify the GUI that the keypool has changed to set the receive buttonAndrew Chow