aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.cpp
AgeCommit message (Expand)Author
2016-05-25Merge #8061: [Wallet] Improve Wallet encapsulationPieter Wuille
2016-05-16Move BackupWallet to CWallet::BackupWalletPatrick Strateman
2016-05-16Move GetAccountBalance from rpcwallet.cpp into CWallet::GetAccountBalancePatrick Strateman
2016-05-10[doc] Remove outdated line from listunspent RPC help, fix typoMarcoFalke
2016-04-25Merge #7688: List solvability in listunspent output and improve helpWladimir J. van der Laan
2016-04-18Merge #7900: fix spelling mistakeWladimir J. van der Laan
2016-04-17fix spelling mistakeChris Moore
2016-04-16add missing newlineChris Moore
2016-04-15Add lockUnspents option to fundrawtransactionJoão Barbosa
2016-04-15Add change options to fundrawtransactionJoão Barbosa
2016-04-06Refactor IsRBFOptIn, avoid exceptionJonas Schnelli
2016-03-31rpc: Register calls where they are definedWladimir J. van der Laan
2016-03-29Merge #7558: [RPC] Add import/removeprunedfunds rpc callWladimir J. van der Laan
2016-03-29[Wallet][RPC] add missing abandon status documentationJonas Schnelli
2016-03-23Fix lockunspents help messageJoão Barbosa
2016-03-23[Wallet][RPC] add abandoned status to listtransactionsJonas Schnelli
2016-03-23Added companion removeprunedfunds call.instagibbs
2016-03-23Add importprunedfunds rpc callinstagibbs
2016-03-14List solvability in listunspent output and improve helpPieter Wuille
2016-03-14[wallet] Move hardcoded file name out of log messagesMarcoFalke
2016-02-18Clarify description of blockindexMatthew Zipkin
2016-02-12Fix and cleanup listreceivedbyX documentationinstagibbs
2016-01-28Merge #7348: MOVE ONLY: move rpc* to rpc/Wladimir J. van der Laan
2016-01-22Merge #7262: Reduce inefficiency of GetAccountAddress()Wladimir J. van der Laan
2016-01-21rpc: update inline comments to refer to new file pathsDaniel Cousens
2016-01-21move rpc* to rpc/Daniel Cousens
2016-01-20Merge #7307: [RPC, Wallet] Move RPC dispatch table registration to wallet/ codeWladimir J. van der Laan
2016-01-20[RPC, Wallet] Move RPC dispatch table registration to wallet/ codeJonas Schnelli
2016-01-19RPC: indicate which transactions are replaceableSuhas Daftuar
2016-01-18Merge pull request #7329Wladimir J. van der Laan
2016-01-17Typo fixes in commentsChris Wheeler
2016-01-13Merge pull request #7332Wladimir J. van der Laan
2016-01-13Add new rpc call: abandontransactionAlex Morcos
2016-01-13[wallet] Clarify rpc help message with regard to roundingMarcoFalke
2015-12-28Reduce inefficiency of GetAccountAddress()Chris Moore
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-12-01Merge pull request #7136Wladimir J. van der Laan
2015-11-30rpcwallet: Clarify what settxfee doesMarcoFalke
2015-11-29Keep track of explicit wallet conflicts instead of using mempoolPieter Wuille
2015-11-24Merge pull request #7066Wladimir J. van der Laan
2015-11-21Optimisation: Store transaction list order in memory rather than compute it e...Luke Dashjr
2015-11-20Add missing "blocktime" description to listtransactions help, fix formatting.Pavel Janík
2015-11-16Merge pull request #6991Gregory Maxwell
2015-11-13Better error message for fundrawtransaction w/ empty voutPeter Todd
2015-11-13Actually use includeWatching value in fundrawtransactionPeter Todd
2015-11-11Clarify 'fee' field in fundrawtransaction help textPeter Todd
2015-11-10Merge pull request #5574Wladimir J. van der Laan
2015-10-02wallet: Expose GUI labels in RPCLuke Dashjr
2015-10-01[Univalue] add univalue over subtreeJonas Schnelli
2015-08-19Merge pull request #6539Wladimir J. van der Laan