Author | SHA1 | Message | Date |
---|---|---|---|
Sam Kleinman |
886519e3ca
|
rpc: add subscription id to events (#6386)
Addresses #3931 |
3 years ago |
Callum Waters |
08b134ddbc
|
ws: parse remote addrs with trailing dash (#6537) | 4 years ago |
Marko |
719e028e00
|
libs: internalize some packages (#6366)
## Description Internalize some libs. This reduces the amount ot public API tendermint is supporting. The moved libraries are mainly ones that are used within Tendermint-core. |
4 years ago |
Anton Kaliaev |
e9e5026dac
|
rpc/client/http: drop endpoint arg from New and add WSOptions (#6176)
also - replace `MaxReconnectAttempts`, `ReadWait`, `WriteWait` and `PingPeriod` options with `WSOptions` in `WSClient` (rpc/jsonrpc/client/ws_client.go). - set default write wait to 10s for `WSClient`(rpc/jsonrpc/client/ws_client.go) - unexpose `WSEvents`(rpc/client/http.go) Closes #6162 |
4 years ago |