aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | [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
* | [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
|\