Skip to content

Commit 01846e7

Browse files
authored
bump sei-cosmos version (#1184)
* bump sei-cosmos version * remove integration test * remove integration test from workflow
1 parent f322f84 commit 01846e7

File tree

4 files changed

+3
-109
lines changed

4 files changed

+3
-109
lines changed

.github/workflows/integration-test.yml

-6
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,6 @@ jobs:
7171
]
7272

7373
},
74-
{
75-
name: "Accesscontrol Module",
76-
scripts: [
77-
"python3 integration_test/scripts/runner.py integration_test/acl_module/accesscontrol_register_test.yaml",
78-
]
79-
},
8074
{
8175
name: "Distribution Module",
8276
scripts: [

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ require (
274274
replace (
275275
github.com/CosmWasm/wasmd => github.com/sei-protocol/sei-wasmd v0.0.4
276276
github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0
277-
github.com/cosmos/cosmos-sdk => github.com/sei-protocol/sei-cosmos v0.2.63
277+
github.com/cosmos/cosmos-sdk => github.com/sei-protocol/sei-cosmos v0.2.68
278278
github.com/cosmos/iavl => github.com/sei-protocol/sei-iavl v0.1.7
279279
github.com/cosmos/ibc-go/v3 => github.com/sei-protocol/sei-ibc-go/v3 v3.3.0
280280
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1072,8 +1072,8 @@ github.com/securego/gosec/v2 v2.11.0/go.mod h1:SX8bptShuG8reGC0XS09+a4H2BoWSJi+f
10721072
github.com/segmentio/fasthash v1.0.3/go.mod h1:waKX8l2N8yckOgmSsXJi7x1ZfdKZ4x7KRMzBtS3oedY=
10731073
github.com/sei-protocol/goutils v0.0.2 h1:Bfa7Sv+4CVLNM20QcpvGb81B8C5HkQC/kW1CQpIbXDA=
10741074
github.com/sei-protocol/goutils v0.0.2/go.mod h1:iYE2DuJfEnM+APPehr2gOUXfuLuPsVxorcDO+Tzq9q8=
1075-
github.com/sei-protocol/sei-cosmos v0.2.63 h1:jalisZmV5+XVZ8mf+8hGvkVvkw44/O1m5LuOlBGZXmk=
1076-
github.com/sei-protocol/sei-cosmos v0.2.63/go.mod h1:retCl6F8SWQ8ookwdQXIGkK56AHSKNUN2X3u9nVzo7g=
1075+
github.com/sei-protocol/sei-cosmos v0.2.68 h1:GMhVZDpmZb9MNwYwVgZWMSslySBgw2OGMeuiRhYq/Yw=
1076+
github.com/sei-protocol/sei-cosmos v0.2.68/go.mod h1:retCl6F8SWQ8ookwdQXIGkK56AHSKNUN2X3u9nVzo7g=
10771077
github.com/sei-protocol/sei-iavl v0.1.7 h1:cUdHDBkxs0FF/kOt1qCVLm0K+Bqaw92/dbZSgn4kxiA=
10781078
github.com/sei-protocol/sei-iavl v0.1.7/go.mod h1:7PfkEVT5dcoQE+s/9KWdoXJ8VVVP1QpYYPLdxlkSXFk=
10791079
github.com/sei-protocol/sei-ibc-go/v3 v3.3.0 h1:/mjpTuCSEVDJ51nUDSHU92N0bRSwt49r1rmdC/lqgp8=

integration_test/acl_module/accesscontrol_register_test.yaml

-100
This file was deleted.

0 commit comments

Comments
 (0)