aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.cpp
AgeCommit message (Expand)Author
2018-07-13Merge #13072: Update createmultisig RPC to support segwitPieter Wuille
2018-07-13Merge #13566: Fix get balancePieter Wuille
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
2018-04-24Merge #12953: Deprecate accountsWladimir J. van der Laan
2018-04-23wallet: Make fee settings non-static membersMarcoFalke
2018-04-18wallet: Add HasWalletsJoão Barbosa
2018-04-18wallet: Add AddWallet, RemoveWallet, GetWallet and GetWalletsJoão Barbosa
2018-04-18refactor: Drop CWalletRef typedefJoão Barbosa
2018-04-17[wallet] [rpc] Deprecate wallet 'account' APIJohn Newbery
2018-04-17[wallet] [rpc] Deprecate account RPC methodsJohn Newbery
2018-04-16[wallet] [rpc] Remove duplicate entries in rpcwallet.cpp's CRPCCommand tableJohn Newbery
2018-04-11Merge #12837: rpc: fix type mistmatch in `listreceivedbyaddress`MarcoFalke
2018-04-10[wallet] [rpc] introduce 'label' API for walletWladimir J. van der Laan
2018-04-08Use std::bind instead of boost::bind to re-lock the walletSuhas Daftuar
2018-04-08[rpcwallet] Clamp walletpassphrase value at 100M secondsSuhas Daftuar
2018-04-05Get rid of ambiguous OutputType::NONE valueRussell Yanofsky
2018-03-31rpc: fix type mistmatch in listreceivedbyaddressjoemphilips