aboutsummaryrefslogtreecommitdiff
path: root/src/rpcwallet.cpp
AgeCommit message (Expand)Author
2014-08-18Check redeemScript size does not exceed 520 byte limitPeter Todd
2014-05-29No references to centralized databases in help text.Pieter Wuille
2014-05-21switch from boost int types to <stdint.h>Kamil Domanski
2014-05-12fixes #4163Matthew Bogosian
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
2014-02-17Serialize only CTransaction data in gettransaction RPC hexWladimir J. van der Laan
2014-02-16Merge pull request #3646Wladimir J. van der Laan
2014-02-16Document new `walletpassphrase` behavior in 0.9Wladimir J. van der Laan
2014-02-14Track and report wallet transaction clonesGavin Andresen
2014-02-14Handle "conflicted" transactions properlyGavin Andresen
2014-02-13Merge pull request #3662Wladimir J. van der Laan
2014-02-13Add raw transaction hex to `gettransaction` wallet RPCWladimir J. van der Laan
2014-02-12Rename IsConfirmed to IsTrusted to better match the intended behavior.Gregory Maxwell
2014-02-09Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron
2014-01-30small changes to rpc command help message stringsPhilip Kaufmann
2014-01-29Re-add BTC/KB in help message for `settxfee`Wladimir J. van der Laan
2014-01-29Mention `*` value for account in documentation for `getbalance` RPCWladimir J. van der Laan
2014-01-17qt: allow `walletpassphrase` in debug console without -serverWladimir J. van der Laan
2013-12-20Merge pull request #3369Wladimir J. van der Laan
2013-12-13Move `verifymessage` from rpcwallet to rpcmiscWladimir J. van der Laan
2013-12-13Move `createmultisig` from rpcwallet to rpcmiscWladimir J. van der Laan
2013-12-13Move `validateaddress` from rpcwallet to rpcmiscWladimir J. van der Laan
2013-12-13Move `settxfee` from rpcblockchain to rpcwalletWladimir J. van der Laan
2013-12-09rpcwallet: use EnsureWalletIsUnlocked() where possiblePhilip Kaufmann
2013-12-08Add rpc command 'getunconfirmedbalance' to obtain total unconfirmed balanceMichael Bauer
2013-12-04Move getinfo to rpcnet.cppWladimir J. van der Laan
2013-12-04Move HelpExample* from rpcwallet to rpcserverWladimir J. van der Laan
2013-11-30Refactor: move GetValueIn(tx) to tx.GetValueIn()Gavin Andresen
2013-11-27Split up bitcoinrpc (code movement only)Wladimir J. van der Laan
2013-11-13Issue #1865 - Clean up RPC help messagessje
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-10-24RPC: error code changes and prevent crash with walletpassphrasePhilip Kaufmann
2013-10-22Merge branch 'bugfix_unknownoutputs' of git://github.com/luke-jr/bitcoinGavin Andresen
2013-10-20Merge pull request #3119Pieter Wuille
2013-10-20Bump Year Number to 2013super3
2013-10-15Reimplement CBlockLocator's chain-related logic in CChain.Pieter Wuille
2013-10-11Refactor/encapsulate chain globals into a CChain classPieter Wuille
2013-10-02RPC validateaddress: test pwalletMain for NULL (no-wallet mode)Jeff Garzik
2013-10-01Support absence of wallet (pwalletMain==NULL) in several locations,Jeff Garzik
2013-09-12Make validateaddress provide redeemScriptPeter Todd
2013-09-02Merge pull request #2948 from jgarzik/changeaddrGregory Maxwell
2013-08-28RPC: add getrawchangeaddress, for raw transaction change destinationsJeff Garzik
2013-08-23Remove fAllowReuse from GetKeyFromPool.Gregory Maxwell
2013-08-22Payment Protocol: X509-validated payment requestsGavin Andresen
2013-08-22Refactor: Move GetAccountAddresses to CWalletGavin Andresen