Skip to content

Commit

Permalink
upgrade SDK with the fix for flushing commit info on prunning failure
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn committed Feb 19, 2022
1 parent 8cdbe04 commit d42cb06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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

0 comments on commit d42cb06

Please sign in to comment.