aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Refactor transaction creation and transaction funding logicAndrew Chow2018-07-131-90/+93
* | | | Merge #13072: Update createmultisig RPC to support segwitPieter Wuille2018-07-131-2/+2
|\ \ \ \
| * | | | Move AddAndGetDestinationForScript from wallet to outputype moduleAnthony Towns2018-07-101-2/+1
| * | | | Add outputtype moduleAnthony Towns2018-07-091-0/+1
| | |/ / | |/| |
* | | | Merge #13566: Fix get balancePieter Wuille2018-07-131-29/+36
|\ \ \ \ | |/ / / |/| | |
| * | | [RPC] [wallet] allow getbalance to use min_conf and watch_only without accounts.John Newbery2018-06-291-29/+36
* | | | Merge #13564: [wallet] loadwallet shouldn't create new wallets.MarcoFalke2018-07-071-0/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | [wallet] loadwallet shouldn't create new wallets.John Newbery2018-06-281-0/+6
| |/ /
* | | Merge #13235: Break circular dependency: init -> * -> init by extracting shut...Wladimir J. van der Laan2018-07-041-3/+2
|\ \ \ | |/ / |/| |
| * | Break circular dependency: init -> * -> init by extracting shutdown.hBen Woosley2018-06-251-3/+2
* | | Merge #13498: [wallet] Fixups from account API deprecationPieter Wuille2018-06-261-3/+13
|\ \ \ | |/ / |/| |
| * | [wallet] Don't use accounts when checking balance in sendmanyJohn Newbery2018-06-181-2/+4
| * | [wallet] deprecate sendfrom RPC method.John Newbery2018-06-181-1/+9
* | | Merge #13111: Add unloadwallet RPCJonas Schnelli2018-06-211-10/+64
|\ \ \ | |/ / |/| |
| * | test: Wallet methods are disabled when no wallet is loadedJoão Barbosa2018-06-181-5/+0
| * | rpc: Add unloadwallet RPCJoão Barbosa2018-06-181-2/+52
| * | rpc: Extract GetWalletNameFromJSONRPCRequest from GetWalletForJSONRPCRequestJoão Barbosa2018-06-121-3/+12
| |/
* | Merge #13241: scripted-diff: Avoid temporary copies when looping over std::mapMarcoFalke2018-06-151-12/+12
|\ \
| * | scripted-diff: Avoid temporary copies when looping over std::mapBen Woosley2018-06-111-12/+12
* | | Merge #13120: policy: Treat segwit as always activeWladimir J. van der Laan2018-06-121-7/+0
|\ \ \ | |/ / |/| |
| * | policy: Treat segwit as always activeMarcoFalke2018-05-291-7/+0
* | | Merge #13060: [wallet] [rpc] Remove getlabeladdress RPCWladimir J. van der Laan2018-06-111-42/+34
|\ \ \ | |_|/ |/| |
| * | [wallet] [rpc] Remove getlabeladdress RPCJohn Newbery2018-05-161-42/+34
* | | [wallets] [docs] Add release notes for createwallet RPC.John Newbery2018-05-311-6/+7
* | | [wallet] [rpc] Add `createwallet` RPCJohn Newbery2018-05-251-0/+47
| |/ |/|
* | wallet: Use shared pointer to retain wallet instanceJoão Barbosa2018-05-221-54/+145
* | [rpc] [wallet] Add 'hdmasterkeyid' alias return values.John Newbery2018-05-191-1/+6
* | [refactor] manually change remaining instances of master key to seed.John Newbery2018-05-191-2/+2
* | scripted-diff: Rename master key to seedJohn Newbery2018-05-191-12/+12
|/
* [wallet] [rpc] Add loadwallet RPCJohn Newbery2018-05-161-0/+48
* Add 'sethdseed' RPC to initialize or replace HD seedChris Moore2018-05-121-0/+71
* Make it clear which functions that are intended to be translation unit localpracticalswift2018-05-031-47/+47
* refactor: Avoid extra lookups of mapAddressBook in listunspent RPCJoão Barbosa2018-05-031-3/+4
* rpc: Reduce cs_main lock in listunspentJoão Barbosa2018-05-031-2/+6
* Merge #12729: Get rid of ambiguous OutputType::NONE valueWladimir J. van der Laan2018-05-031-9/+6
|\
| * Get rid of ambiguous OutputType::NONE valueRussell Yanofsky2018-04-051-9/+6
* | Remove Safe modeAndrew Chow2018-04-261-38/+0
* | Merge #12909: wallet: Make fee settings to be non-static membersWladimir J. van der Laan2018-04-241-11/+11
|\ \
| * | wallet: Make fee settings non-static membersMarcoFalke2018-04-231-11/+11
* | | Merge #12953: Deprecate accountsWladimir J. van der Laan2018-04-241-58/+220
|\ \ \ | |/ / |/| |
| * | [wallet] [rpc] Deprecate wallet 'account' APIJohn Newbery2018-04-171-56/+164
| * | [wallet] [rpc] Deprecate account RPC methodsJohn Newbery2018-04-171-0/+56
| * | [wallet] [rpc] Remove duplicate entries in rpcwallet.cpp's CRPCCommand tableJohn Newbery2018-04-161-2/+0
* | | wallet: Add HasWalletsJoão Barbosa2018-04-181-1/+1
* | | wallet: Add AddWallet, RemoveWallet, GetWallet and GetWalletsJoão Barbosa2018-04-181-10/+8
* | | refactor: Drop CWalletRef typedefJoão Barbosa2018-04-181-2/+2
* | | Merge #12837: rpc: fix type mistmatch in `listreceivedbyaddress`MarcoFalke2018-04-111-1/+1
|\ \ \ | |/ / |/| |
| * | rpc: fix type mistmatch in listreceivedbyaddressjoemphilips2018-03-311-1/+1
| |/
* | [wallet] [rpc] introduce 'label' API for walletWladimir J. van der Laan2018-04-101-27/+174
* | Use std::bind instead of boost::bind to re-lock the walletSuhas Daftuar2018-04-081-1/+3