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
Cosmos SDK v0.50 has introduces collections library for handling KV stores. It provides more friendly interfaces compared to the old ones (example).
Since x/btcstkconsumer and x/zoneconcierge are not on mainnet yet, we can take the opportunity to leverage collections library for KV stores in the two modules.