chore: upgrade wasmd to v0.28.0 (backport #2714) (#2744)
* chore: upgrade wasmd to v0.28.0 (#2714) * chore: upgrade wasmd to v0.28.0 * changelog * fix simulator * update dependency * simulator time hack * update simulator * remove curTime * update tag * update comments * updates * update wasmd dep (cherry picked from commit b1c92ae4 ) * updates Co-authored-by:Roman <roman@osmosis.team> Co-authored-by:
Roman <ackhtariev@gmail.com>
Showing
+12 -8
... | ... | @@ -3,7 +3,7 @@ module github.com/osmosis-labs/osmosis/v12 |
go 1.18 | ||
require ( | ||
github.com/CosmWasm/wasmd v0.27.0 | ||
github.com/CosmWasm/wasmd v0.28.0-osmo-v12 | ||
github.com/cosmos/cosmos-proto v1.0.0-alpha7 | ||
github.com/cosmos/cosmos-sdk v0.46.1 | ||
github.com/cosmos/go-bip39 v1.0.0 | ||
... | ... | @@ -291,8 +291,8 @@ require ( |
) | ||
replace ( | ||
// branch: v0.27.0.rc3-osmo, current tag: v0.27.0.rc3-osmo | ||
github.com/CosmWasm/wasmd => github.com/osmosis-labs/wasmd v0.27.0-rc2.0.20220517191021-59051aa18d58 | ||
// branch: v0.28.0x-osmo-v12, current tag: v0.28.0-osmo-v12.1 | ||
github.com/CosmWasm/wasmd => github.com/osmosis-labs/wasmd v0.28.0-osmo-v12.1 | ||
// Our cosmos-sdk branch is: https://github.com/osmosis-labs/cosmos-sdk/tree/v0.45.0x-osmo-v12, Tag: https://github.com/osmosis-labs/cosmos-sdk/releases/tag/v0.45.0-osmo-v12 | ||
github.com/cosmos/cosmos-sdk => github.com/osmosis-labs/cosmos-sdk v0.45.0-osmo-v12 | ||
// Use Osmosis fast iavl | ||
... | ... |
Please register or sign in to comment