Skip to content

Commit

Permalink
retract previous v7 releases with ledger transaction signing bug (#3925)
Browse files Browse the repository at this point in the history
* add retract for versions impacted by transaction signing with ledger bug

* retract specific versions
  • Loading branch information
crodriguezvega authored Jun 22, 2023
1 parent 501156e commit a78c61d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
go 1.19

retract v7.0.0 // contains huckleberry vulnerability
retract (
v7.1.0 // contains ledger transaction signing bug
v7.0.1 // contains ledger transaction signing bug
v7.0.0 // contains huckleberry vulnerability
)

module github.com/cosmos/ibc-go/v7

Expand Down

0 comments on commit a78c61d

Please sign in to comment.