aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.cpp
AgeCommit message (Expand)Author
2019-03-11wallet: Refactor to use WalletLocationJoão Barbosa
2019-03-11No longer shutdown after encrypting the walletAndrew Chow
2019-01-31Merge #15002: 0.17: Backport #14941Wladimir J. van der Laan
2019-01-25Remove errant past from walletcreatefundedpsbt for nLocktime replaceabilityGregory Sanders
2019-01-16rpc: Make unloadwallet wait for complete wallet unloadJoão Barbosa
2018-12-07rpc: Avoid creating non-standard raw transactionsMarcoFalke
2018-12-05rpc: Fix wallet unload during walletpassphrase timeoutJoão Barbosa
2018-12-03Refactor PSBTInput signing to enforce invariantGlenn Willen
2018-12-03Simplify arguments to SignPSBTInputGlenn Willen
2018-12-03New PartiallySignedTransaction constructor from CTransctionGlenn Willen
2018-12-03Remove redundant txConst parameter to FillPSBTGlenn Willen
2018-12-03More concise conversion of CDataStream to stringGlenn Willen
2018-12-01Merge #14196: [0.17][psbt] always drop the unnecessary utxo and convert non-w...MarcoFalke
2018-11-28[wallet] Ensure wallet is unlocked before signinggustavonalle
2018-10-10[wallet] Restore ability to list incoming transactions by labelRussell Yanofsky
2018-09-11Convert non-witness UTXOs to witness if witness sig createdAndrew Chow
2018-09-11Drop the unnecessary UTXO based on the UTXOs present, not on earlier wallet t...Andrew Chow
2018-08-28fix walletcreatefundedpsbt deriv paths, add testGregory Sanders
2018-08-27Docs: Fix help message typo optiona -> optionalBen Woosley
2018-08-21RPCTypeCheck bip32derivs arg in walletcreatefundedGregory Sanders
2018-08-21walletcreatefundedpsbt: remove duplicate replaceable argGregory Sanders
2018-08-15Only wipe wrong UTXO type data if overwritten by walletPieter Wuille
2018-08-09Use pushKV in some new PSBT RPCs.Daniel Kraft
2018-07-20Merge #9662: Add createwallet "disableprivatekeys" option: a sane mode for wa...Wladimir J. van der Laan
2018-07-19wallet: Add error handling. Check return value of ParseUInt32(...) in ParseHD...practicalswift
2018-07-18Merge #13557: BIP 174 PSBT Serializations and RPCsWladimir J. van der Laan
2018-07-16Create wallet RPCs for PSBTAndrew Chow
2018-07-13Merge #13072: Update createmultisig RPC to support segwitPieter Wuille
2018-07-13Merge #13566: Fix get balancePieter Wuille
2018-07-13Refactor transaction creation and transaction funding logicAndrew Chow
2018-07-12Add disable privatekeys option to createwalletJonas Schnelli
2018-07-12Add option to disable private keys during internal wallet creationJonas Schnelli
2018-07-10Move AddAndGetDestinationForScript from wallet to outputype moduleAnthony Towns
2018-07-09Add outputtype moduleAnthony Towns
2018-07-07Merge #13564: [wallet] loadwallet shouldn't create new wallets.MarcoFalke
2018-07-04Merge #13235: Break circular dependency: init -> * -> init by extracting shut...Wladimir J. van der Laan
2018-06-29[RPC] [wallet] allow getbalance to use min_conf and watch_only without accounts.John Newbery
2018-06-28[wallet] loadwallet shouldn't create new wallets.John Newbery
2018-06-26Merge #13498: [wallet] Fixups from account API deprecationPieter Wuille
2018-06-25Break circular dependency: init -> * -> init by extracting shutdown.hBen Woosley
2018-06-21Merge #13111: Add unloadwallet RPCJonas Schnelli
2018-06-18[wallet] Don't use accounts when checking balance in sendmanyJohn Newbery
2018-06-18[wallet] deprecate sendfrom RPC method.John Newbery
2018-06-18test: Wallet methods are disabled when no wallet is loadedJoão Barbosa
2018-06-18rpc: Add unloadwallet RPCJoão Barbosa
2018-06-15Merge #13241: scripted-diff: Avoid temporary copies when looping over std::mapMarcoFalke
2018-06-12Merge #13120: policy: Treat segwit as always activeWladimir J. van der Laan
2018-06-12rpc: Extract GetWalletNameFromJSONRPCRequest from GetWalletForJSONRPCRequestJoão Barbosa
2018-06-11scripted-diff: Avoid temporary copies when looping over std::mapBen Woosley
2018-06-11Merge #13060: [wallet] [rpc] Remove getlabeladdress RPCWladimir J. van der Laan