Skip to content

Commit

Permalink
chore: retract comment (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
aljo242 authored Nov 25, 2024
1 parent b19354f commit a2ddafd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,8 @@ replace (
github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
)

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

0 comments on commit a2ddafd

Please sign in to comment.