Skip to content

Commit

Permalink
Bump IBC go to the latest minor release v7.8 and fix client upgrade p…
Browse files Browse the repository at this point in the history
…roposals (#315)

* Bump IBC go to the latest minor release v7.8

Fix the registration of client upgrade proposals

* Revert "Bump IBC go to the latest minor release v7.8"

This reverts commit 0d14872.

* Add missing ibc-go proposal handler without version bump

---------

Co-authored-by: Collin Brittain <[email protected]>
  • Loading branch information
zmanian and cbrit authored Sep 23, 2024
1 parent 3c28fd3 commit af9e206
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ import (
ibctransfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types"
ibc "github.com/cosmos/ibc-go/v7/modules/core"
ibcclient "github.com/cosmos/ibc-go/v7/modules/core/02-client"
ibcclientclient "github.com/cosmos/ibc-go/v7/modules/core/02-client/client"
ibcclienttypes "github.com/cosmos/ibc-go/v7/modules/core/02-client/types"
ibcporttypes "github.com/cosmos/ibc-go/v7/modules/core/05-port/types"
icaexported "github.com/cosmos/ibc-go/v7/modules/core/exported"
Expand Down Expand Up @@ -178,6 +179,8 @@ var (
pubsubclient.RemovePublisherProposalHandler,
pubsubclient.AddDefaultSubscriptionProposalHandler,
pubsubclient.RemoveDefaultSubscriptionProposalHandler,
ibcclientclient.UpdateClientProposalHandler,
ibcclientclient.UpgradeProposalHandler,
},
),
params.AppModuleBasic{},
Expand Down

0 comments on commit af9e206

Please sign in to comment.