Files
tendermint/rpc
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
2019-01-28 16:13:17 +04:00
2019-01-28 16:13:17 +04:00
2019-02-06 10:14:03 -05:00