Sam Kleinman
0407cd5258
github: fix linter configuration errors and occluded errors ( #6400 )
4 years ago
Aleksandr Bezobchuk
003f394512
rpc: index block events to support block event queries ( #6226 )
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
Anton Kaliaev
c1ca749afa
rpc: change default sorting to desc for `/tx_search` results ( #6168 )
Closes #6155
4 years ago
Callum Waters
ca46cbc781
move broadcast_evidence rpc call from info to evidence ( #5634 )
4 years ago
Anton Kaliaev
2672b91ab0
rpc/core: more docs and a test for /blockchain endpoint ( #5417 )
Closes #5339
4 years ago
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
4 years ago
Erik Grinaker
817646a88e
rpc: fix openapi spec syntax error ( #5358 )
Broke in #5356 .
4 years ago
Anton Kaliaev
8aac1d1333
docs: document max entries for `/blockchain` RPC ( #5356 )
Closes #5339
4 years ago
Marko
b6a5f7b126
rpc: add private & unconditional to /dial_peer ( #5293 )
## Description
Allow dialing of private and unconditional peers through the RPC
Closes : #1705
4 years ago
Marko
5df55f289c
docs: updates to various sections ( #5285 )
## Description
Updates to various sections of docs.
Fix docs deployment
Closes: #XXX
4 years ago
Marko
9b4f1a8081
docs: rename swagger to openapi ( #5263 )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
4 years ago