aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2019-05-06Merge #15730: rpc: Show scanning details in getwalletinfoWladimir J. van der Laan
2019-05-06Merge #15930: rpc: Add balances RPCWladimir J. van der Laan
2019-05-03rpc: Deprecate getunconfirmedbalance and getwalletinfo balancesMarcoFalke
2019-05-02rpc: Add getbalances RPCMarcoFalke
2019-05-02rpcwallet: Make helper methods const on CWalletMarcoFalke
2019-05-02rpc: Show scanning details in getwalletinfoJoão Barbosa
2019-05-02wallet: Track current scanning progressJoão Barbosa
2019-05-01Merge #15842: refactor: replace isPotentialtip/waitForNotifications by higher...MarcoFalke
2019-05-01wallet: Use IsValidNumArgs in getwalletinfo rpcMarcoFalke
2019-04-29wallet: Avoid logging no_such_file_or_directory errorJoão Barbosa
2019-04-28wallet: Track scanning durationJoão Barbosa
2019-04-27remove extraneous scopeandrewtoth
2019-04-27wallet: log on rescan completionandrewtoth
2019-04-27Merge #15778: [wallet] Move maxtxfee from node to walletMarcoFalke
2019-04-27Merge #15784: rpc: Remove dependency on interfaces::Chain in SignTransactionMeshCollider
2019-04-23refactor: replace isPotentialtip/waitForNotifications by higher methodAntoine Riard
2019-04-23Merge #15463: rpc: Speedup getaddressesbylabelMarcoFalke
2019-04-23Merge #15780: wallet: add cachable amounts for caching credit/debit valuesWladimir J. van der Laan
2019-04-23wallet: add cachable amounts for caching credit/debit valuesKarl-Johan Alm
2019-04-22rpc: Speedup getaddressesbylabelJoão Barbosa
2019-04-19Merge #15670: refactor: combine Chain::findFirstBlockWithTime/findFirstBlockW...MarcoFalke
2019-04-19wallet: Remove unused import checkpoints.hMarcoFalke
2019-04-18[wallet] Move maxTxFee to walletJohn Newbery
2019-04-17Merge #15779: test: Add wallet_balance benchmarkMarcoFalke
2019-04-17refactor: Add handleNotifications method to walletMarcoFalke
2019-04-17rpc: Remove dependency on interfaces::Chain in SignTransactionAntoine Riard
2019-04-16Merge #15352: tests: Reduce noise level in test_bitcoin outputMarcoFalke
2019-04-15Merge #15788: test: Unify testing setups for fuzz, bench, and unit testsMarcoFalke
2019-04-15Merge #15750: [rpc] Remove the addresses field from the getaddressinfo return...MarcoFalke
2019-04-15Merge #15557: Enhance `bumpfee` to include inputs when targeting a feerateMeshCollider
2019-04-14Merge #15748: [rpc] remove dead mining codeMeshCollider
2019-04-11[rpc] Remove the addresses field from the getaddressinfo return objectJohn Newbery
2019-04-11scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke
2019-04-11generalize bumpfee to add inputs when neededGregory Sanders
2019-04-11Merge #15639: bitcoin-wallet tool: Drop libbitcoin_server.a dependencyMeshCollider
2019-04-11Merge #15728: [wallet] Refactor relay transactionsMeshCollider
2019-04-10[cleanup] Remove unused CReserveKeyJohn Newbery
2019-04-10Remove access to node globals from wallet-linked codeRussell Yanofsky
2019-04-10bitcoin-wallet tool: Drop MakeChain callsRussell Yanofsky
2019-04-10[wallet] Refactor CWalletTx::RelayWalletTransaction()John Newbery
2019-04-09[build] Move wallet load functions to wallet/load unitJohn Newbery
2019-04-09[build] Add several util unitsJohn Newbery
2019-04-09[build] Move rpc rawtransaction util functions to rpc/rawtransaction_util.cppJohn Newbery
2019-04-09[build] Move CheckTransaction from lib_server to lib_consensusJohn Newbery
2019-04-09[wallet] Remove unnecessary Chain::Lock parameter from ResendWalletTransactionsJohn 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-10Merge #15749: Fix: importmulti only imports origin info for PKH outputsMeshCollider
2019-04-06Take non-importing keys into account for spendability warning in descriptor i...Pieter Wuille
2019-04-04Import all origin info in importmulti; even for non-importing pubkeysPieter Wuille