aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2020-06-09gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChangedJoão Barbosa
2020-01-14Drop signal CClientUIInterface::LoadWalletRussell Yanofsky
2019-09-12Merge #16714: gui: add prune to intro screen with smart defaultJonas Schnelli
2019-09-05Expose wallet creation to the GUI via WalletControllerAndrew Chow
2019-08-24[node] add forceSetArg to interfaceSjors Provoost
2019-08-23Encapsulate tx status in a Confirmation structAntoine Riard
2019-08-15Merge #16443: refactor: have CCoins* data managed under CChainStateMarcoFalke
2019-08-08Remove p2pEnabled from Chain interfaceAntoine Riard
2019-08-06refactor: pcoinsTip -> CChainState::CoinsTip()James O'Beirne
2019-08-06Merge #16497: gui: Generate bech32 addresses by default (take 2, fixup)fanquake
2019-08-01Remove unused submitToMemoryPool and relayTransactions Chain interfacesAntoine Riard
2019-08-01Add BroadcastTransaction utility usage in Chain interfaceAntoine Riard
2019-07-31Merge #16452: refactor: use RelayTransaction in BroadcastTransaction utilityMarcoFalke
2019-07-30gui: Generate bech32 addresses by default (take 2, fixup)MarcoFalke
2019-07-27Merge #16415: Get rid of PendingWalletTx classMeshCollider
2019-07-24refactor : use RelayTransaction in BroadcastTransaction utilityAntoine Riard
2019-07-23Merge #16366: init: Use InitError for all errors in bitcoind/qtMarcoFalke
2019-07-18Get rid of PendingWalletTx class.Russell Yanofsky
2019-07-17Merge #16208: wallet: Consume ReserveDestination on successful CreateTransactionMeshCollider
2019-07-11Call node->initError instead of InitError from GUI codeRussell Yanofsky
2019-07-11Merge #16227: Refactor CWallet's inheritance chainWladimir J. van der Laan
2019-07-10Restrict lifetime of ReserveDestination to CWallet::CreateTransactionGregory Sanders
2019-07-10Merge #16237: Have the wallet give out destinations instead of keysWladimir J. van der Laan
2019-07-09Replace CReserveKey with ReserveDestinatoinAndrew Chow
2019-07-09Add GetNewDestination to CWallet to fetch new destinationsAndrew Chow
2019-07-09Remove CCryptoKeyStore and move all of it's functionality into CWalletAndrew Chow
2019-06-26Add Travis check for single parameter constructors not marked "explicit"practicalswift
2019-06-19Move ismine to wallet moduleAndrew Chow
2019-06-06Merge #16129: refactor: Remove unused includesMarcoFalke
2019-06-05Merge #15976: refactor: move methods under CChainState (pt. 1)Wladimir J. van der Laan
2019-06-02Make reasoning about dependencies easier by not including unused dependenciespracticalswift
2019-05-17scripted-diff: Rename LockAnnotation to LockAssertionpracticalswift
2019-05-17Merge #16033: Hold cs_main when reading chainActive via getTipLocator(). Remo...MarcoFalke
2019-05-16Remove temporary method assumeLocked(). Remove LockingStateImpl. Remove redun...practicalswift
2019-05-16Merge #15870: wallet: Only fail rescan when blocks have actually been prunedMarcoFalke
2019-05-16refactoring: IsInitialBlockDownload -> CChainStateJames O'Beirne
2019-05-13[refactor] interfaces: Add missing LockAnnotation for cs_mainMarcoFalke
2019-05-06wallet: Only fail rescan when blocks have actually been prunedMarcoFalke
2019-05-03scripted-diff: replace chainActive -> ::ChainActive()James O'Beirne
2019-05-01Merge #15842: refactor: replace isPotentialtip/waitForNotifications by higher...MarcoFalke
2019-04-27Merge #15778: [wallet] Move maxtxfee from node to walletMarcoFalke
2019-04-23refactor: replace isPotentialtip/waitForNotifications by higher methodAntoine Riard
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