File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed
Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4949* [ #1312 ] Stableswap: Createpool logic
5050* [ #1230 ] Stableswap CFMM equations
5151* [ #1429 ] solver for multi-asset CFMM
52+ <<<<<<< HEAD
5253* [ #1630 ] ( https://github.com/osmosis-labs/osmosis/pull/1630 ) Delete the v043_temp module, now that we're on an updated SDK version.
54+ =======
55+
56+ ### Bug Fixes
57+ * [ 1700] ( https://github.com/osmosis-labs/osmosis/pull/1700 ) Upgrade sdk fork with missing snapshot manager fix.
58+ >>>>>>> 9165ac2 (chore: upgrade sdk with snapshot manager fix (#1700 ))
5359
5460## [ v9.0.0 - Nitrogen] ( https://github.com/osmosis-labs/osmosis/releases/tag/v9.0.0 )
5561
Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ replace (
272272 // branch: v0.27.0.rc3-osmo, current tag: v0.27.0.rc3-osmo
273273 github.com/CosmWasm/wasmd => github.com/osmosis-labs/wasmd v0.27.0-rc2.0.20220517191021-59051aa18d58
274274 // Our cosmos-sdk branch is: https://github.com/osmosis-labs/cosmos-sdk v0.45.0x-osmo-v7
275- github.com/cosmos/cosmos-sdk => github.com/osmosis-labs/cosmos-sdk v0.45.1-0.20220524162204-830f277f8259
275+ github.com/cosmos/cosmos-sdk => github.com/osmosis-labs/cosmos-sdk v0.45.1-0.20220607221533-51108b6dcab2
276276 // Use Osmosis fast iavl
277277 github.com/cosmos/iavl => github.com/osmosis-labs/iavl v0.17.3-osmo-v7
278278 // use cosmos-compatible protobufs
Original file line number Diff line number Diff line change @@ -1033,8 +1033,8 @@ github.com/ory/dockertest/v3 v3.9.1 h1:v4dkG+dlu76goxMiTT2j8zV7s4oPPEppKT8K8p2f1
10331033github.com/ory/dockertest/v3 v3.9.1 /go.mod h1:42Ir9hmvaAPm0Mgibk6mBPi7SFvTXxEcnztDYOJ//uM =
10341034github.com/osmosis-labs/bech32-ibc v0.3.0-rc1 h1:frHKHEdPfzoK2iMF2GeWKudLLzUXz+6GJcdZ/TMcs2k =
10351035github.com/osmosis-labs/bech32-ibc v0.3.0-rc1 /go.mod h1:X5/FZHMPL+B3ufuVyY2/koxVjd4hIwyTLjYP1DZwppQ =
1036- github.com/osmosis-labs/cosmos-sdk v0.45.1-0.20220524162204-830f277f8259 h1:myaa05LG9MtkqvE9jErU0qWZPENOwc7kiqmFLeG3cTs =
1037- github.com/osmosis-labs/cosmos-sdk v0.45.1-0.20220524162204-830f277f8259 /go.mod h1:pMiEr6WR7drhXAXK1FOdAKPazWCi7b+WOyWOF4O0OXY =
1036+ github.com/osmosis-labs/cosmos-sdk v0.45.1-0.20220607221533-51108b6dcab2 h1:ixv07gC37fLPBZWLyVcQFcif+f+mqUtScI0jNY9zBpU =
1037+ github.com/osmosis-labs/cosmos-sdk v0.45.1-0.20220607221533-51108b6dcab2 /go.mod h1:pMiEr6WR7drhXAXK1FOdAKPazWCi7b+WOyWOF4O0OXY =
10381038github.com/osmosis-labs/iavl v0.17.3-osmo-v7 h1:6KcADC/WhL7yDmNQxUIJt2XmzNt4FfRmq9gRke45w74 =
10391039github.com/osmosis-labs/iavl v0.17.3-osmo-v7 /go.mod h1:lJEOIlsd3sVO0JDyXWIXa9/Ur5FBscP26zJx0KxHjto =
10401040github.com/osmosis-labs/wasmd v0.27.0-rc2.0.20220517191021-59051aa18d58 h1:15l3Iss2oCGCeJRi2g3CuCnqmEjpAr3Le7cDnoN/LS0 =
Original file line number Diff line number Diff line change @@ -265,6 +265,9 @@ func updateBankGenesis(bankGenState *banktypes.GenesisState) {
265265 },
266266 },
267267 })
268+ if len (bankGenState .SupplyOffsets ) == 0 {
269+ bankGenState .SupplyOffsets = []banktypes.GenesisSupplyOffset {}
270+ }
268271}
269272
270273func updateStakeGenesis (stakeGenState * staketypes.GenesisState ) {
You can’t perform that action at this time.
0 commit comments