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

Upgrade SDK with "Flush commit metadata even when punning fails" #901

Closed
wants to merge 1 commit into from
Closed
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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ require (
require github.com/dgraph-io/badger/v2 v2.2007.3 // indirect

replace (
// Our cosmos-sdk branch is: https://github.com/osmosis-labs/cosmos-sdk branch: roman/v0.44.3x-osmo-v5-ram-opt, tag: v0.44.3x-osmo-v5-ram.rc0
github.com/cosmos/cosmos-sdk => github.com/osmosis-labs/cosmos-sdk v0.43.0-rc3.0.20220218160317-0895f58ac5dc
// Our cosmos-sdk branch is: https://github.com/osmosis-labs/cosmos-sdk branch: roman/v0.44.3x-osmo-v5-hash-bug, tag: v0.44.3x-osmo-v5-hash-bug
github.com/cosmos/cosmos-sdk => github.com/osmosis-labs/cosmos-sdk v0.43.0-rc3.0.20220219020534-7ec05684856b
github.com/cosmos/iavl => github.com/osmosis-labs/iavl v0.17.3-osmo-v2.rc4
// Use osmosis-flavored IBCv2
github.com/cosmos/ibc-go/v2 => github.com/osmosis-labs/ibc-go/v2 v2.0.2-osmo
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,8 @@ github.com/osmosis-labs/cosmos-sdk v0.43.0-rc3.0.20220214220252-d69df1dbc317 h1:
github.com/osmosis-labs/cosmos-sdk v0.43.0-rc3.0.20220214220252-d69df1dbc317/go.mod h1:XIvt5YKBsdq6wM84ixUlMkswPAgRFe+EA2PySK+8PzA=
github.com/osmosis-labs/cosmos-sdk v0.43.0-rc3.0.20220218160317-0895f58ac5dc h1:J+DbcTUrNqri0fWZIr+dxcdvdm1Sfuj01XE3F+WKxEU=
github.com/osmosis-labs/cosmos-sdk v0.43.0-rc3.0.20220218160317-0895f58ac5dc/go.mod h1:nuuWERUYTPCrSq8A8/Zfrc4pJ+hbuJCjcfkM8YPXUfM=
github.com/osmosis-labs/cosmos-sdk v0.43.0-rc3.0.20220219020534-7ec05684856b h1:2VW/5ZcA4gCO5k9C2562H6S9PK7At3tGaXuC4cvk0Cc=
github.com/osmosis-labs/cosmos-sdk v0.43.0-rc3.0.20220219020534-7ec05684856b/go.mod h1:nuuWERUYTPCrSq8A8/Zfrc4pJ+hbuJCjcfkM8YPXUfM=
github.com/osmosis-labs/iavl v0.17.3-osmo-v1 h1:orHUut98Miu2+bsFiNZJ29B3ogrbiBbQpti94L2w3Z4=
github.com/osmosis-labs/iavl v0.17.3-osmo-v1/go.mod h1:lJEOIlsd3sVO0JDyXWIXa9/Ur5FBscP26zJx0KxHjto=
github.com/osmosis-labs/iavl v0.17.3-osmo-v2.rc4 h1:3M1NWj1C8Sg0OpIMJiiN2uuxU1ImyL8Nh0ykm1t81e4=
Expand Down