aboutsummaryrefslogtreecommitdiff
path: root/src/rpcwallet.cpp
AgeCommit message (Expand)Author
2014-12-05Use RPC_INVALID_PARAMETER instead of RPC_WALLET_ERROR for invalid amount.Pavel Janík
2014-12-02Move SendMoney() to rpcwallet.cpp.Pavel Janík
2014-11-20Update comments in src/rpc* to be doxygen compatibleMichael Ford
2014-11-16Fix typo in listreceivedbyaddress and listaccounts help textMichael Ford
2014-10-31fix a typoYoichi Hirai
2014-10-27MOVEONLY: Move CFeeRate and Amount constants to amount.ojtimon
2014-10-17script: move CScriptID to standard.h and add a ctor for creating them from CS...Cory Fields
2014-10-03[Wallet] Watch-only fixesCozz Lovan
2014-10-02Merge pull request #4985Wladimir J. van der Laan
2014-10-02Fixed setaccount accepting foreign addressEric Shaw
2014-09-26Use a typedef for monetary valuesMark Friedenbach
2014-09-17Merge pull request #4863Wladimir J. van der Laan
2014-09-16Move CTxDestination from script/script to script/standardPieter Wuille
2014-09-16update rpc help message for gettransaction to add includeWatchonly paramBenedict Chan
2014-09-16Merge pull request #4825Pieter Wuille
2014-09-06Fixing compiler warning C4800: 'type' forcing value to bool 'true' or 'false'ENikS
2014-09-04Introduce BlockMap type for mapBlockIndexPieter Wuille
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