aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
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
2019-04-04Keep full pubkeys in FlatSigningProvider::originsPieter Wuille
2019-04-04wallet: Get all balances in one callMarcoFalke
2019-04-04Merge #15596: rpc: Ignore sendmany::minconf as dummy valueMarcoFalke
2019-04-02Merge #15680: Remove resendwallettransactions RPC methodMarcoFalke
2019-04-01Merge #15652: wallet: Update transactions with current mempool after loadMarcoFalke
2019-04-01[wallet] Remove ResendWalletTransactionsBeforeJohn Newbery
2019-03-31wallet: Update transactions with current mempool after loadJoão Barbosa
2019-03-29[rpc] remove resendwallettransactions RPCJohn Newbery
2019-03-28rpc: Fix help text for signtransactionwithXXXTorkel Rogstad
2019-03-27wallet: Move CWallet::ReacceptWalletTransactions locks to callersJoão Barbosa
2019-03-21Merge #15625: refactor: Remove unused functionMeshCollider
2019-03-21Merge #10973: Refactor: separate wallet from nodeMeshCollider
2019-03-20refactor: Remove unused functionpracticalswift
2019-03-18Merge #15491: wallet: Improve log output for errors during loadMeshCollider
2019-03-14wallet: Improve log output for errors during loadGlenn Willen
2019-03-14wallet: Remove unused GetLegacyBalanceMarcoFalke
2019-03-14scripted-diff: wallet: Rename pcoin to wtxMarcoFalke
2019-03-13wallet: Log and ignore errors in ListWalletDir and IsBerkeleyBtreeJoão Barbosa
2019-03-13rpc: Document that minconf is an ignored dummy valueMarcoFalke
2019-03-06Remove remaining wallet accesses to node globalsRussell Yanofsky
2019-03-05Remove use of CRPCTable::appendCommand in wallet codeRussell Yanofsky
2019-03-05Remove use CValidationInterface in wallet codeRussell Yanofsky
2019-03-04doc: Move wallet lock annotations to headerMarcoFalke
2019-03-04Merge #15288: Remove wallet -> node global function callsMarcoFalke
2019-03-02Merge #15492: [rpc] remove deprecated generate methodMarcoFalke
2019-03-01[wallet] remove unused GetScriptForMiningSjors Provoost
2019-02-28Use stop/[start,stop] notation in importmulti desc rangePieter Wuille
2019-02-27[rpc] remove deprecated generate methodSjors Provoost
2019-02-23wallet: Use fsbridge::ifstream to fix Windows path issueChun Kuan Lee
2019-02-22Change brace formattingRussell 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