Skip to content

Commit 6a78efd

Browse files
authored
Upgrade cosmwasm to v2.2.2 (#220)
* Upgrade cosmwasm to v2.2.2 * Replace uint128 expected error in contract test * Upgrade coreum/build dependency * Replace deprecated contract messages * Organize cosmwasm-std features * Resolve deprecated thread_rng * Fix unpack error of MsgIssue * Fix contract issuer
1 parent 1d0b7ab commit 6a78efd

File tree

14 files changed

+1898
-824
lines changed

14 files changed

+1898
-824
lines changed

build/go.mod

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ replace (
1818
)
1919

2020
require (
21-
github.com/CoreumFoundation/coreum/build v0.0.0-20250417103402-9a7f9035f445
21+
github.com/CoreumFoundation/coreum/build v0.0.0-20250611112550-0321bdd4a56f
2222
github.com/CoreumFoundation/crust v0.0.0-20250609061659-5bcd4773c685
2323
github.com/CoreumFoundation/crust/znet v0.0.0-20250609061659-5bcd4773c685
2424
github.com/pkg/errors v0.9.1
@@ -51,8 +51,8 @@ require (
5151
github.com/BurntSushi/toml v1.4.0 // indirect
5252
github.com/CoreumFoundation/coreum-tools v0.4.1-0.20241202115740-dbc6962a4d0a // indirect
5353
github.com/CoreumFoundation/coreum/v6 v6.0.0-20250421142245-52bdcb2a0560 // indirect
54-
github.com/CosmWasm/wasmd v0.54.0 // indirect
55-
github.com/CosmWasm/wasmvm/v2 v2.2.2 // indirect
54+
github.com/CosmWasm/wasmd v0.54.1 // indirect
55+
github.com/CosmWasm/wasmvm/v2 v2.2.4 // indirect
5656
github.com/DataDog/datadog-go v4.8.3+incompatible // indirect
5757
github.com/DataDog/zstd v1.5.6 // indirect
5858
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 // indirect
@@ -63,16 +63,15 @@ require (
6363
github.com/beorn7/perks v1.0.1 // indirect
6464
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
6565
github.com/bgentry/speakeasy v0.2.0 // indirect
66-
github.com/bits-and-blooms/bitset v1.13.0 // indirect
66+
github.com/bits-and-blooms/bitset v1.17.0 // indirect
6767
github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
68-
github.com/bytedance/sonic v1.12.3 // indirect
69-
github.com/bytedance/sonic/loader v0.2.0 // indirect
68+
github.com/bytedance/sonic v1.13.2 // indirect
69+
github.com/bytedance/sonic/loader v0.2.4 // indirect
7070
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
7171
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
7272
github.com/cespare/xxhash/v2 v2.3.0 // indirect
7373
github.com/chzyer/readline v1.5.1 // indirect
74-
github.com/cloudwego/base64x v0.1.4 // indirect
75-
github.com/cloudwego/iasm v0.2.0 // indirect
74+
github.com/cloudwego/base64x v0.1.5 // indirect
7675
github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect
7776
github.com/cockroachdb/apd/v3 v3.2.1 // indirect
7877
github.com/cockroachdb/errors v1.11.3 // indirect
@@ -166,7 +165,7 @@ require (
166165
github.com/jmespath/go-jmespath v0.4.0 // indirect
167166
github.com/jmhodges/levigo v1.0.0 // indirect
168167
github.com/klauspost/compress v1.17.11 // indirect
169-
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
168+
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
170169
github.com/kr/pretty v0.3.1 // indirect
171170
github.com/kr/text v0.2.0 // indirect
172171
github.com/lib/pq v1.10.9 // indirect
@@ -222,15 +221,15 @@ require (
222221
go.opentelemetry.io/otel/sdk v1.32.0 // indirect
223222
go.opentelemetry.io/otel/sdk/metric v1.32.0 // indirect
224223
go.opentelemetry.io/otel/trace v1.32.0 // indirect
225-
golang.org/x/arch v0.3.0 // indirect
226-
golang.org/x/crypto v0.35.0 // indirect
227-
golang.org/x/net v0.36.0 // indirect
224+
golang.org/x/arch v0.17.0 // indirect
225+
golang.org/x/crypto v0.36.0 // indirect
226+
golang.org/x/net v0.38.0 // indirect
228227
golang.org/x/oauth2 v0.25.0 // indirect
229-
golang.org/x/sync v0.11.0 // indirect
230-
golang.org/x/sys v0.30.0 // indirect
231-
golang.org/x/term v0.29.0 // indirect
232-
golang.org/x/text v0.22.0 // indirect
233-
golang.org/x/time v0.8.0 // indirect
228+
golang.org/x/sync v0.12.0 // indirect
229+
golang.org/x/sys v0.33.0 // indirect
230+
golang.org/x/term v0.30.0 // indirect
231+
golang.org/x/text v0.23.0 // indirect
232+
golang.org/x/time v0.9.0 // indirect
234233
google.golang.org/api v0.215.0 // indirect
235234
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
236235
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
@@ -240,13 +239,12 @@ require (
240239
gopkg.in/yaml.v2 v2.4.0 // indirect
241240
gopkg.in/yaml.v3 v3.0.1 // indirect
242241
gotest.tools/v3 v3.5.1 // indirect
243-
nhooyr.io/websocket v1.8.11 // indirect
242+
nhooyr.io/websocket v1.8.17 // indirect
244243
pgregory.net/rapid v1.1.0 // indirect
245244
sigs.k8s.io/yaml v1.4.0 // indirect
246245
)
247246

248247
require (
249-
github.com/CoreumFoundation/coreum/v5 v5.0.0-20250526103302-5a3f05b11008 //indirect
250248
github.com/gogo/protobuf v1.3.2 // indirect
251249
github.com/samber/lo v1.49.1
252250
github.com/spf13/pflag v1.0.6 // indirect

build/go.sum

Lines changed: 34 additions & 38 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)