Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

ibc v5 #105

Merged
merged 3 commits into from
Aug 5, 2022
Merged

ibc v5 #105

merged 3 commits into from
Aug 5, 2022

Conversation

faddat
Copy link

@faddat faddat commented Aug 4, 2022

This is the interchain accounts demo, but it uses ibc v5 and cosmos-sdk v0.46.0

  • ibcv5
  • ibcv5 add testnet commands

@faddat faddat mentioned this pull request Aug 4, 2022
@seantking seantking changed the base branch from master to deps/bump-ibc-go-v5-beta1 August 4, 2022 16:33
@seantking seantking changed the base branch from deps/bump-ibc-go-v5-beta1 to master August 4, 2022 16:36
@seantking seantking changed the base branch from master to deps/bump-ibc-go-v5-beta1 August 4, 2022 16:54
@seantking seantking changed the base branch from deps/bump-ibc-go-v5-beta1 to master August 4, 2022 17:02
Copy link
Contributor

@seantking seantking left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

Copy link
Member

@damiannolan damiannolan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent thanks, can you confirm you ran this locally successfully?

Appreciate all the work on the v0.46 upgrades

@faddat
Copy link
Author

faddat commented Aug 4, 2022

I can confirm that it passed all tests-- is there anything more you'd like me to try?

Copy link
Contributor

@crodriguezvega crodriguezvega left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @faddat! I just left a couple of nits.

@@ -137,7 +138,9 @@ var (
staking.AppModuleBasic{},
mint.AppModuleBasic{},
distr.AppModuleBasic{},
gov.NewAppModuleBasic(getGovProposalHandlers()...),
gov.NewAppModuleBasic(
[]govclient.ProposalHandler{paramsclient.ProposalHandler, distrclient.ProposalHandler, upgradeclient.LegacyProposalHandler, upgradeclient.LegacyCancelProposalHandler},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: remove empty line.

@@ -297,7 +299,7 @@ func New(

// add keepers
app.AccountKeeper = authkeeper.NewAccountKeeper(
appCodec, keys[authtypes.StoreKey], app.GetSubspace(authtypes.ModuleName), authtypes.ProtoBaseAccount, maccPerms,
appCodec, keys[authtypes.StoreKey], app.GetSubspace(authtypes.ModuleName), authtypes.ProtoBaseAccount, maccPerms, sdk.Bech32MainPrefix,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
appCodec, keys[authtypes.StoreKey], app.GetSubspace(authtypes.ModuleName), authtypes.ProtoBaseAccount, maccPerms, sdk.Bech32MainPrefix,
appCodec, keys[authtypes.StoreKey], app.GetSubspace(authtypes.ModuleName), authtypes.ProtoBaseAccount, maccPerms, sdk.GetConfig().GetBech32AccountAddrPrefix(),

@seantking seantking merged commit 8b1b681 into cosmos:master Aug 5, 2022
@seantking
Copy link
Contributor

Merged. Many thanks! @faddat

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants