v2.0.0-rc1
Pre-release
Pre-release
[v2.0.0-rc1] - 2022-06-15
Chore
- go mod tidy
- update golang-ci config (#102)
- app: ignore unused param in simulation call
- credential: comment non-working test, will be fixed late
- go.mod: require go 1.18
Docs
- fix mkdocs installation instruction
- add validator documentation (#87)
Feat
- add Interchain Account host module (#108)
- prepare v2 release series
- add query for credential definition listing (#138)
- implement custom inflation (#104)
- add credential support (#94)
- docs: add ADR for ibc-enabled dids (#88)
- docs: initial draft of adr-004-light-client-resolver (#86)
- mint: in-place store migrations (#147)
Fix
- update some settings for the simulation
- Makefile: run 4 jobs, 50 blocks for test-sim-after-import target
- app: add missing x/credential begin/end block, initgenesis
- app: ignore "no validator commission" errors
- app: parse validator key with library func
- app: register credential storekey and reinstate CLI test for credentials
- did: don't abort simulation on verification method call failure
Test
- increase test coverage for model critical section (>80%)
- increase test coverage (toward 80%)
- increase test coverage for critical sections (#120)