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
This pull request includes minor updates related to versioning, code
cleanup, and the stargate whitelist configuration. The main changes
involve updating the upgrade version, removing commented-out code and
unused imports, and cleaning up the initialization of the stargate
whitelist.
Versioning update:
* Changed the upgrade name constant from `"v20"` to `"v21"` in
`app/upgrades.go` to reflect the new upgrade version.
Code cleanup:
* Removed commented-out import statements for unused IBC transfer types
in `wasmbindings/stargate_whitelist.go`.
* Removed commented-out code and a TODO related to IBC queries from the
initialization of the stargate whitelist in
`wasmbindings/stargate_whitelist.go`.
* Removed an outdated TODO comment about replacing IBC hooks with
callbacks in `app/app.go`.
0 commit comments