You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An e2e test should be added for verifying upgrade migrations run successfully for ICS27 channel capabilities.
This includes both the manual upgrade handler and automatic migration code path run via consensus version bump.
The goal of the test should be to successfully migrate ownership of the ICS27 channel capability from intertx to the controller submodule, and ensure the channel continues to operate without issues.
The high level flow of the e2e should be as follows:
Create an ICS27 channel using an existing auth module. E.g. intertx
Verify SendTx behaves as expected
Create software upgrade proposal
Execute proposal and upgrade to new chain binary
Migrations are run via upgrade handler and automatic migrations via consensus version increment.
Verify SendTx behaves as expected
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged/assigned
The text was updated successfully, but these errors were encountered:
Summary
An e2e test should be added for verifying upgrade migrations run successfully for ICS27 channel capabilities.
This includes both the manual upgrade handler and automatic migration code path run via consensus version bump.
The goal of the test should be to successfully migrate ownership of the ICS27 channel capability from
intertx
to thecontroller
submodule, and ensure the channel continues to operate without issues.The high level flow of the e2e should be as follows:
intertx
For Admin Use
The text was updated successfully, but these errors were encountered: