Skip to content

Commit

Permalink
fix(uniond): remaining wasmvm upgrades (#1947)
Browse files Browse the repository at this point in the history
  • Loading branch information
hussein-aitlahcen authored May 21, 2024
2 parents 6e0d40d + c74bedf commit 10a3fcf
Show file tree
Hide file tree
Showing 55 changed files with 6 additions and 6,061 deletions.
1 change: 1 addition & 0 deletions uniond/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -1154,5 +1154,6 @@ func AllCapabilities() []string {
"cosmwasm_1_2",
"cosmwasm_1_3",
"cosmwasm_1_4",
"cosmwasm_2_0",
}
}
3 changes: 1 addition & 2 deletions uniond/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
cosmossdk.io/x/tx v0.13.3
cosmossdk.io/x/upgrade v0.1.2
github.com/CosmWasm/wasmd v0.51.0
github.com/CosmWasm/wasmvm v1.5.0
github.com/CosmWasm/wasmvm/v2 v2.0.1
github.com/cometbft/cometbft v0.38.6
github.com/cosmos/cosmos-db v1.0.2
github.com/cosmos/cosmos-proto v1.0.0-beta.5
Expand Down Expand Up @@ -49,7 +49,6 @@ require (
filippo.io/edwards25519 v1.0.0 // indirect
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
github.com/99designs/keyring v1.2.2 // indirect
github.com/CosmWasm/wasmvm/v2 v2.0.1 // indirect
github.com/DataDog/datadog-go v3.2.0+incompatible // indirect
github.com/DataDog/zstd v1.5.5 // indirect
github.com/aws/aws-sdk-go v1.44.224 // indirect
Expand Down
2 changes: 0 additions & 2 deletions uniond/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -650,8 +650,6 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/CosmWasm/wasmd v0.51.0 h1:3A2o20RrdF7P1D3Xb+R7A/pHbbHWsYCDXrHLa7S0SC8=
github.com/CosmWasm/wasmd v0.51.0/go.mod h1:7TSaj5HoolghujuVWeExqmcUKgpcYWEySGLSODbnnwY=
github.com/CosmWasm/wasmvm v1.5.0 h1:3hKeT9SfwfLhxTGKH3vXaKFzBz1yuvP8SlfwfQXbQfw=
github.com/CosmWasm/wasmvm v1.5.0/go.mod h1:fXB+m2gyh4v9839zlIXdMZGeLAxqUdYdFQqYsTha2hc=
github.com/CosmWasm/wasmvm/v2 v2.0.1 h1:0YCQ7MKGNri7NFeRp75erPJXrqyCtH4gdc9jMstyMzk=
github.com/CosmWasm/wasmvm/v2 v2.0.1/go.mod h1:su9lg5qLr7adV95eOfzjZWkGiky8WNaNIHDr7Fpu7Ck=
github.com/DataDog/datadog-go v3.2.0+incompatible h1:qSG2N4FghB1He/r2mFrWKCaL7dXCilEuNEeAn20fdD4=
Expand Down
20 changes: 0 additions & 20 deletions uniond/vendor/github.com/CosmWasm/wasmvm/.editorconfig

This file was deleted.

15 changes: 0 additions & 15 deletions uniond/vendor/github.com/CosmWasm/wasmvm/.gitignore

This file was deleted.

10 changes: 0 additions & 10 deletions uniond/vendor/github.com/CosmWasm/wasmvm/.prettierrc.json

This file was deleted.

5 changes: 0 additions & 5 deletions uniond/vendor/github.com/CosmWasm/wasmvm/CHANGELOG.md

This file was deleted.

202 changes: 0 additions & 202 deletions uniond/vendor/github.com/CosmWasm/wasmvm/LICENSE

This file was deleted.

Loading

0 comments on commit 10a3fcf

Please sign in to comment.