chore: upgrade wasmd to v0.27.0.rc3-osmo and ibc-go to v3 (#1527) (#1535)
Closes: #XXX ## What is the purpose of the change Context: #1527 This change is a trivial rework / code cleanup without any test coverage. ## Documentation and Release Note - Does this pull request introduce a new feature or user-facing behavior changes? no - Is a relevant changelog entry added to the `Unreleased` section in `CHANGELOG.md`? yes - How is the feature or change documented? not applicable
Showing
+101 -96
... | ... | @@ -7,14 +7,14 @@ require ( |
github.com/cosmos/cosmos-sdk v0.45.4 | ||
github.com/cosmos/go-bip39 v1.0.0 | ||
github.com/cosmos/iavl v0.17.3 | ||
github.com/cosmos/ibc-go/v2 v2.0.3 | ||
github.com/cosmos/ibc-go/v3 v3.0.0 | ||
github.com/gogo/protobuf v1.3.3 | ||
github.com/golang/protobuf v1.5.2 | ||
github.com/golangci/golangci-lint v1.46.2 | ||
github.com/gorilla/mux v1.8.0 | ||
github.com/grpc-ecosystem/grpc-gateway v1.16.0 | ||
github.com/ory/dockertest/v3 v3.8.1 | ||
github.com/osmosis-labs/bech32-ibc v0.2.0-rc2 | ||
github.com/osmosis-labs/bech32-ibc v0.3.0-rc1 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/rakyll/statik v0.1.7 | ||
github.com/regen-network/cosmos-proto v0.3.1 | ||
... | ... | @@ -41,7 +41,7 @@ require ( |
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect | ||
github.com/BurntSushi/toml v1.1.0 // indirect | ||
github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d // indirect | ||
github.com/CosmWasm/wasmvm v1.0.0-beta7 | ||
github.com/CosmWasm/wasmvm v1.0.0 | ||
github.com/DataDog/zstd v1.4.5 // indirect | ||
github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 // indirect | ||
github.com/GaijinEntertainment/go-exhaustruct/v2 v2.1.0 // indirect | ||
... | ... | @@ -69,7 +69,7 @@ require ( |
github.com/charithe/durationcheck v0.0.9 // indirect | ||
github.com/chavacava/garif v0.0.0-20220316182200-5cad0b5181d4 // indirect | ||
github.com/coinbase/rosetta-sdk-go v0.7.0 // indirect | ||
github.com/confio/ics23/go v0.6.6 // indirect | ||
github.com/confio/ics23/go v0.7.0 // indirect | ||
github.com/containerd/continuity v0.2.1 // indirect | ||
github.com/cosmos/btcutil v1.0.4 // indirect | ||
github.com/cosmos/gorocksdb v1.2.0 // indirect | ||
... | ... | @@ -97,7 +97,6 @@ require ( |
github.com/firefart/nonamedreturns v1.0.1 // indirect | ||
github.com/fsnotify/fsnotify v1.5.4 // indirect | ||
github.com/fzipp/gocyclo v0.5.1 // indirect | ||
github.com/gin-gonic/gin v1.7.0 // indirect | ||
github.com/go-critic/go-critic v0.6.3 // indirect | ||
github.com/go-kit/kit v0.12.0 // indirect | ||
github.com/go-kit/log v0.2.0 // indirect | ||
... | ... | @@ -181,7 +180,7 @@ require ( |
github.com/minio/highwayhash v1.0.2 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect | ||
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect | ||
github.com/moricho/tparallel v0.2.1 // indirect | ||
github.com/mtibben/percent v0.2.1 // indirect | ||
github.com/nakabonne/nestif v0.3.1 // indirect | ||
... | ... | @@ -270,14 +269,12 @@ require ( |
) | ||
replace ( | ||
// branch: v0.24.0-osmo, current tag: v0.24.0-osmo-rc0 | ||
github.com/CosmWasm/wasmd => github.com/osmosis-labs/wasmd v0.24.0-osmo-rc0 | ||
// 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 | ||
// Our cosmos-sdk branch is: https://github.com/osmosis-labs/cosmos-sdk v0.45.0x-osmo-v7 | ||
github.com/cosmos/cosmos-sdk => github.com/osmosis-labs/cosmos-sdk v0.45.1-0.20220412153824-b375ea016dae | ||
github.com/cosmos/cosmos-sdk => github.com/osmosis-labs/cosmos-sdk v0.45.1-0.20220517190359-30ebc413ddff | ||
// Use Osmosis fast iavl | ||
github.com/cosmos/iavl => github.com/osmosis-labs/iavl v0.17.3-osmo-v5 | ||
// Use osmosis fork of ibc-go | ||
github.com/cosmos/ibc-go/v2 => github.com/osmosis-labs/ibc-go/v2 v2.0.2-osmo | ||
github.com/cosmos/iavl => github.com/osmosis-labs/iavl v0.17.3-osmo-v7 | ||
// use cosmos-compatible protobufs | ||
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1 | ||
// use grpc compatible with cosmos protobufs | ||
... | ... |
This diff is collapsed.
simapp/params.json
0 → 100644
Please register or sign in to comment