bryanlabs/cosmos-indexer-sdk

Improve custom chain module inclusion dev UX

Closed this issue · 1 comments

The developer UX currently requires including custom module AppModuleBasics and including them in the Indexer type's custom module basics array at runtime. This would require extending the Indexer type before it is loaded at index command runtime. We should improve this by adding extensions to make it easy to load custom chain modules into the Indexer so it can be loaded into the probe codec.

Closed by #122