upgrading: add note on rpc/client subpackages (#4636)

* upgrading: add note on rpc/client subpackages

* clarify constructors
This commit is contained in:
Erik Grinaker
2020-04-03 16:57:19 +02:00
committed by GitHub
parent 4298bbcc4e
commit 61057a8b0a

View File

@@ -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.