Skip to content

v1.0.0-rc0

Pre-release
Pre-release
Compare
Choose a tag to compare
@colin-axner colin-axner released this 07 Jul 13:34
· 6 commits to release/v1.0.x since this release
9982478

This release uses SDK v0.43.0-rc0

Please read the migration doc which provides information on updating from the v0.40.x - v0.42.x SDK releases

Bug Fixes

  • (07-tendermint) #241 Ensure tendermint client state latest height revision number matches chain id revision number.
  • (07-tendermint) #234 Use sentinel value for the consensus state root set during a client upgrade. This prevents genesis validation from failing.
  • (modules) #223 Use correct Prometheus format for metric labels.

API Breaking

  • (04-channel) #220 Channel legacy handler functions were removed. Please use the MsgServer functions or directly call the channel keeper's handshake function.

Improvements

  • (04-channel) #220 Channel handshake events are now emitted with the channel keeper.