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
v39 marker export should be importable into v40. Currently the access list is not migrated see x/marker/legacy/v040/migrate.go#35 for details.
Problem Definition
Exports from a v39 chain should be importable into a v40 chain. Ensure that the access list is correctly transformed into a v40 genesis format including the accesslist. Check process with unit test coverage.
Note: testing should determine if markers that are imported using the account list in the auth module are correctly imported as well or if further work is required to move these accounts over. Verify the export from a v39 testchain imports into a v40 using the migration process.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Summary
v39 marker export should be importable into v40. Currently the access list is not migrated see
x/marker/legacy/v040/migrate.go#35
for details.Problem Definition
Exports from a v39 chain should be importable into a v40 chain. Ensure that the access list is correctly transformed into a v40 genesis format including the accesslist. Check process with unit test coverage.
Note: testing should determine if markers that are imported using the account list in the auth module are correctly imported as well or if further work is required to move these accounts over. Verify the export from a v39 testchain imports into a v40 using the migration process.
For Admin Use
The text was updated successfully, but these errors were encountered: