aboutsummaryrefslogtreecommitdiff
path: root/src/rpcwallet.cpp
AgeCommit message (Expand)Author
2015-01-06Merge pull request #5513Wladimir J. van der Laan
2015-01-05String conversions uint256 -> uint256SWladimir J. van der Laan
2015-01-05Replace direct use of 0 with SetNull and IsNullWladimir J. van der Laan
2015-01-04Merge pull request #5540Pieter Wuille
2015-01-02namespace: drop most boost namespaces and a few header cleanupsCory Fields
2015-01-02namespace: remove boost namespace pollutionCory Fields
2014-12-31Merge pull request #5576Wladimir J. van der Laan
2014-12-30Bugfix: RPCWallet: Docs: Booleans aren't quotedLuke Dashjr
2014-12-25Add immature balances to getwalletinfo.Gregory Maxwell
2014-12-25Add unconfirmedbalance field to getwalletinfoazeteki
2014-12-19Added "Core" to copyright headerssandakersmann
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