Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit a2ddafd

Browse files
author
Alex | Skip
authored
chore: retract comment (#840)
1 parent b19354f commit a2ddafd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

go.mod

+5-3
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,8 @@ replace (
374374
github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
375375
)
376376

377-
retract (
378-
[v2.0.0, v2.1.2]
379-
)
377+
// Connect v2.2.0 contains proto-breaking changes to `MsgRemoveMarkets` that allows for easier removal of markets.
378+
// This change is not compatible with chains that have been running on an older v2 family release of Connect.
379+
// Chains that are currently deployed on a retracted version of Connect v2 should NOT upgrade to v2.2.0+
380+
// and may continue running as they are.
381+
retract [v2.0.0, v2.1.2]

0 commit comments

Comments
 (0)