d55243f0e6
fix import paths
2018-07-01 22:36:49 -04:00
297cd4cfe8
limit HTTP request body and WS read msg size to 1MB
2018-06-29 12:40:32 +04:00
0d35d722cb
rpc: Break up long lines
2018-06-23 01:01:31 +02:00
936a655990
limit number of open connections
...
Refs #1740
also, expose limit option for number concurrent streams for gRPC
(unlimited by default)
2018-06-22 19:25:11 +04:00
491c8ab4c1
[rpc/lib] log cert and key files in StartHTTPAndTLSServer
2018-04-02 15:21:05 +02:00
5ef8a6e887
deprecate not fully formed addresses
2018-04-02 15:21:05 +02:00
d694d47d22
[rpc/lib] rename vars according to Go conventions
2018-04-02 15:21:05 +02:00
ecdc1b9bb0
Add a method for creating an https server ( #1403 )
2018-04-02 11:36:09 +02:00
9529f12c28
more linting
2017-11-27 22:39:12 +00:00
478a10aa41
Write doesn't need error checked
2017-11-27 22:39:12 +00:00
d7cb291fb2
errcheck; sort some stuff out
2017-11-27 22:39:11 +00:00
8f0237610e
linting errors: clean it all up
2017-11-27 22:39:11 +00:00
b75d4f73e7
errcheck: PR comment fixes
2017-11-27 22:39:11 +00:00
57ea4987f7
linting: apply errcheck part1
2017-11-27 22:39:11 +00:00
f74de4cb86
include optional data field in error object
...
```
data
A Primitive or Structured value that contains additional information about the error.
This may be omitted.
The value of this member is defined by the Server (e.g. detailed error information, nested errors etc.).
```
2017-09-18 16:36:02 -04:00
60a1f49a5c
updated json response to match spec by @davebryson
2017-09-18 16:35:50 -04:00
b4ece65726
standardize key for errors (should be "err")
2017-06-14 12:50:49 +04:00
2b324b7eb9
RPC returns pretty formated json
2017-05-14 19:06:34 +02:00
f803544195
new logging
2017-05-13 10:24:58 +02:00
efeadcc0f4
some cleanup from review
2017-04-28 23:18:38 -04:00
cc6dde96c1
rpc -> rpc/lib and rpc/tendermint -> rpc
2017-04-26 19:57:33 -04:00