Skip to content

Commit f296a50

Browse files
authored
chore: prepare systemtests release (#22658)
1 parent 48f2b36 commit f296a50

File tree

5 files changed

+44
-263
lines changed

5 files changed

+44
-263
lines changed

systemtests/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ Ref: https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.j
3636

3737
## [Unreleased]
3838

39+
## [v1.0.0-rc.1] - 2024-11-26
40+
3941
### Features
4042

4143
* [#22578](https://github.com/cosmos/cosmos-sdk/pull/22578) Extract system test framework

systemtests/go.mod

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,16 @@ module cosmossdk.io/systemtests
22

33
go 1.23
44

5-
require (
6-
github.com/cosmos/cosmos-proto v1.0.0-beta.5 // indirect
7-
github.com/cosmos/cosmos-sdk v0.50.6
8-
github.com/cosmos/gogogateway v1.2.0 // indirect
9-
github.com/cosmos/gogoproto v1.7.0 // indirect
10-
github.com/cosmos/iavl v1.1.4 // indirect
11-
github.com/dvsekhvalnov/jose2go v1.6.0 // indirect
12-
github.com/golang/protobuf v1.5.4 // indirect
13-
github.com/gorilla/mux v1.8.0 // indirect
14-
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
15-
github.com/pkg/errors v0.9.1 // indirect
16-
github.com/prometheus/client_golang v1.20.5 // indirect
17-
github.com/spf13/cast v1.7.0 // indirect
18-
github.com/spf13/cobra v1.8.1 // indirect
19-
github.com/spf13/pflag v1.0.5 // indirect
20-
github.com/stretchr/testify v1.9.0
21-
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
22-
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
23-
google.golang.org/grpc v1.68.0
24-
)
25-
265
require (
276
cosmossdk.io/math v1.4.0
287
github.com/cometbft/cometbft v0.38.15
298
github.com/cometbft/cometbft/api v1.0.0-rc.1
9+
github.com/cosmos/cosmos-sdk v0.50.6
3010
github.com/creachadair/tomledit v0.0.26
11+
github.com/stretchr/testify v1.9.0
3112
github.com/tidwall/gjson v1.14.2
3213
github.com/tidwall/sjson v1.2.5
14+
google.golang.org/grpc v1.68.0
3315
)
3416

3517
require (
@@ -63,7 +45,11 @@ require (
6345
github.com/cometbft/cometbft-db v0.14.1 // indirect
6446
github.com/cosmos/btcutil v1.0.5 // indirect
6547
github.com/cosmos/cosmos-db v1.0.3-0.20240829004618-717cba019b33 // indirect
48+
github.com/cosmos/cosmos-proto v1.0.0-beta.5 // indirect
6649
github.com/cosmos/go-bip39 v1.0.0 // indirect
50+
github.com/cosmos/gogogateway v1.2.0 // indirect
51+
github.com/cosmos/gogoproto v1.7.0 // indirect
52+
github.com/cosmos/iavl v1.1.4 // indirect
6753
github.com/cosmos/ics23/go v0.11.0 // indirect
6854
github.com/cosmos/ledger-cosmos-go v0.13.3 // indirect
6955
github.com/danieljoos/wincred v1.1.2 // indirect
@@ -73,6 +59,7 @@ require (
7359
github.com/dgraph-io/badger/v4 v4.2.0 // indirect
7460
github.com/dgraph-io/ristretto v0.1.1 // indirect
7561
github.com/dustin/go-humanize v1.0.1 // indirect
62+
github.com/dvsekhvalnov/jose2go v1.6.0 // indirect
7663
github.com/emicklei/dot v1.6.2 // indirect
7764
github.com/fatih/color v1.18.0 // indirect
7865
github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -86,14 +73,17 @@ require (
8673
github.com/gogo/protobuf v1.3.2 // indirect
8774
github.com/golang/glog v1.2.2 // indirect
8875
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
76+
github.com/golang/protobuf v1.5.4 // indirect
8977
github.com/golang/snappy v0.0.4 // indirect
9078
github.com/google/btree v1.1.3 // indirect
9179
github.com/google/flatbuffers v1.12.1 // indirect
9280
github.com/google/go-cmp v0.6.0 // indirect
9381
github.com/google/orderedcode v0.0.1 // indirect
9482
github.com/gorilla/handlers v1.5.1 // indirect
83+
github.com/gorilla/mux v1.8.0 // indirect
9584
github.com/gorilla/websocket v1.5.3 // indirect
9685
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
86+
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
9787
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
9888
github.com/hashicorp/go-hclog v1.6.3 // indirect
9989
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
@@ -126,7 +116,9 @@ require (
126116
github.com/oklog/run v1.1.0 // indirect
127117
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
128118
github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 // indirect
119+
github.com/pkg/errors v0.9.1 // indirect
129120
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
121+
github.com/prometheus/client_golang v1.20.5 // indirect
130122
github.com/prometheus/client_model v0.6.1 // indirect
131123
github.com/prometheus/common v0.60.1 // indirect
132124
github.com/prometheus/procfs v0.15.1 // indirect
@@ -139,8 +131,12 @@ require (
139131
github.com/sasha-s/go-deadlock v0.3.5 // indirect
140132
github.com/sourcegraph/conc v0.3.0 // indirect
141133
github.com/spf13/afero v1.11.0 // indirect
134+
github.com/spf13/cast v1.7.0 // indirect
135+
github.com/spf13/cobra v1.8.1 // indirect
136+
github.com/spf13/pflag v1.0.5 // indirect
142137
github.com/spf13/viper v1.19.0 // indirect
143138
github.com/subosito/gotenv v1.6.0 // indirect
139+
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
144140
github.com/tendermint/go-amino v0.16.0 // indirect
145141
github.com/tidwall/btree v1.7.0 // indirect
146142
github.com/tidwall/match v1.1.1 // indirect
@@ -159,6 +155,7 @@ require (
159155
golang.org/x/sys v0.27.0 // indirect
160156
golang.org/x/term v0.26.0 // indirect
161157
golang.org/x/text v0.20.0 // indirect
158+
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
162159
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect
163160
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect
164161
google.golang.org/protobuf v1.35.2 // indirect

tests/systemtests/getting_started.md

Lines changed: 0 additions & 215 deletions
This file was deleted.

0 commit comments

Comments
 (0)