Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DNM: Maintenance branch - Juno v10.0.2 (Juno V10) #290

Closed
wants to merge 6 commits into from

Conversation

the-frey
Copy link
Collaborator

@the-frey the-frey commented Sep 23, 2022

This includes an additional change on top of #283 - re-initializing ICA in the upgrade handler to catch a missed SDK message. Thanks to boosik on Discord for spotting that.

Like 283 this is a tagging target and not meant to be merged.

@the-frey the-frey marked this pull request as ready for review September 23, 2022 12:33
@the-frey the-frey marked this pull request as draft September 23, 2022 12:34
@the-frey the-frey changed the title Release candidate for v10 DNM: Maintenance branch - Release candidate for v10 Sep 23, 2022
@the-frey the-frey marked this pull request as ready for review September 23, 2022 14:47
@the-frey the-frey marked this pull request as draft September 23, 2022 14:48
AllowMessages: []string{
sdk.MsgTypeURL(&banktypes.MsgSend{}),
sdk.MsgTypeURL(&stakingtypes.MsgDelegate{}),
sdk.MsgTypeURL(&stakingtypes.MsgUndelegate{}), // this was missed last time

Choose a reason for hiding this comment

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

Suggested change
sdk.MsgTypeURL(&stakingtypes.MsgUndelegate{}), // this was missed last time
sdk.MsgTypeURL(&stakingtypes.MsgUndelegate{}), // this was missed last time
sdk.MsgTypeURL(&ibctransfertypes.MsgTransfer{}),

Would it be possible to allow ICA IBC transfers as well?

For reference, these are the allow messages on the cosmos hub

allow_messages:
- /cosmos.authz.v1beta1.MsgExec
- /cosmos.authz.v1beta1.MsgGrant
- /cosmos.authz.v1beta1.MsgRevoke
- /cosmos.bank.v1beta1.MsgSend
- /cosmos.bank.v1beta1.MsgMultiSend
- /cosmos.distribution.v1beta1.MsgSetWithdrawAddress
- /cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission
- /cosmos.distribution.v1beta1.MsgFundCommunityPool
- /cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward
- /cosmos.feegrant.v1beta1.MsgGrantAllowance
- /cosmos.feegrant.v1beta1.MsgRevokeAllowance
- /cosmos.gov.v1beta1.MsgVoteWeighted
- /cosmos.gov.v1beta1.MsgSubmitProposal
- /cosmos.gov.v1beta1.MsgDeposit
- /cosmos.gov.v1beta1.MsgVote
- /cosmos.staking.v1beta1.MsgEditValidator
- /cosmos.staking.v1beta1.MsgDelegate
- /cosmos.staking.v1beta1.MsgUndelegate
- /cosmos.staking.v1beta1.MsgBeginRedelegate
- /cosmos.staking.v1beta1.MsgCreateValidator
- /cosmos.vesting.v1beta1.MsgCreateVestingAccount
- /ibc.applications.transfer.v1.MsgTransfer
- /tendermint.liquidity.v1beta1.MsgCreatePool
- /tendermint.liquidity.v1beta1.MsgSwapWithinBatch
- /tendermint.liquidity.v1beta1.MsgDepositWithinBatch
- /tendermint.liquidity.v1beta1.MsgWithdrawWithinBatch

Copy link
Collaborator Author

@the-frey the-frey Sep 26, 2022

Choose a reason for hiding this comment

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

Sorry didn't see this - what's the concrete use case for IBC transfers? Ok with adding it, but might have missed this release now unless there's a burning need.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

For ref, IBC transfers have been added - f2f9de4

@the-frey the-frey changed the title DNM: Maintenance branch - Release candidate for v10 DNM: Maintenance branch - Juno v10.0.2 (Juno V10) Sep 29, 2022
@the-frey the-frey closed this Oct 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants