Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: update retractions doc
  • Loading branch information
damiannolan committed Jul 24, 2024
commit 69594d308b71cf6c8988b0c74f0376d970fe4877
5 changes: 3 additions & 2 deletions modules/light-clients/08-wasm/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ module github.com/cosmos/ibc-go/modules/light-clients/08-wasm
go 1.21

retract (
// explicitly break api for client contracts
// Note the following releases are retracted and require a migration for deployed 08-wasm client contracts.
// 08-wasm client contracts deployed using the following releases MUST migrate in conjunction with the upgrade from the listed releases.
// For more information please refer to the 08-wasm migrations documentation: https://ibc.cosmos.network/main/ibc/light-clients/wasm/migrations/
v0.3.1-0.20240717085919-bb71eef0f3bf
// use MerklePath type with []string for KeyPath in contract API messages
v0.2.1-0.20240523101951-4b45d1822fb6
v0.1.2-0.20240412103620-7ee2a2452b79
v0.1.1-0.20231213092650-57fcdb9a9a9d
Expand Down