-
Notifications
You must be signed in to change notification settings - Fork 620
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
Remove legacy governance v1beta1 proposal handlers #3674
Labels
02-client
change: api breaking
Issues or PRs that break Go API (need to be release in a new major version)
Milestone
Comments
crodriguezvega
added
needs discussion
Issues that need discussion before they can be worked on
02-client
change: api breaking
Issues or PRs that break Go API (need to be release in a new major version)
labels
May 28, 2023
We should migrate the proposals to messages first right? Maybe we can add those issues as pre reqs? |
8 tasks
@womensrights verified that relayers are not using the CLI commands so we can remove them. |
crodriguezvega
removed
the
needs discussion
Issues that need discussion before they can be worked on
label
Jul 17, 2023
What's the benefit of marking protos as deprecated as opposed to removing entirely? I don't think we have an rpc for submitting the legacy proposal? |
This was referenced Sep 5, 2023
mmsqe
added a commit
to yihuang/cronos
that referenced
this issue
Apr 12, 2024
for more info, cosmos/ibc-go#3674
yihuang
added a commit
to yihuang/cronos
that referenced
this issue
Apr 15, 2024
Solution: - update ethermint and dependencies - fix sdk 50 integration Co-authored-by: mmsqe <[email protected]> Signed-off-by: yihuang <[email protected]> recover client for more info, cosmos/ibc-go#3674 fix ibc for more info, https://ibc.cosmos.network/main/migrations/v7-to-v8#params-migration
yihuang
added a commit
to yihuang/cronos
that referenced
this issue
Apr 15, 2024
Solution: - update ethermint and dependencies - fix sdk 50 integration Co-authored-by: mmsqe <[email protected]> Signed-off-by: yihuang <[email protected]> recover client for more info, cosmos/ibc-go#3674 fix ibc for more info, https://ibc.cosmos.network/main/migrations/v7-to-v8#params-migration
yihuang
added a commit
to yihuang/cronos
that referenced
this issue
Apr 15, 2024
Solution: - update ethermint and dependencies - fix sdk 50 integration Co-authored-by: mmsqe <[email protected]> Signed-off-by: yihuang <[email protected]> recover client for more info, cosmos/ibc-go#3674 fix ibc for more info, https://ibc.cosmos.network/main/migrations/v7-to-v8#params-migration update deps fix app hash mismatch cleanup send_enable test
github-merge-queue bot
pushed a commit
to crypto-org-chain/cronos
that referenced
this issue
Apr 15, 2024
Solution: - update ethermint and dependencies - fix sdk 50 integration Co-authored-by: mmsqe <[email protected]> Signed-off-by: yihuang <[email protected]> recover client for more info, cosmos/ibc-go#3674 fix ibc for more info, https://ibc.cosmos.network/main/migrations/v7-to-v8#params-migration update deps fix app hash mismatch cleanup send_enable test
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
02-client
change: api breaking
Issues or PRs that break Go API (need to be release in a new major version)
Part of #1282.
Pre-requisites:
Overview of changes:
ClientUpdateProposal
andUpgradeProposal
messages as deprecated with addingoption deprecated = true;
.NewClientProposalHandler
in app.go.ClientUpdateProposal
implementation registration andUpgradeProposal
implementation registration.NewUpgradeClientCmd
andNewCmdSubmitUpdateClientProposal
.modules/core/02-client/keeper/proposal.go
andmodules/core/02-client/client/proposal-handler.go
.TestClientUpdateProposal_Succeeds
.The text was updated successfully, but these errors were encountered: