v0.3.2
emidev98
released this
14 Sep 09:45
·
41 commits
to release/v0.3.x
since this release
What's Changed
- fix: upgrade v0.3.0 by @emidev98 in #256
- fix: delete validator 0.3.x by @emidev98 in #250
- Merge 'main' into 'release/v0.2.x' by @emidev98 in #217
- feat: buf by @emidev98 in #236
- Params store upgrade by @javiersuweijie in #245
Full Changelog: v0.2.3...v0.3.1
Upgrade Notes
Refer to this sample PR: https://github.com/terra-money/core/pull/171/files
Important: This line in app.go
under initParamsKeeper
needs to be added for the migration to not fail
paramsKeeper.Subspace(alliancetypes.ModuleName).WithKeyTable(alliancetypes.ParamKeyTable())