aboutsummaryrefslogtreecommitdiff
path: root/src/test/rpc_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add functionality to generate auxpow blocks in regtestMD Islam2021-05-251-0/+6
* [tests] fix rpc ban test: set test time far into the futurePatrick Lodder2021-01-151-2/+2
* Fix 1.14 unit tests (#1408)Max K2018-09-191-0/+1
* Replace test data with Dogecoin valuesRoss Nicoll2018-09-191-4/+3
* Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sourcesMarcoFalke2017-01-051-70/+68
|\
| * Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.Karl-Johan Alm2017-01-021-70/+68
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
|/
* Merge #8996: Network activity toggleJonas Schnelli2016-11-111-0/+22
|\
| * RPC/Net: Use boolean consistently for networkactive, and remove from getinfoLuke Dashjr2016-10-241-6/+6
| * Overhaul network activity toggleJonas Schnelli2016-10-241-0/+22
* | [RPC] Give RPC commands more information about the RPC requestJonas Schnelli2016-10-191-2/+5
|/
* [test] Remove unused codeMarcoFalke2016-08-241-12/+0
* RPC: fix generatetoaddress failing to parse address and add unit testmruddy2016-04-031-0/+24
* rpc: Register calls where they are definedWladimir J. van der Laan2016-03-311-1/+1
* move rpc* to rpc/Daniel Cousens2016-01-211-3/+3
* Merge pull request #7205Wladimir J. van der Laan2016-01-051-1/+1
|\
| * Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* | Double semicolon cleanup.21E142015-12-301-2/+2
|/
* [RPC] Add transaction size to JSON outputNick2015-11-281-0/+1
* [Univalue] add univalue over subtreeJonas Schnelli2015-10-011-1/+1
* net: use CIDR notation in CSubNet::ToString()Jonas Schnelli2015-09-161-7/+7
* Remove rpc_boostasiotocnetaddr testWladimir J. van der Laan2015-09-021-15/+0
* Add OP_RETURN support in createrawtransaction RPC call, add tests.Pavel Janík2015-08-061-0/+18
* rpc: Make ValueFromAmount always return 8 decimalsWladimir J. van der Laan2015-07-181-0/+23
* rpc: Accept scientific notation for monetary amounts in JSONWladimir J. van der Laan2015-07-101-0/+21
* use CBanEntry as object container for banned nodesJonas Schnelli2015-07-021-2/+2
* setban: add IPv6 testsJonas Schnelli2015-06-191-0/+27
* setban: rewrite to UniValue, allow absolute bantimeJonas Schnelli2015-06-171-5/+20
* [RPC] extend setban to allow subnetsJonas Schnelli2015-06-171-4/+36
* [QA] add setban/listbanned/clearbanned testsJonas Schnelli2015-06-171-0/+9
* Changes necessary now that zero values accepted in AmountFromValueWladimir J. van der Laan2015-06-061-0/+3
* Simplify RPCclient, adapt json_parse_error testWladimir J. van der Laan2015-06-041-13/+10
* fix univalue json parse testsJonas Schnelli2015-06-041-9/+12
* Remove JSON Spirit wrapper, remove JSON Spirit leftoversJonas Schnelli2015-06-041-8/+9
* remove JSON Spirit UniValue wrapperJonas Schnelli2015-06-041-1/+1
* fix rpc unit test, plain numbers are not JSON compatible objectJonas Schnelli2015-06-041-2/+2
* expicit set UniValue type to avoid empty valuesJonas Schnelli2015-06-041-2/+2
* Convert tree to using univalue. Eliminate all json_spirit uses.Jeff Garzik2015-06-041-9/+9
* json: fail read_string if string contains trailing garbageWladimir J. van der Laan2015-06-031-0/+18
* Reinitialize state in between individual unit tests.Pieter Wuille2015-03-031-1/+3
* Merge pull request #5470Wladimir J. van der Laan2014-12-191-1/+1
|\
| * Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* | make all catch() arguments constPhilip Kaufmann2014-12-171-2/+1
|/
* rpc_tests: use BOOST_CHECK_EQUALJeff Garzik2014-08-201-16/+16
* Add tests for BoostAsioToCNetAddrWladimir J. van der Laan2014-05-091-0/+16
* Add licenses for tests and test dataWladimir J. van der Laan2014-03-181-0/+4
* Split off rpc_wallet_testsWladimir J. van der Laan2013-12-041-71/+3
* Delimit code with #ifdef ENABLE_WALLETWladimir J. van der Laan2013-12-041-1/+4
* Split up bitcoinrpc (code movement only)Wladimir J. van der Laan2013-11-271-1/+2
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-5/+4