Anton Kaliaev 7ced9e416b
rpc/net_info: change RemoteIP type from net.IP to String (#3309)
* rpc/net_info: change RemoteIP type from net.IP to String

Before:
"AAAAAAAAAAAAAP//rB8ktw=="
which is amino-encoded net.IP byte slice

After:
"192.0.2.1"

Fixes #3251

* rpc/net_info: non-empty response in docs
2019-02-16 09:46:02 +04:00
..
2019-02-11 16:31:34 +04:00
2018-07-24 21:18:20 -04:00
2019-02-11 16:31:34 +04:00
2019-02-11 16:31:34 +04:00
2018-11-14 16:47:41 +04:00
2019-02-11 16:31:34 +04:00
2019-02-11 16:31:34 +04:00

Tendermint RPC

We are using Slate to power our RPC documentation. For generating markdown use:

go get github.com/davecheney/godoc2md

# from root of this repo
make rpc-docs

Pagination

Requests that return multiple items will be paginated to 30 items by default. You can specify further pages with the ?page parameter. You can also set a custom page size up to 100 with the ?per_page parameter.