Browse Source
upgrading: add note on rpc/client subpackages (#4636)
* upgrading: add note on rpc/client subpackages
* clarify constructors
pull/4639/head
Erik Grinaker
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
UPGRADING.md
|
|
@ -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. |
|
|
|