| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | qa: Add tests for getrpcinfo | João Barbosa | 2019-01-02 | 1 | -1/+12 |
| | | |||||
| * | Add regtest for JSON-RPC batch calls. | Daniel Kraft | 2018-11-21 | 1 | -0/+46 |
| This adds a new regtest file 'interface_rpc.py', containing a test for batch JSON-RPC requests. Those were previously not tested at all. Tests for basic requests are not really necessary, as those are used anyway in lots of other regtests. The existing interface_http.py file is more about the underlying HTTP connection, so adding a new interface file for the JSON-RPC specific things makes sense. | |||||