cosmos-sdk/runtime
Emmanuel T Odeke 3aff993fcb
fix: runtime: fix (*App).RegisterMoodules inconsistency in checking/memoizing appModule (#14128)
Fixes an inconsistency in checking for duplicates in ModuleManager's
Modules[name] then also basicManager[name] in which memoization could
happen for .Module[name] but fail after a duplicate check in
basicManager[name]. This change instead only memoizes the AppModule
after the duplicate checks have all cleared.

Fixes #14006
2022-12-01 17:18:58 -05:00
..
services refactor!: migrate to core appmodule.AppModule extension interfaces (#13794) 2022-11-14 21:23:55 +00:00
app.go fix: runtime: fix (*App).RegisterMoodules inconsistency in checking/memoizing appModule (#14128) 2022-12-01 17:18:58 -05:00
builder.go feat: add x/group app wiring integration tests (#12243) 2022-06-15 05:31:27 +00:00
module.go refactor!: migrate to core appmodule.AppModule extension interfaces (#13794) 2022-11-14 21:23:55 +00:00
services.go feat!: integrate autocli and reflection services with simapp legacy (#13746) 2022-11-08 12:32:49 +00:00
types.go feat!: specify module to export (#13437) 2022-10-04 10:06:30 +00:00