aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.cpp
AgeCommit message (Expand)Author
2018-10-10[wallet] Restore ability to list incoming transactions by labelRussell Yanofsky
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
2018-05-31[wallets] [docs] Add release notes for createwallet RPC.John Newbery
2018-05-29policy: Treat segwit as always activeMarcoFalke
2018-05-25[wallet] [rpc] Add `createwallet` RPCJohn Newbery
2018-05-22wallet: Use shared pointer to retain wallet instanceJoão Barbosa
2018-05-19[rpc] [wallet] Add 'hdmasterkeyid' alias return values.John Newbery
2018-05-19[refactor] manually change remaining instances of master key to seed.John Newbery
2018-05-19scripted-diff: Rename master key to seedJohn Newbery
2018-05-16[wallet] [rpc] Remove getlabeladdress RPCJohn Newbery
2018-05-16[wallet] [rpc] Add loadwallet RPCJohn Newbery
2018-05-12Add 'sethdseed' RPC to initialize or replace HD seedChris Moore
2018-05-03Make it clear which functions that are intended to be translation unit localpracticalswift
2018-05-03refactor: Avoid extra lookups of mapAddressBook in listunspent RPCJoão Barbosa
2018-05-03rpc: Reduce cs_main lock in listunspentJoão Barbosa
2018-05-03Merge #12729: Get rid of ambiguous OutputType::NONE valueWladimir J. van der Laan
2018-04-26Remove Safe modeAndrew Chow
2018-04-24Merge #12909: wallet: Make fee settings to be non-static membersWladimir J. van der Laan