Skip to content

Commit bf83129

Browse files
committed
feat: update libinjectivetesttube
1 parent b1fba0e commit bf83129

File tree

5 files changed

+33
-33
lines changed

5 files changed

+33
-33
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/injective-test-tube/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ edition = "2021"
44
license = "MIT OR Apache-2.0"
55
name = "injective-test-tube"
66
repository = "https://github.com/InjectiveLabs/test-tube"
7-
version = "1.16.0-beta.3"
7+
version = "1.16.3"
88
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
99

1010
exclude = [ "injective-core", "test_artifacts" ]

packages/injective-test-tube/libinjectivetesttube/go.mod

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,7 @@ require (
5252
cloud.google.com/go/iam v1.2.2 // indirect
5353
cloud.google.com/go/monitoring v1.21.2 // indirect
5454
cloud.google.com/go/storage v1.49.0 // indirect
55-
cosmossdk.io/api v0.7.6 // indirect
56-
cosmossdk.io/client/v2 v2.0.0-beta.3 // indirect
57-
cosmossdk.io/collections v0.4.0 // indirect
58-
cosmossdk.io/core v0.12.1-0.20231114100755-569e3ff6a0d7 // indirect
5955
cosmossdk.io/depinject v1.1.0 // indirect
60-
cosmossdk.io/errors v1.0.1 // indirect
61-
cosmossdk.io/store v1.1.1 // indirect
62-
cosmossdk.io/x/evidence v0.1.1 // indirect
63-
cosmossdk.io/x/feegrant v0.1.1 // indirect
64-
cosmossdk.io/x/tx v0.13.8 // indirect
65-
cosmossdk.io/x/upgrade v0.1.4 // indirect
66-
github.com/CosmWasm/wasmvm/v2 v2.1.5 // indirect
6756
github.com/DataDog/appsec-internal-go v1.5.0 // indirect
6857
github.com/DataDog/datadog-agent/pkg/obfuscate v0.48.0 // indirect
6958
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.48.1 // indirect
@@ -75,14 +64,12 @@ require (
7564
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 // indirect
7665
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1 // indirect
7766
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1 // indirect
78-
github.com/InjectiveLabs/metrics v0.0.10 // indirect
7967
github.com/VictoriaMetrics/fastcache v1.12.2 // indirect
8068
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
8169
github.com/bits-and-blooms/bitset v1.22.0 // indirect
8270
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
8371
github.com/chzyer/readline v1.5.1 // indirect
8472
github.com/cncf/xds/go v0.0.0-20241223141626-cff3c89139a3 // indirect
85-
github.com/cockroachdb/errors v1.11.3 // indirect
8673
github.com/cockroachdb/fifo v0.0.0-20240816210425-c5d0cb0b6fc0 // indirect
8774
github.com/cockroachdb/logtags v0.0.0-20241215232642-bb51bb14a506 // indirect
8875
github.com/cockroachdb/pebble v1.1.4 // indirect
@@ -93,9 +80,6 @@ require (
9380
github.com/consensys/bavard v0.1.30 // indirect
9481
github.com/consensys/gnark-crypto v0.17.0 // indirect
9582
github.com/cosmos/gogogateway v1.2.0 // indirect
96-
github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v8 v8.0.2 // indirect
97-
github.com/cosmos/ibc-apps/modules/ibc-hooks/v8 v8.0.0-20240116210548-bd2492192d72 // indirect
98-
github.com/cosmos/ibc-go/modules/capability v1.0.1 // indirect
9983
github.com/cosmos/ics23/go v0.11.0 // indirect
10084
github.com/crate-crypto/go-eth-kzg v1.3.0 // indirect
10185
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
@@ -131,8 +115,6 @@ require (
131115
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
132116
github.com/hashicorp/go-getter v1.7.5 // indirect
133117
github.com/hashicorp/go-hclog v1.5.0 // indirect
134-
github.com/hashicorp/go-metrics v0.5.3 // indirect
135-
github.com/hashicorp/go-multierror v1.1.1 // indirect
136118
github.com/hashicorp/go-plugin v1.6.0 // indirect
137119
github.com/hashicorp/go-safetemp v1.0.0 // indirect
138120
github.com/hashicorp/go-version v1.7.0 // indirect
@@ -162,15 +144,13 @@ require (
162144
github.com/pion/transport/v2 v2.2.1 // indirect
163145
github.com/pion/transport/v3 v3.0.1 // indirect
164146
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
165-
github.com/prometheus/client_golang v1.21.1 // indirect
166147
github.com/rivo/uniseg v0.4.7 // indirect
167148
github.com/rogpeppe/go-internal v1.14.1 // indirect
168149
github.com/sagikazarmark/locafero v0.4.0 // indirect
169150
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
170151
github.com/secure-systems-lab/go-securesystemslib v0.7.0 // indirect
171152
github.com/shamaton/msgpack/v2 v2.2.0 // indirect
172153
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
173-
github.com/skip-mev/block-sdk/v2 v2.0.0-00010101000000-000000000000 // indirect
174154
github.com/sourcegraph/conc v0.3.0 // indirect
175155
github.com/supranational/blst v0.3.14 // indirect
176156
github.com/tendermint/go-amino v0.16.0 // indirect
@@ -194,33 +174,45 @@ require (
194174
go.uber.org/atomic v1.11.0 // indirect
195175
go.uber.org/multierr v1.11.0 // indirect
196176
golang.org/x/oauth2 v0.25.0 // indirect
197-
golang.org/x/sync v0.13.0 // indirect
198177
golang.org/x/time v0.9.0 // indirect
199178
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
200179
google.golang.org/api v0.220.0 // indirect
201-
google.golang.org/genproto/googleapis/api v0.0.0-20250106144421-5f5ef82da422 // indirect
202180
google.golang.org/genproto/googleapis/rpc v0.0.0-20250127172529-29210b9bc287 // indirect
203-
gopkg.in/DataDog/dd-trace-go.v1 v1.62.0 // indirect
204181
gotest.tools/v3 v3.5.1 // indirect
205182
pgregory.net/rapid v1.1.0 // indirect
206183
rsc.io/tmplfunc v0.0.3 // indirect
207-
sigs.k8s.io/yaml v1.4.0 // indirect
208184
)
209185

210186
require (
187+
cosmossdk.io/api v0.7.6 // indirect
188+
cosmossdk.io/client/v2 v2.0.0-beta.3 // indirect
189+
cosmossdk.io/collections v0.4.0 // indirect
190+
cosmossdk.io/core v0.12.1-0.20231114100755-569e3ff6a0d7 // indirect
191+
cosmossdk.io/errors v1.0.1 // indirect
192+
cosmossdk.io/store v1.1.1 // indirect
193+
cosmossdk.io/x/evidence v0.1.1 // indirect
194+
cosmossdk.io/x/feegrant v0.1.1 // indirect
195+
cosmossdk.io/x/tx v0.13.8 // indirect
196+
cosmossdk.io/x/upgrade v0.1.4 // indirect
211197
filippo.io/edwards25519 v1.1.0 // indirect
212198
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
213199
github.com/99designs/keyring v1.2.2 // indirect
200+
github.com/CosmWasm/wasmvm/v2 v2.1.5 // indirect
214201
github.com/DataDog/datadog-go/v5 v5.3.0 // indirect
202+
github.com/InjectiveLabs/metrics v0.0.10 // indirect
215203
github.com/Microsoft/go-winio v0.6.2 // indirect
216204
github.com/alexcesaro/statsd v2.0.0+incompatible // indirect
217205
github.com/aws/aws-sdk-go v1.44.327 // indirect
218206
github.com/beorn7/perks v1.0.1 // indirect
219207
github.com/bgentry/speakeasy v0.1.1-0.20220910012023-760eaf8b6816 // indirect
220208
github.com/cespare/xxhash/v2 v2.3.0 // indirect
209+
github.com/cockroachdb/errors v1.11.3 // indirect
221210
github.com/cosmos/btcutil v1.0.5 // indirect
222211
github.com/cosmos/cosmos-proto v1.0.0-beta.5 // indirect
223212
github.com/cosmos/iavl v1.2.2 // indirect
213+
github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v8 v8.0.2 // indirect
214+
github.com/cosmos/ibc-apps/modules/ibc-hooks/v8 v8.0.0-20240116210548-bd2492192d72 // indirect
215+
github.com/cosmos/ibc-go/modules/capability v1.0.1 // indirect
224216
github.com/cosmos/ledger-cosmos-go v0.14.0 // indirect
225217
github.com/danieljoos/wincred v1.1.2 // indirect
226218
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
@@ -244,6 +236,8 @@ require (
244236
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
245237
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
246238
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
239+
github.com/hashicorp/go-metrics v0.5.3 // indirect
240+
github.com/hashicorp/go-multierror v1.1.1 // indirect
247241
github.com/hashicorp/golang-lru v1.0.2 // indirect
248242
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
249243
github.com/hdevalence/ed25519consensus v0.1.0 // indirect
@@ -264,23 +258,29 @@ require (
264258
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
265259
github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 // indirect
266260
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
261+
github.com/prometheus/client_golang v1.21.1 // indirect
267262
github.com/prometheus/client_model v0.6.1 // indirect
268263
github.com/prometheus/common v0.62.0 // indirect
269264
github.com/prometheus/procfs v0.15.1 // indirect
270265
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
271266
github.com/rs/zerolog v1.33.0 // indirect
272267
github.com/sasha-s/go-deadlock v0.3.5 // indirect
268+
github.com/skip-mev/block-sdk/v2 v2.0.0-00010101000000-000000000000 // indirect
273269
github.com/spf13/afero v1.12.0 // indirect
274270
github.com/subosito/gotenv v1.6.0 // indirect
275271
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6v0d // indirect
276272
github.com/zondax/hid v0.9.2 // indirect
277273
go.etcd.io/bbolt v1.4.0 // indirect
278274
golang.org/x/net v0.39.0 // indirect
275+
golang.org/x/sync v0.13.0 // indirect
279276
golang.org/x/sys v0.32.0 // indirect
280277
golang.org/x/term v0.31.0 // indirect
281278
golang.org/x/text v0.24.0 // indirect
279+
google.golang.org/genproto/googleapis/api v0.0.0-20250106144421-5f5ef82da422 // indirect
280+
gopkg.in/DataDog/dd-trace-go.v1 v1.62.0 // indirect
282281
gopkg.in/ini.v1 v1.67.0 // indirect
283282
gopkg.in/yaml.v3 v3.0.1 // indirect
283+
sigs.k8s.io/yaml v1.4.0 // indirect
284284
)
285285

286286
replace (
@@ -297,7 +297,7 @@ replace (
297297

298298
github.com/CosmWasm/wasmd => github.com/InjectiveLabs/wasmd v0.53.3-evm-comet1-inj
299299

300-
github.com/InjectiveLabs/injective-core => github.com/InjectiveFoundation/injective-core v1.16.0-beta.3
300+
github.com/InjectiveLabs/injective-core => github.com/InjectiveFoundation/injective-core v1.16.3
301301
github.com/bandprotocol/bandchain-packet => github.com/InjectiveLabs/bandchain-packet v0.0.4-inj-1
302302
github.com/coder/websocket => github.com/InjectiveLabs/websocket v1.8.13
303303

packages/injective-test-tube/libinjectivetesttube/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,8 @@ github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0
252252
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.48.1/go.mod h1:0wEl7vrAD8mehJyohS9HZy+WyEOaQO2mJx86Cvh93kM=
253253
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1 h1:8nn+rsCvTq9axyEh382S0PFLBeaFwNsT43IrPWzctRU=
254254
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1/go.mod h1:viRWSEhtMZqz1rhwmOVKkWl6SwmVowfL9O2YR5gI2PE=
255-
github.com/InjectiveFoundation/injective-core v1.16.0-beta.3 h1:qbtKCAOxROoxMz6+GL6oXDM+nxMedzagqzZ3ZaY9m8w=
256-
github.com/InjectiveFoundation/injective-core v1.16.0-beta.3/go.mod h1:crcXyBcea0FNONjKgoB8uOn/380GSgIG8AuaqpHAnn8=
255+
github.com/InjectiveFoundation/injective-core v1.16.3 h1:2wPgixa9v+0083fgKzj0a6AUFuGDef9NjVWlf71ohew=
256+
github.com/InjectiveFoundation/injective-core v1.16.3/go.mod h1:efxLTquSZZOUyTY2uBBALp4v/IPMMDshE1n5NWxeKAU=
257257
github.com/InjectiveLabs/bandchain-packet v0.0.4-inj-1 h1:ZnvCV/lzjWmBwuGbkAz+okucfJEyEzkU9GYK3tKU9cU=
258258
github.com/InjectiveLabs/bandchain-packet v0.0.4-inj-1/go.mod h1:QELTDYiwnbAqIgTF9zeKr+hVlK6eVyt6Nxmh6/1mmzQ=
259259
github.com/InjectiveLabs/block-sdk/v2 v2.5.1-evm-comet1-inj h1:Xuj3uLi8bwghHC7ydo8BhZBf6wZcM/rt569xIRXGod4=

packages/test-tube/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ edition = "2021"
44
license = "MIT OR Apache-2.0"
55
name = "test-tube-inj"
66
repository = "https://github.com/InjectiveLabs/test-tube"
7-
version = "2.0.7"
7+
version = "2.0.8"
88

99
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1010

1111
[dependencies]
1212
base64 = "0.21.5"
1313
cosmrs = { version = "0.20.0", features = [ "cosmwasm", "rpc" ] }
14-
cosmwasm-std = { version = "2.1.0", features = [ "abort", "cosmwasm_1_2", "cosmwasm_1_3", "cosmwasm_1_4", "cosmwasm_2_0", "iterator", "stargate" ] }
14+
cosmwasm-std = { version = "2.2.2", features = [ "abort", "cosmwasm_1_2", "cosmwasm_1_3", "cosmwasm_1_4", "cosmwasm_2_0", "iterator", "stargate" ] }
1515
prost = "0.13.4"
1616
serde_json = "1.0.85"
1717
thiserror = "1.0.34"

0 commit comments

Comments
 (0)