aboutsummaryrefslogtreecommitdiff
path: root/src/rpcwallet.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Clarified the listsinceblock help testMicha2013-08-161-1/+1
* | Merge pull request #2776 from jgarzik/keypoolsizeGavin Andresen2013-08-141-5/+12
|\ \
| * | RPC: keypoolrefill gains optional size parameterJeff Garzik2013-06-251-4/+11
| * | CWallet::TopUpKeyPool() takes optional pool size argumentJeff Garzik2013-06-251-1/+1
| |/
* / Use existing RPC_INVALID_PARAMETER constantHan Lin Yap2013-08-071-3/+3
|/
* Introduce a CChainParameters singleton class and regtest mode.Mike Hearn2013-06-191-1/+1
* Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...Eric Lombrozo2013-06-051-5/+5
* Merge pull request #2625 from gavinandresen/walletlock_asioJeff Garzik2013-05-301-56/+11
|\
| * Use boost::asio::deadline_timer for walletpassphrase timeoutGavin Andresen2013-05-071-56/+11
* | Merge pull request #2600 from sipa/keyrefactorJeff Garzik2013-05-301-7/+9
|\ \
| * | CSecret/CKey -> CKey/CPubKey split/refactorPieter Wuille2013-05-301-6/+8
| * | Make CPubKey statically allocatedPieter Wuille2013-05-301-1/+1
| |/
* | Merge pull request #2104 from al42and/listreceivedbyaddress_txidsJeff Garzik2013-05-301-1/+13
|\ \ | |/ |/|
| * Updated help and tests for getreceivedby(account|address)Andrey2012-12-161-3/+7
| * listreceivedbyaddress now provides tx ids (issue #1149)Andrey2012-12-131-0/+8
* | CreateTransaction: return strFailReason on failureGavin Andresen2013-05-031-6/+3
* | Merge pull request #2272 from gavinandresen/getbalancefixGavin Andresen2013-04-081-2/+2
|\ \
| * | Fix getbalance discrepencyGavin Andresen2013-02-041-2/+2
| |/
* | Rename util.h Sleep --> MilliSleepGavin Andresen2013-04-031-1/+1
* | Add timeoffset to getinfo RPC callPeter Todd2013-01-111-0/+1
|/
* Merge pull request #1861 from jgarzik/coinlockGavin Andresen2012-12-121-1/+76
|\
| * Add new RPC "lockunspent", to prevent spending of selected outputsJeff Garzik2012-11-151-1/+76
* | do not silently ignore errors on "backupwallet" RPC cmdPhilip Kaufmann2012-11-271-1/+2
* | Merge pull request #2009 from sipa/fixmoveGavin Andresen2012-11-161-2/+2
|\ \ | |/ |/|