aboutsummaryrefslogtreecommitdiff
path: root/src/rpcmisc.cpp
AgeCommit message (Expand)Author
2016-01-21move rpc* to rpc/Daniel Cousens
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-11-09Fix crash in validateaddress with -disablewalletWladimir J. van der Laan
2015-10-01[Univalue] add univalue over subtreeJonas Schnelli
2015-08-10Reformat validateaddress help, add missing iswatchonly description.Pavel Janík
2015-08-03Rationalize currency unit to "BTC"Ross Nicoll
2015-07-23TRIVIAL: Missing includesJorge Timón
2015-06-24Testing infrastructure: mocktime fixesGavin Andresen
2015-06-09Return all available information via validateaddressdexX7
2015-06-04fix missing univalue types during constructingJonas Schnelli
2015-06-04Remove JSON Spirit wrapper, remove JSON Spirit leftoversJonas Schnelli
2015-06-04remove JSON Spirit UniValue wrapperJonas Schnelli
2015-06-04expicit set UniValue type to avoid empty valuesJonas Schnelli
2015-06-04extend conversion to UniValueJonas Schnelli
2015-06-04Convert tree to using univalue. Eliminate all json_spirit uses.Jeff Garzik
2015-04-17privacy: Stream isolation for TorWladimir J. van der Laan
2015-03-12[Move Only] Move wallet related things to src/wallet/Jonas Schnelli
2015-02-20Merge #5706: fix crash: RPC \Wladimir J. van der Laan
2015-01-28Removed main.h dependency from rpcserver.cppEric Lombrozo
2015-01-26Merge pull request #5575Wladimir J. van der Laan
2015-01-25fix crash: createmultisig and addmultisigaddressfsb4000
2015-01-02namespace: drop most boost namespaces and a few header cleanupsCory Fields
2015-01-02namespace: remove boost namespace pollutionCory Fields
2014-12-31Merge #4964 fromJeff Garzik
2014-12-30RPCWallet: Notate all account stuff as deprecatedLuke Dashjr
2014-12-19Added "Core" to copyright headerssandakersmann
2014-11-20Update comments in src/rpc* to be doxygen compatibleMichael Ford
2014-11-17regression test only setmocktime RPC callGavin Andresen
2014-10-29Separate protocol versioning from clientversionCory Fields
2014-10-17script: move CScriptID to standard.h and add a ctor for creating them from CS...Cory Fields
2014-10-10Add fTestnetToBeDeprecatedFieldRPC to CChainParamsjtimon
2014-09-23Add scriptPubKey field to validateaddress RPC callPeter Todd
2014-09-16Move CTxDestination from script/script to script/standardPieter Wuille
2014-09-09remove unneeded cast in rpcmisc.cppPhilip Kaufmann
2014-07-28Add warning comment to getinfoWladimir J. van der Laan
2014-07-07Merge pull request #4045Wladimir J. van der Laan
2014-07-07remove SOCKS4 support from core and GUIPhilip Kaufmann
2014-07-03Move fee policy out of coreGavin Andresen
2014-07-02replaced MINE_ with ISMINE_JaSK
2014-07-02fixed bug where validateaddress doesn't display informationJaSK
2014-07-02fixed tiny glitch and improved readability like laanwj suggestedJaSK
2014-07-02Watchonly balances are shown separately in gui.JaSK
2014-07-02Add support for watch-only addressesPieter Wuille
2014-06-27minor code format fix in rpc-related filesPhilip Kaufmann
2014-06-25Remove unnecessary dependencies for bitcoin-cliWladimir J. van der Laan
2014-06-25Move network-time related functions to timedata.cpp/hWladimir J. van der Laan
2014-06-17Get rid of Params().RPCisTestNet()jtimon
2014-06-09Merge pull request #3824Wladimir J. van der Laan
2014-06-06Type-safe CFeeRate classGavin Andresen
2014-06-04Add RPCisTestNet chain parameterjtimon