CosmWasm/cosmwasm-go

storage: Iterator codegen

Closed this issue · 2 comments

The codegen misses the type safe iterator codegen.

We should do it after we tackle: #118

I think primary key type-safe iterator is a good first step and used in many places.
The secondary keys/indexes (#118) can come later.

That is how we built cw-plus as well... it was several months of using primary key iterator before we started implementing secondary indexes or more complex structures.

Gone to archway repo