Skip to content

v0.19.2

Compare
Choose a tag to compare
@ilgooz ilgooz released this 19 Jan 11:15
· 512 commits to master since this release
5292fa1

v0.19.2

Fixes

  • Fixed race condition during faucet transfer
  • Fixed account sequence mismatch issue on faucet and relayer
  • Fixed templates for IBC code scaffolding

Features

  • Upgraded blockchain templates to use IBC v2.0.2

Breaking Changes

  • Deprecated the Starport Modules tendermint/spm repo and moved the contents to the Starport repo starport/pkg/ in PR 1971. Updates are required if your chain uses these packages:

    • spm/ibckeeper is now pkg/cosmosibckeeper
    • spm/cosmoscmd is now pkg/cosmoscmd
    • spm/openapiconsole is now pkg/openapiconsole
  • Updated the faucet HTTP API schema. See API changes in fix: improve faucet reliability #1974