aboutsummaryrefslogtreecommitdiff
path: root/src/test/rpc_tests.cpp
AgeCommit message (Expand)Author
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-08-07rpc: Move ValueFromAmount to core_writeWladimir J. van der Laan
2017-06-06Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...practicalswift
2017-03-21[trivial] Fix typos in commentspracticalswift
2017-01-05Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sourcesMarcoFalke
2017-01-02Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.Karl-Johan Alm
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-11-11Merge #8996: Network activity toggleJonas Schnelli
2016-10-24RPC/Net: Use boolean consistently for networkactive, and remove from getinfoLuke Dashjr
2016-10-24Overhaul network activity toggleJonas Schnelli
2016-10-19[RPC] Give RPC commands more information about the RPC requestJonas Schnelli
2016-08-24[test] Remove unused codeMarcoFalke
2016-04-03RPC: fix generatetoaddress failing to parse address and add unit testmruddy
2016-03-31rpc: Register calls where they are definedWladimir J. van der Laan
2016-01-21move rpc* to rpc/Daniel Cousens
2016-01-05Merge pull request #7205Wladimir J. van der Laan
2015-12-30Double semicolon cleanup.21E14
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-11-28[RPC] Add transaction size to JSON outputNick
2015-10-01[Univalue] add univalue over subtreeJonas Schnelli
2015-09-16net: use CIDR notation in CSubNet::ToString()Jonas Schnelli
2015-09-02Remove rpc_boostasiotocnetaddr testWladimir J. van der Laan
2015-08-06Add OP_RETURN support in createrawtransaction RPC call, add tests.Pavel Janík
2015-07-18rpc: Make ValueFromAmount always return 8 decimalsWladimir J. van der Laan
2015-07-10rpc: Accept scientific notation for monetary amounts in JSONWladimir J. van der Laan
2015-07-02use CBanEntry as object container for banned nodesJonas Schnelli
2015-06-19setban: add IPv6 testsJonas Schnelli
2015-06-17setban: rewrite to UniValue, allow absolute bantimeJonas Schnelli
2015-06-17[RPC] extend setban to allow subnetsJonas Schnelli
2015-06-17[QA] add setban/listbanned/clearbanned testsJonas Schnelli
2015-06-06Changes necessary now that zero values accepted in AmountFromValueWladimir J. van der Laan
2015-06-04Simplify RPCclient, adapt json_parse_error testWladimir J. van der Laan
2015-06-04fix univalue json parse testsJonas Schnelli
2015-06-04Remove JSON Spirit wrapper, remove JSON Spirit leftoversJonas Schnelli
2015-06-04remove JSON Spirit UniValue wrapperJonas Schnelli
2015-06-04fix rpc unit test, plain numbers are not JSON compatible objectJonas Schnelli
2015-06-04expicit set UniValue type to avoid empty valuesJonas Schnelli
2015-06-04Convert tree to using univalue. Eliminate all json_spirit uses.Jeff Garzik
2015-06-03json: fail read_string if string contains trailing garbageWladimir J. van der Laan
2015-03-03Reinitialize state in between individual unit tests.Pieter Wuille
2014-12-19Merge pull request #5470Wladimir J. van der Laan
2014-12-17make all catch() arguments constPhilip Kaufmann
2014-12-16Remove references to X11 licenceMichael Ford
2014-08-20rpc_tests: use BOOST_CHECK_EQUALJeff Garzik
2014-05-09Add tests for BoostAsioToCNetAddrWladimir J. van der Laan
2014-03-18Add licenses for tests and test dataWladimir J. van der Laan
2013-12-04Split off rpc_wallet_testsWladimir J. van der Laan
2013-12-04Delimit code with #ifdef ENABLE_WALLETWladimir J. van der Laan
2013-11-27Split up bitcoinrpc (code movement only)Wladimir J. van der Laan
2013-11-10Cleanup code using forward declarations.Brandon Dahler