mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-03 11:45:18 +00:00
upgrading: add note on rpc/client subpackages (#4636)
* upgrading: add note on rpc/client subpackages * clarify constructors
This commit is contained in:
@@ -7,6 +7,10 @@ a newer version of Tendermint Core.
|
||||
|
||||
<Overview>
|
||||
|
||||
### Go API
|
||||
|
||||
- `rpc/client` HTTP and local clients have been moved into `http` and `local` subpackages, and their constructors have been renamed to `New()`.
|
||||
|
||||
### Protobuf Changes
|
||||
|
||||
When upgrading to version <version #> you will have to fetch the `third_party` directory along with the updated proto files.
|
||||
|
||||
Reference in New Issue
Block a user