rollchains / spawn

The best development platform for building custom modular Cosmos-SDK blockchains
Apache License 2.0
97 stars 23 forks source link

fix: test using the same storage key for default modules #225

Closed Reecepbcups closed 1 month ago

Reecepbcups commented 1 month ago

ref: https://github.com/cosmos/cosmos-sdk/issues/21182

Summary

I goofed and shared the same service key (for new modules created) across all modules. using the proper namespaced service key resolve some issues found. Unit test for the nameservice module were run and functioned as expected.