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

🔧 Dependency injection (and optionally AutoCLI) #444

Open
hacheigriega opened this issue Dec 13, 2024 · 0 comments
Open

🔧 Dependency injection (and optionally AutoCLI) #444

hacheigriega opened this issue Dec 13, 2024 · 0 comments
Labels
type: chore 🔧 No production code change

Comments

@hacheigriega
Copy link
Member

hacheigriega commented Dec 13, 2024

🔧 Chore

Implement the new dependency injection and app wiring framework as described in the ADR-57. The branch hy/depinj contains the work in progress that is currently blocked by the lack of support for dependency injection by the wasm module.

Issue #395 is related here since dependency injection should remove the need to call NewApp twice, which I believe is the reason why we have two instances of CosmWasm VM running.

Once dependency injection is implemented, we can consider adding AutoCLI support, though I don't see much value it could add to our repo.

@hacheigriega hacheigriega added the type: chore 🔧 No production code change label Dec 13, 2024
@hacheigriega hacheigriega changed the title 🔧 Dependency injection 🔧 Dependency injection (and optionally AutoCLI) Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: chore 🔧 No production code change
Projects
None yet
Development

No branches or pull requests

1 participant