-
Notifications
You must be signed in to change notification settings - Fork 731
Closed
Labels
02-clientchange: api breakingIssues or PRs that break Go API (need to be release in a new major version)Issues or PRs that break Go API (need to be release in a new major version)
Milestone
Description
Part of #1282.
Pre-requisites:
- Add message and rpc handler to recover clients using v1 governance proposals #3672
- Add message and rpc handler to upgrade clients using v1 governance proposals #3673
Overview of changes:
- Mark
ClientUpdateProposalandUpgradeProposalmessages as deprecated with addingoption deprecated = true;. - Remove proposal handlers in app.go.
- Remove call to
NewClientProposalHandlerin app.go. - Remove
ClientUpdateProposalimplementation registration andUpgradeProposalimplementation registration. - Remove
NewUpgradeClientCmdandNewCmdSubmitUpdateClientProposal. - Remove files
modules/core/02-client/keeper/proposal.goandmodules/core/02-client/client/proposal-handler.go. - Remove e2e test
TestClientUpdateProposal_Succeeds. - Update v8 migration docs, if needed.
Metadata
Metadata
Assignees
Labels
02-clientchange: api breakingIssues or PRs that break Go API (need to be release in a new major version)Issues or PRs that break Go API (need to be release in a new major version)