aboutsummaryrefslogtreecommitdiff
path: root/src/rpcwallet.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Move Only] Move wallet related things to src/wallet/Jonas Schnelli2015-03-121-2066/+0
* minor rework of SendMoney in rpcwalletPhilip Kaufmann2015-02-041-16/+11
* Merge pull request #5711Wladimir J. van der Laan2015-02-041-2/+67
|\
| * Removed main.h dependency from rpcserver.cppEric Lombrozo2015-01-281-2/+67
* | Remove whitespaces before double colon in errors and logsPavel Janík2015-01-311-2/+2
* | Fix typo - sentence starts with capital letterPavel Janík2015-01-311-1/+1
|/
* Merge pull request #5575Wladimir J. van der Laan2015-01-261-41/+32
|\
| * RPCWallet: Notate all account stuff as deprecatedLuke Dashjr2014-12-301-41/+32
* | Merge pull request #5513Wladimir J. van der Laan2015-01-061-5/+3
|\ \
| * | namespace: drop most boost namespaces and a few header cleanupsCory Fields2015-01-021-4/+3
| * | namespace: remove boost namespace pollutionCory Fields2015-01-021-1/+0
* | | String conversions uint256 -> uint256SWladimir J. van der Laan2015-01-051-1/+1
* | | Replace direct use of 0 with SetNull and IsNullWladimir J. van der Laan2015-01-051-2/+2
* | | Merge pull request #5540Pieter Wuille2015-01-041-1/+5
|\ \ \ | |/ / |/| |
| * | Add immature balances to getwalletinfo.Gregory Maxwell2014-12-251-2/+4
| * | Add unconfirmedbalance field to getwalletinfoazeteki2014-12-251-1/+3
* | | Merge pull request #5576Wladimir J. van der Laan2014-12-311-2/+2
|\ \ \ | |/ / |/| |
| * | Bugfix: RPCWallet: Docs: Booleans aren't quotedLuke Dashjr2014-12-301-2/+2
| |/
* / Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
|/
* Use RPC_INVALID_PARAMETER instead of RPC_WALLET_ERROR for invalid amount.Pavel Janík2014-12-051-3/+1
* Move SendMoney() to rpcwallet.cpp.Pavel Janík2014-12-021-7/+39
* Update comments in src/rpc* to be doxygen compatibleMichael Ford2014-11-201-1/+1
* Fix typo in listreceivedbyaddress and listaccounts help textMichael Ford2014-11-161-2/+2
* fix a typoYoichi Hirai2014-10-311-1/+1
* MOVEONLY: Move CFeeRate and Amount constants to amount.ojtimon2014-10-271-0/+1
* script: move CScriptID to standard.h and add a ctor for creating them from CS...Cory Fields2014-10-171-1/+1
* [Wallet] Watch-only fixesCozz Lovan2014-10-031-1/+1
* Merge pull request #4985Wladimir J. van der Laan2014-10-021-7/+12
|\
| * Fixed setaccount accepting foreign addressEric Shaw2014-10-021-7/+12
* | Use a typedef for monetary valuesMark Friedenbach2014-09-261-31/+31
|/
* Merge pull request #4863Wladimir J. van der Laan2014-09-171-1/+2
|\
| * update rpc help message for gettransaction to add includeWatchonly paramBenedict Chan2014-09-161-1/+2
* | Move CTxDestination from script/script to script/standardPieter Wuille2014-09-161-6/+3
|/
* Merge pull request #4825Pieter Wuille2014-09-161-1/+1
|\
| * Fixing compiler warning C4800: 'type' forcing value to bool 'true' or 'false'ENikS2014-09-061-1/+1
* | Introduce BlockMap type for mapBlockIndexPieter Wuille2014-09-041-1/+1
|/
* Fix typo in gettransaction helpDerek7012014-08-081-1/+1
* Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cppJeff Garzik2014-07-291-3/+2
* Revert "Add -respendnotify option and new RPC data"Wladimir J. van der Laan2014-07-211-22/+0
* Add vout to ListTransactions outputCozz Lovan2014-07-151-26/+31
* `getrawchangeaddress` should fail when keypool exhaustedWladimir J. van der Laan2014-07-111-1/+1
* Merge pull request #4045Wladimir J. van der Laan2014-07-071-36/+91
|\
| * replaced MINE_ with ISMINE_JaSK2014-07-021-18/+18
| * fixed bug in ListReceived()JaSK2014-07-021-1/+1
| * removed default argument values for ismine filterJaSK2014-07-021-9/+9
| * added includedWatchonly argument to listreceivedbyaddress/...accountJaSK2014-07-021-7/+31
| * added includeWatchonly argument to 'gettransaction' because it affects balanc...JaSK2014-07-021-2/+8
| * fixed tiny glitch and improved readability like laanwj suggestedJaSK2014-07-021-41/+29
| * Added argument to listtransactions and listsinceblock to include watchonly ad...JaSK2014-07-021-22/+40
| * Showing 'involvesWatchonly' property for transactions returned by 'listtransa...JaSK2014-07-021-0/+5