shentu icon indicating copy to clipboard operation
shentu copied to clipboard

Auth V1 to V2 migration bugfix

Open yoongbok-lee opened this issue 2 years ago • 0 comments

Summary of the Bug

This bug is in x/auth where the migration from v1 to v2 is ignored due to the variable mismatch. Since the upgrade is already past and the legacy upgrade handlers will be removed soon, we can fix the migration logic so it can correctly migrate the auth state.

Steps to Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

Environment (please complete the following information)

  • Chain Version: Git commit hash or release version.
  • Golang Version:
  • OS:

Additional Context

Add any other context about the problem here.


For Admin Use

  • [ ] Not duplicate issue
  • [ ] Appropriate labels applied
  • [ ] Appropriate contributors tagged

yoongbok-lee avatar Jul 27 '22 04:07 yoongbok-lee