aboutsummaryrefslogtreecommitdiff
path: root/src/rpcwallet.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Added argument to listaccounts to include watchonly addressesJaSK2014-07-021-5/+12
| * Added argument to getbalance to include watchonly addresses and fixed errors ...JaSK2014-07-021-8/+15
* | Merge pull request #4446Wladimir J. van der Laan2014-07-071-1/+1
|\ \
| * | Use GetBlockTime() morejtimon2014-07-071-1/+1
| |/
* / Rename SendMoneyToDestination to SendMoney.Daniel Kraft2014-07-071-2/+2
|/
* Add -respendnotify option and new RPC dataTom Harding2014-06-271-0/+22
* Move network-time related functions to timedata.cpp/hWladimir J. van der Laan2014-06-251-0/+1
* Type-safe CFeeRate classGavin Andresen2014-06-061-1/+1
* No references to centralized databases in help text.Pieter Wuille2014-05-291-7/+6
* removed a few unnecessary castsKamil Domanski2014-05-131-4/+4
* switch from boost int types to <stdint.h>Kamil Domanski2014-05-131-6/+6
* fixes #4163Matthew Bogosian2014-05-091-1/+1
* Check redeemScript size does not exceed 520 byte limitPeter Todd2014-05-081-2/+2
* [Qt] fix style, formating, comment and indentation problemsPhilip Kaufmann2014-03-271-3/+0
* Merge pull request #3717 from djpnewton/wallet-txcountJeff Garzik2014-03-101-0/+32
|\
| * move wallet info stuff to "getwalletinfo" rpc (left original walletDaniel Newton2014-02-271-0/+32
* | Remove CWalletTx::vfSpentGavin Andresen2014-02-261-3/+4
* | Remove "conflicted" as transaction category.Wladimir J. van der Laan2014-02-211-8/+2
|/
* Merge pull request #3679 from laanwj/2014_02_walletpassphrase_behaviorGavin Andresen2014-02-171-0/+3
|\
| * Document new `walletpassphrase` behavior in 0.9Wladimir J. van der Laan2014-02-161-0/+3
* | Serialize only CTransaction data in gettransaction RPC hexWladimir J. van der Laan2014-02-171-1/+1
* | Merge pull request #3646Wladimir J. van der Laan2014-02-161-1/+1
|\ \ | |/ |/|
| * Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron2014-02-091-1/+1
* | Track and report wallet transaction clonesGavin Andresen2014-02-141-2/+9
* | Handle "conflicted" transactions properlyGavin Andresen2014-02-141-3/+11
* | Merge pull request #3662Wladimir J. van der Laan2014-02-131-1/+1
|\ \
| * | Rename IsConfirmed to IsTrusted to better match the intended behavior.Gregory Maxwell2014-02-121-1/+1
* | | Add raw transaction hex to `gettransaction` wallet RPCWladimir J. van der Laan2014-02-131-1/+7
|/ /
* / small changes to rpc command help message stringsPhilip Kaufmann2014-01-301-2/+2
|/
* Re-add BTC/KB in help message for `settxfee`Wladimir J. van der Laan2014-01-291-2/+2
* Mention `*` value for account in documentation for `getbalance` RPCWladimir J. van der Laan2014-01-291-1/+3
* qt: allow `walletpassphrase` in debug console without -serverWladimir J. van der Laan2014-01-171-2/+0
* Merge pull request #3369Wladimir J. van der Laan2013-12-201-0/+9
|\
| * Add rpc command 'getunconfirmedbalance' to obtain total unconfirmed balanceMichael Bauer2013-12-081-0/+9
* | Move `verifymessage` from rpcwallet to rpcmiscWladimir J. van der Laan2013-12-131-53/+0