Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to cosmos-sdk appmodule.Environment in ibc #7712

Open
1 of 10 tasks
damiannolan opened this issue Dec 17, 2024 · 0 comments
Open
1 of 10 tasks

Migrate to cosmos-sdk appmodule.Environment in ibc #7712

damiannolan opened this issue Dec 17, 2024 · 0 comments
Assignees
Labels
type: code hygiene Clean up code but without changing functionality or interfaces type: refactor Architecture, code or CI improvements that may or may not tackle technical debt.
Milestone

Comments

@damiannolan
Copy link
Contributor

Summary

Follow up issue from Olympus upgrade (#7223)

With upgrading to cosmos-sdk v0.52 we will leverage the service based Environment architecture where possible, rather than relying on the legacy sdk.Context approach.

This refactor was already started with icacontroller in order to get the bulk of the Olympus upgrade merged to main. This issue serves to track the remainder of modules and submodules as we migrate to appmodule.Environment.

  • icacontroller
  • icahost
  • fee middleware
  • transfer
  • core
  • lightclients (solomachine, tendermint, localhost, wasm)

For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged/assigned
  • Estimate provided
@damiannolan damiannolan added type: code hygiene Clean up code but without changing functionality or interfaces type: refactor Architecture, code or CI improvements that may or may not tackle technical debt. labels Dec 17, 2024
@damiannolan damiannolan added this to the v10.0.0 milestone Dec 17, 2024
@damiannolan damiannolan self-assigned this Dec 17, 2024
@damiannolan damiannolan moved this from Backlog to In progress in IBC-GO Eureka Dec 17, 2024
@gjermundgaraba gjermundgaraba self-assigned this Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: code hygiene Clean up code but without changing functionality or interfaces type: refactor Architecture, code or CI improvements that may or may not tackle technical debt.
Projects
Status: In progress
Development

No branches or pull requests

2 participants