aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Return useful error message on ATMP failureinstagibbs2016-10-261-4/+11
* | rpc: Remove invalid explanation from wallet fee messageWladimir J. van der Laan2016-10-261-1/+1
|/
* Add importmulti rpc callPedro Branco2016-10-191-0/+2
* [RPC] Give RPC commands more information about the RPC requestJonas Schnelli2016-10-191-243/+243
* Fix ismine and addwitnessaddress: no uncompressed keys in segwitPieter Wuille2016-10-171-5/+12
* init: Get rid of fDisableWalletMarcoFalke2016-09-201-0/+3
* Merge #8693: add witness address to address bookWladimir J. van der Laan2016-09-131-0/+2
|\
| * add witness address to address bookinstagibbs2016-09-091-0/+2
* | net: Pass CConnection to wallet rather than using the globalCory Fields2016-09-081-3/+12
|/
* Do not shadow variables.Pavel Janík2016-08-311-6/+6
* Do not shadow global RPC table variable (tableRPC)Pavel Janík2016-08-251-2/+2
* net: narrow include scope after moving to netaddressCory Fields2016-07-311-1/+0
* Port from 0.13: Create a new HD seed after encrypting the walletJonas Schnelli2016-07-281-1/+1
* [Wallet] Correct hdmasterkeyid/masterkeyid name confusionJonas Schnelli2016-07-211-11/+11
* Merge #8323: Add HD keypath to CKeyMetadata, report metadata in validateaddressWladimir J. van der Laan2016-07-181-0/+4
|\
| * [Wallet] comsetic non-code changes for the HD featureJonas Schnelli2016-07-151-2/+2
| * [Wallet] print hd masterkeyid in getwalletinfoJonas Schnelli2016-07-091-0/+4
* | [rpcwallet] Don't use floating pointMarcoFalke2016-07-081-3/+3
|/
* [qa] Add rpc test for segwitAlex Morcos2016-06-221-1/+1
* [RPC] Add wallet support for witness transactions (using P2SH)Pieter Wuille2016-06-221-0/+80
* BIP144: Serialization, hashes, relay (sender side)Pieter Wuille2016-06-221-1/+1
* Fix two warnings for comparison between signed and unsignedPieter Wuille2016-06-081-1/+1
* [rpc] fundrawtransaction feeRate: Use BTC/kBMarcoFalke2016-06-071-4/+16
* [rpc] fundrawtransaction: Fix help text and interfaceMarcoFalke2016-06-061-2/+2
* Improve CWallet API with new GetAccountPubkey function.Patrick Strateman2016-06-061-30/+4
* Merge #8137: Improve CWallet API with new AccountMove function.Wladimir J. van der Laan2016-06-061-27/+1
|\
| * Improve CWallet API with new AccountMove function.Patrick Strateman2016-06-021-27/+1
* | Merge #7967: [RPC] add feerate option to fundrawtransactionWladimir J. van der Laan2016-06-031-4/+13
|\ \
| * | Add more clear interface for CoinControl.h regarding individual feerateJonas Schnelli2016-05-061-1/+5
| * | [RPC] add feerate option to fundrawtransactionJonas Schnelli2016-04-281-4/+9
* | | Merge #7825: Prevent multiple calls to ExtractDestinationPieter Wuille2016-06-031-22/+19
|\ \ \ | |_|/ |/| |
| * | Prevent multiple calls to ExtractDestinationPedro Branco2016-05-061-22/+19
| |/
* | Merge #8061: [Wallet] Improve Wallet encapsulationPieter Wuille2016-05-251-36/+4
|\ \
| * | Move BackupWallet to CWallet::BackupWalletPatrick Strateman2016-05-161-1/+1
| * | Move GetAccountBalance from rpcwallet.cpp into CWallet::GetAccountBalancePatrick Strateman2016-05-161-35/+3
| |/
* / [doc] Remove outdated line from listunspent RPC help, fix typoMarcoFalke2016-05-101-3/+1
|/
* Merge #7688: List solvability in listunspent output and improve helpWladimir J. van der Laan2016-04-251-1/+5
|\
| * List solvability in listunspent output and improve helpPieter Wuille2016-03-141-1/+5
* | Merge #7900: fix spelling mistakeWladimir J. van der Laan2016-04-181-1/+1
|\ \
| * | fix spelling mistakeChris Moore2016-04-171-1/+1
* | | add missing newlineChris Moore2016-04-161-1/+1
|/ /
* | Add lockUnspents option to fundrawtransactionJoão Barbosa2016-04-151-2/+7
* | Add change options to fundrawtransactionJoão Barbosa2016-04-151-10/+48
* | Refactor IsRBFOptIn, avoid exceptionJonas Schnelli2016-04-061-8/+4
* | rpc: Register calls where they are definedWladimir J. van der Laan2016-03-311-10/+4
* | Merge #7558: [RPC] Add import/removeprunedfunds rpc callWladimir J. van der Laan2016-03-291-0/+4
|\ \
| * | Added companion removeprunedfunds call.instagibbs2016-03-231-0/+2
| * | Add importprunedfunds rpc callinstagibbs2016-03-231-0/+2
| |/
* | [Wallet][RPC] add missing abandon status documentationJonas Schnelli2016-03-291-0/+1
* | Fix lockunspents help messageJoão Barbosa2016-03-231-2/+3