Skip to content

Commit

Permalink
feat: added update-clent and IBC update proposals
Browse files Browse the repository at this point in the history
Changelog update

lint

gofmt
  • Loading branch information
brianosaurus committed May 5, 2022
1 parent 185b512 commit 3beeb79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -918,6 +919,8 @@ func getGovProposalHandlers() []govclient.ProposalHandler {
upgradeclient.ProposalHandler,
upgradeclient.CancelProposalHandler,
leverageclient.ProposalHandler,
ibcclientclient.UpdateClientProposalHandler,
ibcclientclient.UpgradeProposalHandler,
}
}

Expand Down

0 comments on commit 3beeb79

Please sign in to comment.