aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | Mark send RPC experimentalSjors Provoost2020-09-171-0/+1
* | | Assert that RPCArg names are equal to CRPCCommand ones (net, rpcwallet)MarcoFalke2020-09-221-195/+288
|/ /
* | [rpc] add send methodSjors Provoost2020-09-101-1/+186
* | [rpc] add snake case aliases for transaction methodsSjors Provoost2020-09-071-12/+21
* | [rpc] walletcreatefundedpsbt: allow inputs to be nullSjors Provoost2020-09-071-1/+1
* | wallet: Remove path checking code from createwallet RPCRussell Yanofsky2020-09-031-0/+1
* | wallet: Remove path checking code from loadwallet RPCRussell Yanofsky2020-09-031-12/+7
* | refactor: Use DatabaseStatus and DatabaseOptions typesRussell Yanofsky2020-09-031-11/+11
* | Remove WalletLocation classRussell Yanofsky2020-09-031-7/+8
* | Merge #19754: wallet, gui: Reload previously loaded wallets on startupJonas Schnelli2020-09-031-23/+7
|\ \
| * | wallet: Reload previously loaded wallets on GUI startupAndrew Chow2020-09-011-23/+7
* | | Merge #19671: wallet: Remove -zapwallettxesfanquake2020-09-011-1/+1
|\ \ \ | |/ / |/| |
| * | Remove -zapwallettxesAndrew Chow2020-08-311-1/+1
* | | Merge #19717: rpc: Assert that RPCArg names are equal to CRPCCommand ones (mi...MarcoFalke2020-08-311-11/+11
|\ \ \
| * | | rpc: Assert that RPCArg names are equal to CRPCCommand ones (rpcdump)MarcoFalke2020-08-141-11/+11
* | | | Merge #18244: rpc: fundrawtransaction and walletcreatefundedpsbt also lock ma...Samuel Dobson2020-08-311-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | [rpc] fundrawtransaction, walletcreatefundedpsbt lock manually selected coinsSjors Provoost2020-08-071-0/+1
* | | | Merge #19169: rpc: Validate provided keys for query_options parameter in list...MarcoFalke2020-08-271-0/+9
|\ \ \ \ | |_|_|/ |/| | |
| * | | rpc: Validate provided keys for query_options parameter in listunspentpasta2020-06-051-0/+9
* | | | Merge #15937: Add loadwallet and createwallet load_on_startup optionsSamuel Dobson2020-08-151-5/+33
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add loadwallet and createwallet RPC load_on_startup optionsRussell Yanofsky2020-08-131-5/+33
* | | | Merge #19644: rpc: document returned error fields as optional if applicableSamuel Dobson2020-08-141-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | rpc: document returned error fields as optional if applicableSebastian Falbesoner2020-08-021-1/+1
* | | | Merge #19655: rpc: Catch listsinceblock target_confirmations exceeding block ...Wladimir J. van der Laan2020-08-131-1/+2
|\ \ \ \
| * | | | Cap listsinceblock target_confirmations paramAdam Stein2020-08-121-1/+2
| |/ / /
* | | | Merge #18654: rpc: separate bumpfee's psbt creation function into psbtbumpfeeSamuel Dobson2020-08-131-47/+67
|\ \ \ \
| * | | | moveonly: Fix indentation in bumpfee RPCAndrew Chow2020-06-251-51/+51
| * | | | Hide bumpfee's psbt creation behavior behind -deprecatedrpcAndrew Chow2020-06-251-0/+3
| * | | | Add psbtbumpfee RPCAndrew Chow2020-06-251-8/+25
* | | | | Merge #19660: refactor: Make HexStr take a spanWladimir J. van der Laan2020-08-091-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | refactor: Make HexStr take a spanWladimir J. van der Laan2020-08-061-1/+1
| | |/ / | |/| |
* / | | rpc: Document getwalletinfo's unlocked_until field as optionalJustin Moon2020-07-311-1/+1
|/ / /
* | | Merge #18202: refactor: consolidate sendmany and sendtoaddress codeSamuel Dobson2020-07-121-78/+54
|\ \ \
| * | | [rpc] refactor: consolidate sendmany and sendtoaddress codeSjors Provoost2020-06-191-78/+54
* | | | wallet: Fix typo in comments; Simplify assertMarcoFalke2020-07-111-2/+2
* | | | Merge #19396: refactor: Remove confusing OutputType::CHANGE_AUTOWladimir J. van der Laan2020-07-021-3/+4
|\ \ \ \
| * | | | Remove confusing OutputType::CHANGE_AUTOMarcoFalke2020-07-011-3/+4
| | |/ / | |/| |
* | | | wallet: Replace boost::none with nulloptMarcoFalke2020-07-011-1/+1
* | | | Merge #19114: scripted-diff: TxoutType C++11 scoped enum classMarcoFalke2020-06-281-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | scripted-diff: TxoutType C++11 scoped enum classMarcoFalke2020-06-211-2/+2
* | | | Merge #11413: [wallet] [rpc] sendtoaddress/sendmany: Add explicit feerate optionWladimir J. van der Laan2020-06-251-67/+79
|\ \ \ \
| * | | | rpc/wallet: add two explicit modes to estimate_modeKarl-Johan Alm2020-06-241-41/+54
| * | | | fees: add FeeModes doc helper functionKarl-Johan Alm2020-06-241-20/+10
| * | | | rpc/wallet: add conf_target as alias to confTarget in bumpfeeKarl-Johan Alm2020-06-201-6/+15
| | |/ / | |/| |
* | | | refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)Wladimir J. van der Laan2020-06-241-9/+9
| |/ / |/| |
* | | Merge #19200: rpc: remove deprecated getaddressinfo fieldsSamuel Dobson2020-06-211-25/+5
|\ \ \
| * | | rpc: getaddressinfo RPCResult fixupJon Atack2020-06-081-3/+2
| * | | rpc: remove deprecated getaddressinfo `labels: purpose`Jon Atack2020-06-081-13/+2
| * | | rpc: remove deprecated getaddressinfo `label` fieldJon Atack2020-06-081-9/+1
* | | | Merge #16377: [rpc] don't automatically append inputs in walletcreatefundedpsbtSamuel Dobson2020-06-211-8/+21
|\ \ \ \