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

fix(deps): bump dymint v1.2.0-rc06 to fix compact memory issues #364

Merged
merged 1 commit into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/cosmos/cosmos-sdk v0.46.16
github.com/cosmos/ibc-go/v6 v6.2.1
github.com/dymensionxyz/dymension-rdk v1.6.2-rc01
github.com/dymensionxyz/dymint v1.2.0-rc05
github.com/dymensionxyz/dymint v1.2.0-rc06
github.com/ethereum/go-ethereum v1.12.0
github.com/evmos/evmos/v12 v12.1.6
github.com/gorilla/mux v1.8.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -567,8 +567,8 @@ github.com/dymensionxyz/dymension-rdk v1.6.2-rc01 h1:g7ZaKGy9tiVsLx9C0aoJTSP38Mn
github.com/dymensionxyz/dymension-rdk v1.6.2-rc01/go.mod h1:6e1eaeqHhuCyM4N02aweyZ8Ne++lUN+OMGWT/mi3AA8=
github.com/dymensionxyz/dymension/v3 v3.1.0-rc03.0.20240411195658-f7cd96f53b56 h1:cmpJYdRviuUfmlJdHrcAND8Jd6JIY4rp63bWAQzPr54=
github.com/dymensionxyz/dymension/v3 v3.1.0-rc03.0.20240411195658-f7cd96f53b56/go.mod h1:3Pfrr8j/BR9ztNKztGfC5PqDiO6CcrzMLCJtFtPEVW4=
github.com/dymensionxyz/dymint v1.2.0-rc05 h1:Y+BqYRb+uTdbpIZsp3/LDpcVqgvBYRvgzK94xxzyoPw=
github.com/dymensionxyz/dymint v1.2.0-rc05/go.mod h1:6+KrbrWm/mWnXcYWk59BSjfQQ7nseMaZ/nqPVT82Teg=
github.com/dymensionxyz/dymint v1.2.0-rc06 h1:FkJ254pN42wuDhlIDRB2U/AoC2Jqv0CgATj/hmcXx/A=
github.com/dymensionxyz/dymint v1.2.0-rc06/go.mod h1:6+KrbrWm/mWnXcYWk59BSjfQQ7nseMaZ/nqPVT82Teg=
github.com/dymensionxyz/evmos/v12 v12.1.6-dymension-v0.4.2 h1:aVP3off7u2vsvRH7lHAUPTLdf9/AfnzC/rvvi0wC/co=
github.com/dymensionxyz/evmos/v12 v12.1.6-dymension-v0.4.2/go.mod h1:CI6D89pkoiIm4BjoMFNnEaCLdKBEobLuwvhS0c1zh7Y=
github.com/dymensionxyz/gerr-cosmos v1.0.0 h1:oi91rgOkpJWr41oX9JOyjvvBnhGY54tj513x8VlDAEc=
Expand Down
Loading