From 61057a8b0af2beadee106e47c4616b279e83c920 Mon Sep 17 00:00:00 2001 From: Erik Grinaker Date: Fri, 3 Apr 2020 16:57:19 +0200 Subject: [PATCH] upgrading: add note on rpc/client subpackages (#4636) * upgrading: add note on rpc/client subpackages * clarify constructors --- UPGRADING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UPGRADING.md b/UPGRADING.md index dcf16d598..2ab17fb06 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -7,6 +7,10 @@ a newer version of Tendermint Core. +### 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 you will have to fetch the `third_party` directory along with the updated proto files.