Anton Kaliaev
a14ff5cb30
Closes https://github.com/tendermint/tendermint/issues/3857 Moves `lib/` folder to `jsonrpc/`. Renames: **packages** `rpc` package -> `jsonrpc` package `rpcclient` package -> `client` package `rpcserver` package -> `server` package **structs and interfaces** ``` JSONRPCClient to Client JSONRPCRequestBatch to RequestBatch JSONRPCCaller to Caller ``` **functions** ``` StartHTTPServer to Serve StartHTTPAndTLSServer to ServeTLS rpc/jsonrpc/client: rename NewURIClient to NewURI NewJSONRPCClient to New NewJSONRPCClientWithHTTPClient to NewWithHTTPClient NewWSClient to NewWS ``` **misc** - unexpose `ResponseWriterWrapper` - remove unused http_params.go |
5 years ago | |
---|---|---|
.. | ||
abci.go | rpc: add codespace to ResultBroadcastTx (#4611) | 5 years ago |
abci_test.go | change use of errors.Wrap to fmt.Errorf with %w verb | 5 years ago |
client.go | rpc: refactor lib folder (#4836) | 5 years ago |
status.go | rpc/client: use compile time assertions instead of methods | 7 years ago |
status_test.go | libs/common: Refactor libs/common 4 (#4237) | 5 years ago |