aboutsummaryrefslogtreecommitdiff
path: root/src/rpcwallet.cpp
Commit message (Expand)AuthorAgeFilesLines
* warning and documentation changes to match dogecoin feesJannis Froese2014-03-291-2/+2
* Replaced occurrences of "bitcoin" with "dogecoin" or "Dogecoin" as appropriateRoss Nicoll2014-03-281-29/+29
* Replaced references to Bitcoin with Dogecoin/Dogecoin Core as appropriate.Ross Nicoll2014-03-281-12/+12
* change currency three-letter-code to DOGEJannis Froese2014-03-241-22/+22
* Protocol changes for Dogecoin 1.5Jannis Froese2014-03-221-1/+1
* 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
* | Move `createmultisig` from rpcwallet to rpcmiscWladimir J. van der Laan2013-12-131-98/+2
* | Move `validateaddress` from rpcwallet to rpcmiscWladimir J. van der Laan2013-12-131-81/+0
* | Move `settxfee` from rpcblockchain to rpcwalletWladimir J. van der Laan2013-12-131-0/+25
* | rpcwallet: use EnsureWalletIsUnlocked() where possiblePhilip Kaufmann2013-12-091-6/+5
* | Move getinfo to rpcnet.cppWladimir J. van der Laan2013-12-041-58/+0
* | Move HelpExample* from rpcwallet to rpcserverWladimir J. van der Laan2013-12-041-9/+0
|/
* Refactor: move GetValueIn(tx) to tx.GetValueIn()Gavin Andresen2013-11-301-1/+1
* Split up bitcoinrpc (code movement only)Wladimir J. van der Laan2013-11-271-3/+1
* Issue #1865 - Clean up RPC help messagessje2013-11-131-91/+660
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-50/+59
* RPC: error code changes and prevent crash with walletpassphrasePhilip Kaufmann2013-10-241-1/+3
* Merge branch 'bugfix_unknownoutputs' of git://github.com/luke-jr/bitcoinGavin Andresen2013-10-221-2/+9
|\
| * Bugfix: Supress "address" key in transaction details, when the destination is...Luke Dashjr2013-07-171-2/+9
* | Merge pull request #3119Pieter Wuille2013-10-201-1/+1
|\ \
| * | Bump Year Number to 2013super32013-10-201-1/+1
* | | Reimplement CBlockLocator's chain-related logic in CChain.Pieter Wuille2013-10-151-1/+3
* | | Refactor/encapsulate chain globals into a CChain classPieter Wuille2013-10-111-19/+4
|/ /
* | RPC validateaddress: test pwalletMain for NULL (no-wallet mode)Jeff Garzik2013-10-021-2/+2
* | Support absence of wallet (pwalletMain==NULL) in several locations,Jeff Garzik2013-10-011-7/+11
* | Make validateaddress provide redeemScriptPeter Todd2013-09-121-0/+1
* | Merge pull request #2948 from jgarzik/changeaddrGregory Maxwell2013-09-021-0/+23
|\ \
| * | RPC: add getrawchangeaddress, for raw transaction change destinationsJeff Garzik2013-08-281-0/+23
* | | Remove fAllowReuse from GetKeyFromPool.Gregory Maxwell2013-08-231-2/+2
|/ /
* | Payment Protocol: X509-validated payment requestsGavin Andresen2013-08-221-4/+4
* | Refactor: Move GetAccountAddresses to CWalletGavin Andresen2013-08-221-13/+1
* | Refactor: CAddressBookData for mapAddressBookGavin Andresen2013-08-221-16/+16