Skip to content

Latest commit

 

History

History
69 lines (46 loc) · 2.45 KB

CHANGELOG.md

File metadata and controls

69 lines (46 loc) · 2.45 KB

Changelog

[Unreleased]

Dependencies

  • #6828 Bump Cosmos SDK to v0.50.9.
  • #6193 Bump cosmossdk.io/store to v1.1.0.
  • #7247 Bump CometBFT to v0.38.12.

API Breaking

  • (apps/callbacks) #7000 Add base application version to contract keeper callbacks.

State Machine Breaking

Improvements

Features

Bug Fixes

v0.2.0+ibc-go-v8.0 - 2023-11-15

Bug Fixes

  • #4568 Include error in event that is emitted when the callback cannot be executed due to a panic or an out of gas error. Packet is only sent if the IBCSendPacketCallback returns nil explicitly.

v0.1.0+ibc-go-v7.3 - 2023-08-31

Features

  • #3939 feat(callbacks): ADR8 implementation.