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 | |
---|---|---|
.. | ||
codec.go | format: add format cmd & goimport repo (#4586) | 5 years ago |
doc.go | node: allow replacing existing p2p.Reactor(s) (#3846) | 5 years ago |
id.go | lint: Enable Golint (#4212) | 5 years ago |
node.go | rpc: refactor lib folder (#4836) | 5 years ago |
node_test.go | privval: retry GetPubKey/SignVote/SignProposal N times before | 5 years ago |