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
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.
The text was updated successfully, but these errors were encountered:
🔧 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.
The text was updated successfully, but these errors were encountered: