aboutsummaryrefslogtreecommitdiff
path: root/src/rpcwallet.cpp
AgeCommit message (Expand)Author
2014-08-08Fix typo in gettransaction helpDerek701
2014-07-29Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cppJeff Garzik
2014-07-21Revert "Add -respendnotify option and new RPC data"Wladimir J. van der Laan
2014-07-15Add vout to ListTransactions outputCozz Lovan
2014-07-11`getrawchangeaddress` should fail when keypool exhaustedWladimir J. van der Laan
2014-07-07Merge pull request #4045Wladimir J. van der Laan
2014-07-07Merge pull request #4446Wladimir J. van der Laan
2014-07-07Use GetBlockTime() morejtimon
2014-07-07Rename SendMoneyToDestination to SendMoney.Daniel Kraft
2014-07-02replaced MINE_ with ISMINE_JaSK
2014-07-02fixed bug in ListReceived()JaSK
2014-07-02removed default argument values for ismine filterJaSK
2014-07-02added includedWatchonly argument to listreceivedbyaddress/...accountJaSK
2014-07-02added includeWatchonly argument to 'gettransaction' because it affects balanc...JaSK
2014-07-02fixed tiny glitch and improved readability like laanwj suggestedJaSK
2014-07-02Added argument to listtransactions and listsinceblock to include watchonly ad...JaSK
2014-07-02Showing 'involvesWatchonly' property for transactions returned by 'listtransa...JaSK
2014-07-02Added argument to listaccounts to include watchonly addressesJaSK
2014-07-02Added argument to getbalance to include watchonly addresses and fixed errors ...JaSK
2014-06-27Add -respendnotify option and new RPC dataTom Harding
2014-06-25Move network-time related functions to timedata.cpp/hWladimir J. van der Laan
2014-06-06Type-safe CFeeRate classGavin Andresen
2014-05-29No references to centralized databases in help text.Pieter Wuille
2014-05-13removed a few unnecessary castsKamil Domanski
2014-05-13switch from boost int types to <stdint.h>Kamil Domanski
2014-05-09fixes #4163Matthew Bogosian
2014-05-08Check redeemScript size does not exceed 520 byte limitPeter Todd
2014-03-27[Qt] fix style, formating, comment and indentation problemsPhilip Kaufmann
2014-03-10Merge pull request #3717 from djpnewton/wallet-txcountJeff Garzik
2014-02-27move wallet info stuff to "getwalletinfo" rpc (left original walletDaniel Newton
2014-02-26Remove CWalletTx::vfSpentGavin Andresen
2014-02-21Remove "conflicted" as transaction category.Wladimir J. van der Laan
2014-02-17Merge pull request #3679 from laanwj/2014_02_walletpassphrase_behaviorGavin Andresen
2014-02-17Serialize only CTransaction data in gettransaction RPC hexWladimir J. van der Laan
2014-02-16Merge pull request #3646Wladimir J. van der Laan
2014-02-16Document new `walletpassphrase` behavior in 0.9Wladimir J. van der Laan
2014-02-14Track and report wallet transaction clonesGavin Andresen
2014-02-14Handle "conflicted" transactions properlyGavin Andresen
2014-02-13Merge pull request #3662Wladimir J. van der Laan
2014-02-13Add raw transaction hex to `gettransaction` wallet RPCWladimir J. van der Laan
2014-02-12Rename IsConfirmed to IsTrusted to better match the intended behavior.Gregory Maxwell
2014-02-09Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron
2014-01-30small changes to rpc command help message stringsPhilip Kaufmann
2014-01-29Re-add BTC/KB in help message for `settxfee`Wladimir J. van der Laan
2014-01-29Mention `*` value for account in documentation for `getbalance` RPCWladimir J. van der Laan
2014-01-17qt: allow `walletpassphrase` in debug console without -serverWladimir J. van der Laan
2013-12-20Merge pull request #3369Wladimir J. van der Laan
2013-12-13Move `verifymessage` from rpcwallet to rpcmiscWladimir J. van der Laan
2013-12-13Move `createmultisig` from rpcwallet to rpcmiscWladimir J. van der Laan
2013-12-13Move `validateaddress` from rpcwallet to rpcmiscWladimir J. van der Laan