aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | [rpcwallet] Clamp walletpassphrase value at 100M secondsSuhas Daftuar2018-04-081-5/+5
|/
* Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")Wladimir J. van der Laan2018-03-271-2/+2
|\
| * scripted-diff: Convert 11 enums into scoped enums (C++11)practicalswift2018-03-091-2/+2
* | shuffle sendmany recipients ordering to shuffle tx outputsGregory Sanders2018-03-231-0/+3
* | Merge #11536: Rename account to label where appropriateWladimir J. van der Laan2018-03-221-100/+106
|\ \
| * | Rename account to label where appropriateRussell Yanofsky2018-03-191-100/+106
* | | Merge #12716: Fix typos and cleanup in various filesMarcoFalke2018-03-211-2/+2
|\ \ \
| * | | Fix typosDimitris Apostolou2018-03-211-2/+2
* | | | Merge #12727: [RPC] Remove unreachable help conditions in rpcwallet.cppMarcoFalke2018-03-191-8/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove unreachable help conditionslutangar2018-03-191-8/+0
| |/ /
* / / wallet: Change output type globals to membersMarcoFalke2018-03-171-9/+9
|/ /
* | Merge #9680: Unify CWalletTx constructionPieter Wuille2018-03-131-22/+21
|\ \
| * | [wallet] Construct CWalletTx objects in CommitTransactionRussell Yanofsky2018-03-071-22/+21
| |/
* | Merge #11041: Add LookupBlockIndexWladimir J. van der Laan2018-03-131-4/+3
|\ \ | |/ |/|
| * Add LookupBlockIndex functionJoão Barbosa2018-03-061-4/+3
* | Merge #9991: listreceivedbyaddress Filter AddressWladimir J. van der Laan2018-03-071-9/+38
|\ \
| * | Add address filtering to listreceivedbyaddressJeremy Rubin2018-03-071-9/+38
| |/
* / Split key_io (address/key encodings) off from base58Pieter Wuille2018-02-191-1/+1
|/
* Split signrawtransaction into wallet and non-walletAndrew Chow2018-02-171-56/+127
* Create getaddressinfo RPC and deprecate parts of validateaddressAndrew Chow2018-02-161-0/+205
* Merge #12356: Fix 'mempool min fee not met' debug outputWladimir J. van der Laan2018-02-151-2/+2
|\
| * Consistently use FormatStateMessage in RPC error outputBen Woosley2018-02-081-2/+2
* | Merge #12409: rpc: Reject deprecated reserveChangeKey in fundrawtransactionWladimir J. van der Laan2018-02-141-1/+0
|\ \
| * | rpc: Reject deprecated reserveChangeKey in fundrawtransactionMarcoFalke2018-02-101-1/+0
| |/
* / scripted-diff: Use UniValue.pushKV instead of push_back(Pair())Karel Bilek2018-02-101-87/+87
|/
* Merge #12282: wallet: Disallow abandon of conflicted txesWladimir J. van der Laan2018-02-081-2/+3
|\
| * wallet: Disallow abandon of conflicted txesMarcoFalke2018-02-061-2/+3
* | Merge #12336: Remove deprecated rpc optionsWladimir J. van der Laan2018-02-081-11/+2
|\ \
| * | [RPC] Remove deprecated addmultisigaddress return formatJohn Newbery2018-02-081-9/+0
| * | [rpc] remove deprecated estimatefee RPCJohn Newbery2018-02-051-2/+2
* | | [rpc] Reduce scope of cs_main and cs_wallet locks in listtransactionsJoão Barbosa2018-02-021-13/+16
|/ /
* / [rpc] Mention that HD is enabled if hdmasterkeyid is presentfanquake2018-01-291-1/+1
|/
* Merge #12194: Add change type option to fundrawtransactionJonas Schnelli2018-01-241-0/+12
|\
| * [rpc] Add change_type option to fundrawtransactionJoão Barbosa2018-01-241-0/+12
* | [rpc] Add address type option to addmultisigaddressJoão Barbosa2018-01-241-6/+14
|/
* Merge #12119: [wallet] use P2WPKH change output if any destination is P2WPKH ...Wladimir J. van der Laan2018-01-241-2/+2
|\
| * [wallet] use P2WPKH change output if any destination is P2WPKH or P2WSHSjors Provoost2018-01-231-2/+2
* | Merge #11415: [RPC] Disallow using addresses in createmultisigWladimir J. van der Laan2018-01-241-12/+36
|\ \
| * | Disallow using addresses in createmultisigAndrew Chow2018-01-111-12/+36
| |/
* | Merge #11281: Avoid permanent cs_main/cs_wallet lock during RescanFromTimeWladimir J. van der Laan2018-01-241-18/+28
|\ \
| * | Make sure WalletRescanReserver has successfully reserved the rescanJonas Schnelli2018-01-231-1/+1
| * | Add RAII wallet rescan reserverJonas Schnelli2018-01-231-1/+2
| * | Avoid pemanent cs_main/cs_wallet lock during wallet rescansJonas Schnelli2018-01-231-17/+26
| |/
* | wallet: Deprecate addwitnessaddressWladimir J. van der Laan2018-01-181-2/+9
* | Merge #12101: Clamp walletpassphrase timeout to 2^30 seconds and check its bo...Wladimir J. van der Laan2018-01-171-2/+13
|\ \
| * | Clamp walletpassphrase timeout to 2^(30) seconds and check its boundsAndrew Chow2018-01-111-2/+13
* | | trivial: fix address_type help text of getnewaddress and getrawchangeaddressmruddy2018-01-131-2/+2
| |/ |/|
* | Merge #11403: SegWit wallet supportJonas Schnelli2018-01-101-34/+46
|\ \
| * | SegWit wallet supportPieter Wuille2018-01-091-14/+36
| * | Implicitly know about P2WPKH redeemscriptsPieter Wuille2018-01-091-1/+1