Browse Source

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

* upgrading: add note on rpc/client subpackages

* clarify constructors
pull/4639/head
Erik Grinaker 4 years ago
committed by GitHub
parent
commit
61057a8b0a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      UPGRADING.md

+ 4
- 0
UPGRADING.md 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.


Loading…
Cancel
Save