From 3beeb79646cdacdf26ccaa9368ee06d91a67289f Mon Sep 17 00:00:00 2001 From: Brian Woods Date: Tue, 3 May 2022 14:38:34 -0600 Subject: [PATCH 1/4] feat: added update-clent and IBC update proposals Changelog update lint gofmt --- CHANGELOG.md | 1 + app/app.go | 3 +++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d12530835..7673f5df6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,6 +50,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ ### Features - [835](https://github.com/umee-network/umee/pull/835) Add miss counter query to oracle cli. +- [860](https://github.com/umee-network/umee/pull/860) Add IBC upgrade and upgrade-client gov proposals ### Bug Fixes - [829](https://github.com/umee-network/umee/pull/829) Fix `umeed tx leverage liquidate` command args diff --git a/app/app.go b/app/app.go index 982fedac64..db5b388d98 100644 --- a/app/app.go +++ b/app/app.go @@ -82,6 +82,7 @@ import ( ibctransfertypes "github.com/cosmos/ibc-go/v2/modules/apps/transfer/types" ibc "github.com/cosmos/ibc-go/v2/modules/core" ibcclient "github.com/cosmos/ibc-go/v2/modules/core/02-client" + ibcclientclient "github.com/cosmos/ibc-go/v2/modules/core/02-client/client" ibcclienttypes "github.com/cosmos/ibc-go/v2/modules/core/02-client/types" ibcporttypes "github.com/cosmos/ibc-go/v2/modules/core/05-port/types" ibchost "github.com/cosmos/ibc-go/v2/modules/core/24-host" @@ -918,6 +919,8 @@ func getGovProposalHandlers() []govclient.ProposalHandler { upgradeclient.ProposalHandler, upgradeclient.CancelProposalHandler, leverageclient.ProposalHandler, + ibcclientclient.UpdateClientProposalHandler, + ibcclientclient.UpgradeProposalHandler, } } From 0aa8295ceccd335334056798cabb7fe40461c24d Mon Sep 17 00:00:00 2001 From: Brian Woods Date: Mon, 9 May 2022 16:34:28 -0600 Subject: [PATCH 2/4] PR comments - moving CHANGELOG entry to Unreleased --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7673f5df6d..0cb3e08584 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,10 +47,10 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## [Unreleased] ## [v2.0.1](https://github.com/umee-network/umee/releases/tag/v2.0.1) - 2022-04-25 +- [860](https://github.com/umee-network/umee/pull/860) Add IBC upgrade and upgrade-client gov proposals ### Features - [835](https://github.com/umee-network/umee/pull/835) Add miss counter query to oracle cli. -- [860](https://github.com/umee-network/umee/pull/860) Add IBC upgrade and upgrade-client gov proposals ### Bug Fixes - [829](https://github.com/umee-network/umee/pull/829) Fix `umeed tx leverage liquidate` command args From 82a082964a0501a4b3b2b4dc3203bf365543d367 Mon Sep 17 00:00:00 2001 From: Adam Wozniak <29418299+adamewozniak@users.noreply.github.com> Date: Mon, 9 May 2022 15:44:26 -0700 Subject: [PATCH 3/4] cl++ --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de4a090e27..0a7b9b6e7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,16 +46,19 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## [Unreleased] +### Features + +- [860](https://github.com/umee-network/umee/pull/860) Add IBC upgrade and upgrade-client gov proposals + ### Improvements - [866](https://github.com/umee-network/umee/pull/866) Make the x/oracle keeper's GetExchangeRateBase method more efficient. ### API Breaking -- [870](https://github.com/umee-network/umee/pull/870) chore: Move proto v1beta1 to v1. +- [870](https://github.com/umee-network/umee/pull/870) Move proto v1beta1 to v1. ## [v2.0.1](https://github.com/umee-network/umee/releases/tag/v2.0.1) - 2022-04-25 -- [860](https://github.com/umee-network/umee/pull/860) Add IBC upgrade and upgrade-client gov proposals ### Features From 0e718811342c4d7a99bd61a059716295834c54c7 Mon Sep 17 00:00:00 2001 From: Adam Wozniak <29418299+adamewozniak@users.noreply.github.com> Date: Mon, 9 May 2022 15:45:42 -0700 Subject: [PATCH 4/4] more cl++ --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a7b9b6e7b..025c3f24b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,7 +48,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ ### Features -- [860](https://github.com/umee-network/umee/pull/860) Add IBC upgrade and upgrade-client gov proposals +- [860](https://github.com/umee-network/umee/pull/860) Add IBC upgrade and upgrade-client gov proposals. ### Improvements @@ -66,7 +66,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ ### Bug Fixes -- [829](https://github.com/umee-network/umee/pull/829) Fix `umeed tx leverage liquidate` command args +- [829](https://github.com/umee-network/umee/pull/829) Fix `umeed tx leverage liquidate` command args. ### Improvements