Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release/v3.4.x: bump to SDK v0.45.10 #2589

Merged
merged 9 commits into from
Nov 3, 2022
Merged
Show file tree
Hide file tree
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
review comments
  • Loading branch information
Carlos Rodriguez committed Oct 30, 2022
commit a1655a5a73b382964717d131b5a2512f10c44970
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ Ref: https://keepachangelog.com/en/1.0.0/

### Dependencies

* [\#2589](https://github.com/cosmos/ibc-go/pull/2589) Bump SDK version to v0.45.10 and Tendermint to v0.34.22.

### API Breaking

### State Machine Breaking
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
go 1.18

retract [v3.0.0, v3.3.0] //uses cosmos-sdk versions that aren't patched for dragonberry

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

retract [v3.0.0, v3.3.0] // depends on SDK version without dragonberry fix

require (
github.com/armon/go-metrics v0.4.0
github.com/confio/ics23/go v0.7.0
Expand Down