aboutsummaryrefslogtreecommitdiff
path: root/src/rpcmisc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix crash in validateaddress with -disablewalletWladimir J. van der Laan2015-11-091-2/+2
* [Univalue] add univalue over subtreeJonas Schnelli2015-10-011-1/+1
* Reformat validateaddress help, add missing iswatchonly description.Pavel Janík2015-08-101-4/+5
* Rationalize currency unit to "BTC"Ross Nicoll2015-08-031-2/+2
* TRIVIAL: Missing includesJorge Timón2015-07-231-0/+1
* Testing infrastructure: mocktime fixesGavin Andresen2015-06-241-1/+10
* Return all available information via validateaddressdexX72015-06-091-15/+6
* fix missing univalue types during constructingJonas Schnelli2015-06-041-1/+1
* Remove JSON Spirit wrapper, remove JSON Spirit leftoversJonas Schnelli2015-06-041-11/+11
* remove JSON Spirit UniValue wrapperJonas Schnelli2015-06-041-9/+9
* expicit set UniValue type to avoid empty valuesJonas Schnelli2015-06-041-6/+6
* extend conversion to UniValueJonas Schnelli2015-06-041-2/+2
* Convert tree to using univalue. Eliminate all json_spirit uses.Jeff Garzik2015-06-041-3/+2
* privacy: Stream isolation for TorWladimir J. van der Laan2015-04-171-1/+1
* [Move Only] Move wallet related things to src/wallet/Jonas Schnelli2015-03-121-2/+2
* Merge #5706: fix crash: RPC \Wladimir J. van der Laan2015-02-201-0/+2
|\
| * fix crash: createmultisig and addmultisigaddressfsb40002015-01-251-0/+2
* | Removed main.h dependency from rpcserver.cppEric Lombrozo2015-01-281-0/+16
* | Merge pull request #5575Wladimir J. van der Laan2015-01-261-1/+1
|\ \ | |/ |/|
| * RPCWallet: Notate all account stuff as deprecatedLuke Dashjr2014-12-301-1/+1
* | namespace: drop most boost namespaces and a few header cleanupsCory Fields2015-01-021-1/+0
* | namespace: remove boost namespace pollutionCory Fields2015-01-021-1/+0
* | Merge #4964 fromJeff Garzik2014-12-311-0/+5
|\ \
| * | Add scriptPubKey field to validateaddress RPC callPeter Todd2014-09-231-0/+5
* | | Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
| |/ |/|
* | Update comments in src/rpc* to be doxygen compatibleMichael Ford2014-11-201-5/+5
* | regression test only setmocktime RPC callGavin Andresen2014-11-171-0/+20
* | Separate protocol versioning from clientversionCory Fields2014-10-291-0/+1
* | script: move CScriptID to standard.h and add a ctor for creating them from CS...Cory Fields2014-10-171-1/+1
* | Add fTestnetToBeDeprecatedFieldRPC to CChainParamsjtimon2014-10-101-1/+1
|/
* Move CTxDestination from script/script to script/standardPieter Wuille2014-09-161-2/+1
* remove unneeded cast in rpcmisc.cppPhilip Kaufmann2014-09-091-2/+2
* Add warning comment to getinfoWladimir J. van der Laan2014-07-281-0/+13
* Merge pull request #4045Wladimir J. van der Laan2014-07-071-21/+31
|\
| * replaced MINE_ with ISMINE_JaSK2014-07-021-6/+6
| * fixed bug where validateaddress doesn't display informationJaSK2014-07-021-1/+1
| * fixed tiny glitch and improved readability like laanwj suggestedJaSK2014-07-021-2/+2
| * Watchonly balances are shown separately in gui.JaSK2014-07-021-1/+1
| * Add support for watch-only addressesPieter Wuille2014-07-021-21/+31
* | remove SOCKS4 support from core and GUIPhilip Kaufmann2014-07-071-1/+1
* | Move fee policy out of coreGavin Andresen2014-07-031-1/+1
|/
* minor code format fix in rpc-related filesPhilip Kaufmann2014-06-271-1/+1
* Remove unnecessary dependencies for bitcoin-cliWladimir J. van der Laan2014-06-251-1/+1
* Move network-time related functions to timedata.cpp/hWladimir J. van der Laan2014-06-251-0/+1
* Get rid of Params().RPCisTestNet()jtimon2014-06-171-1/+1
* Merge pull request #3824Wladimir J. van der Laan2014-06-091-1/+1
|\
| * Add RPCisTestNet chain parameterjtimon2014-06-041-1/+1
* | Type-safe CFeeRate classGavin Andresen2014-06-061-2/+2
|/
* removed a few unnecessary castsKamil Domanski2014-05-131-3/+3
* switch from boost int types to <stdint.h>Kamil Domanski2014-05-131-3/+3