* add query to query.proto
* add ContractsByCreatorPrefix in keys.go
* add ContractCreatorThirdIndex to keeper.go
* add querier
* cli
* fix test
* linting
* add key test
* no need to change creator when migrate
* add query test
* minor
* add migrate logic
* add more test
* register migration
* minor
* Update x/wasm/client/cli/query.go
Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>
* nits
* remove IterateAllContract
* Update x/wasm/keeper/genesis_test.go
Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>
* nit
* nit: func name
* change key
* improve TestIteratorContractByCreator
* fix test
* use IterateContractInfo in migrate2to3
* minor
* move key
* improve test case
* add pagReq in ContractsByCreator query
* ordering query
* add migrate test
* Make ContractsByCreator plural; formatting and minor updates
* Comment why AbsoluteTxPositionLen makes sense
* Migrate 1 to 2
* Set module version
Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>
Co-authored-by: khanh-notional <50263489+catShaark@users.noreply.github.com>