aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.cpp
AgeCommit message (Expand)Author
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
2018-03-27Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")Wladimir J. van der Laan
2018-03-23shuffle sendmany recipients ordering to shuffle tx outputsGregory Sanders
2018-03-22Merge #11536: Rename account to label where appropriateWladimir J. van der Laan
2018-03-21Merge #12716: Fix typos and cleanup in various filesMarcoFalke
2018-03-21Fix typosDimitris Apostolou
2018-03-19Merge #12727: [RPC] Remove unreachable help conditions in rpcwallet.cppMarcoFalke
2018-03-19Rename account to label where appropriateRussell Yanofsky
2018-03-19Remove unreachable help conditionslutangar
2018-03-17wallet: Change output type globals to membersMarcoFalke
2018-03-13Merge #9680: Unify CWalletTx constructionPieter Wuille
2018-03-13Merge #11041: Add LookupBlockIndexWladimir J. van der Laan
2018-03-09scripted-diff: Convert 11 enums into scoped enums (C++11)practicalswift
2018-03-07[wallet] Construct CWalletTx objects in CommitTransactionRussell Yanofsky
2018-03-07Merge #9991: listreceivedbyaddress Filter AddressWladimir J. van der Laan
2018-03-07Add address filtering to listreceivedbyaddressJeremy Rubin
2018-03-06Add LookupBlockIndex functionJoão Barbosa
2018-02-19Split key_io (address/key encodings) off from base58Pieter Wuille
2018-02-17Split signrawtransaction into wallet and non-walletAndrew Chow
2018-02-16Create getaddressinfo RPC and deprecate parts of validateaddressAndrew Chow
2018-02-15Merge #12356: Fix 'mempool min fee not met' debug outputWladimir J. van der Laan