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
2021-02-25 06:57:31 +00:00
Anton Kaliaev
c1ca749afa
rpc: change default sorting to desc for /tx_search results ( #6168 )
...
Closes #6155
2021-02-23 10:56:16 +00:00
Callum Waters
ca46cbc781
move broadcast_evidence rpc call from info to evidence ( #5634 )
2020-11-09 15:48:44 +01:00
Anton Kaliaev
2672b91ab0
rpc/core: more docs and a test for /blockchain endpoint ( #5417 )
...
Closes #5339
2020-09-28 15:13:00 +00:00
Anton Kaliaev
7d2b3e305e
docs: minor tweaks ( #5404 )
...
* docs: fix /validators description
Refs https://github.com/tendermint/spec/pull/169
* consensus: remove nil err from logging statement
* update UPGRADING.md
* note about LightBlocks
2020-09-25 11:05:56 +04:00
Erik Grinaker
817646a88e
rpc: fix openapi spec syntax error ( #5358 )
...
Broke in #5356 .
2020-09-15 08:58:58 +00:00
Anton Kaliaev
8aac1d1333
docs: document max entries for /blockchain RPC ( #5356 )
...
Closes #5339
2020-09-15 07:55:27 +00:00
Marko
b6a5f7b126
rpc: add private & unconditional to /dial_peer ( #5293 )
...
## Description
Allow dialing of private and unconditional peers through the RPC
Closes : #1705
2020-09-01 12:43:23 +00:00
Marko
5df55f289c
docs: updates to various sections ( #5285 )
...
## Description
Updates to various sections of docs.
Fix docs deployment
Closes: #XXX
2020-08-26 13:59:26 +00:00
Marko
9b4f1a8081
docs: rename swagger to openapi ( #5263 )
...
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-08-21 11:40:28 +02:00