Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ pull_request_rules:
backport:
branches:
- release/v10.5.x
- name: backport patches to v11.0.x branch
conditions:
- base=main
- label=backport-to-v11.0.x
actions:
backport:
branches:
- release/v11.0.x
- name: automerge to main with label automerge and branch protection passing
conditions: []
actions:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/e2e-compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
- release/v8.7.x
- release/v8.8.x
- release/v10.5.x
- release/v11.0.x
- main
ibc-go-version:
description: 'The version of ibc-go that is going to be released'
Expand Down Expand Up @@ -56,6 +57,7 @@ jobs:
- release/v7.10.x
- release/v8.8.x
- release/v10.5.x
- release/v11.0.x
- main
steps:
- uses: actions/checkout@v6
Expand Down
38 changes: 19 additions & 19 deletions e2e/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ require (
cosmossdk.io/api v1.0.0
cosmossdk.io/errors v1.1.0
cosmossdk.io/math v1.5.3
github.com/cometbft/cometbft v0.39.0-beta.4
github.com/cosmos/cosmos-sdk v0.54.0-rc.1.0.20260317181318-04d6434235dc
github.com/cometbft/cometbft v0.39.0-rc3
github.com/cosmos/cosmos-sdk v0.54.0-rc.3
github.com/cosmos/gogoproto v1.7.2
github.com/cosmos/ibc-go/modules/light-clients/08-wasm/v11 v11.0.0-20260304204640-9f835275a381
github.com/cosmos/ibc-go/v11 v11.0.0-20260318214810-ef053a4e73b3
github.com/cosmos/interchaintest/v11 v11.0.0-20260313171931-b7a239a6a48f
github.com/cosmos/ibc-go/v11 v11.0.0-rc.0
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this go.mod needed to be tidied in order to be built correctly which bumped the version, but we are still using the local replace here for ibc-go/v11

github.com/cosmos/interchaintest/v11 v11.0.0-20260325172338-08abe11c26f0
github.com/docker/docker v28.5.2+incompatible
github.com/ethereum/go-ethereum v1.17.0
github.com/moby/moby v28.5.2+incompatible
Expand All @@ -46,9 +46,8 @@ require (
cosmossdk.io/collections v1.4.0 // indirect
cosmossdk.io/core v1.1.0 // indirect
cosmossdk.io/depinject v1.2.1 // indirect
cosmossdk.io/log/v2 v2.0.2-0.20260311165803-2c527014f3ee // indirect
cosmossdk.io/log/v2 v2.1.0-rc.0 // indirect
cosmossdk.io/schema v1.1.0 // indirect
cosmossdk.io/store v1.10.0-rc.2.0.20260317184211-2c58078d0561 // indirect
filippo.io/edwards25519 v1.2.0 // indirect
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
github.com/99designs/keyring v1.2.2 // indirect
Expand Down Expand Up @@ -87,7 +86,7 @@ require (
github.com/bgentry/speakeasy v0.2.0 // indirect
github.com/bits-and-blooms/bitset v1.24.4 // indirect
github.com/btcsuite/btcd/btcec/v2 v2.3.6 // indirect
github.com/bytedance/gopkg v0.1.3 // indirect
github.com/bytedance/gopkg v0.1.4 // indirect
github.com/bytedance/sonic v1.15.0 // indirect
github.com/bytedance/sonic/loader v0.5.0 // indirect
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
Expand All @@ -100,7 +99,7 @@ require (
github.com/cockroachdb/fifo v0.0.0-20240816210425-c5d0cb0b6fc0 // indirect
github.com/cockroachdb/logtags v0.0.0-20241215232642-bb51bb14a506 // indirect
github.com/cockroachdb/pebble v1.1.5 // indirect
github.com/cockroachdb/redact v1.1.6 // indirect
github.com/cockroachdb/redact v1.1.8 // indirect
github.com/cockroachdb/tokenbucket v0.0.0-20250429170803-42689b6311bb // indirect
github.com/cometbft/cometbft-db v1.0.4 // indirect
github.com/consensys/gnark-crypto v0.18.2 // indirect
Expand All @@ -110,6 +109,7 @@ require (
github.com/cosmos/btree v1.0.0 // indirect
github.com/cosmos/cosmos-db v1.1.3 // indirect
github.com/cosmos/cosmos-proto v1.0.0-beta.5 // indirect
github.com/cosmos/cosmos-sdk/store/v2 v2.0.0-rc.0 // indirect
github.com/cosmos/go-bip39 v1.0.0 // indirect
github.com/cosmos/gogogateway v1.2.0 // indirect
github.com/cosmos/iavl v1.2.6 // indirect
Expand Down Expand Up @@ -195,7 +195,7 @@ require (
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
github.com/jbenet/go-temp-err-catcher v0.1.0 // indirect
github.com/jmhodges/levigo v1.0.0 // indirect
github.com/klauspost/compress v1.18.4 // indirect
github.com/klauspost/compress v1.18.5 // indirect
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
github.com/koron/go-ssdp v0.0.6 // indirect
github.com/kr/pretty v0.3.1 // indirect
Expand All @@ -210,7 +210,7 @@ require (
github.com/libp2p/go-reuseport v0.4.0 // indirect
github.com/libp2p/go-yamux/v5 v5.0.1 // indirect
github.com/linxGnu/grocksdb v1.10.7 // indirect
github.com/lufia/plan9stats v0.0.0-20260216142805-b3301c5f2a88 // indirect
github.com/lufia/plan9stats v0.0.0-20260324052639-156f7da3f749 // indirect
github.com/manifoldco/promptui v0.9.0 // indirect
github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
Expand Down Expand Up @@ -245,7 +245,7 @@ require (
github.com/opencontainers/image-spec v1.1.1 // indirect
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
github.com/petermattis/goid v0.0.0-20260113132338-7c7de50cc741 // indirect
github.com/petermattis/goid v0.0.0-20260226131333-17d1149c6ac6 // indirect
github.com/pion/datachannel v1.5.10 // indirect
github.com/pion/dtls/v2 v2.2.12 // indirect
github.com/pion/dtls/v3 v3.1.2 // indirect
Expand Down Expand Up @@ -284,7 +284,7 @@ require (
github.com/rs/cors v1.11.1 // indirect
github.com/rs/zerolog v1.34.0 // indirect
github.com/sagikazarmark/locafero v0.12.0 // indirect
github.com/sasha-s/go-deadlock v0.3.7 // indirect
github.com/sasha-s/go-deadlock v0.3.9 // indirect
github.com/shamaton/msgpack/v2 v2.2.3 // indirect
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
github.com/shirou/gopsutil/v4 v4.26.2 // indirect
Expand Down Expand Up @@ -349,24 +349,24 @@ require (
go.uber.org/fx v1.24.0 // indirect
go.uber.org/mock v0.6.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.yaml.in/yaml/v2 v2.4.3 // indirect
go.yaml.in/yaml/v2 v2.4.4 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
golang.org/x/arch v0.24.0 // indirect
golang.org/x/crypto v0.49.0 // indirect
golang.org/x/exp v0.0.0-20260218203240-3dfff04db8fa // indirect
golang.org/x/exp v0.0.0-20260312153236-7ab1446f8b90 // indirect
golang.org/x/net v0.52.0 // indirect
golang.org/x/oauth2 v0.36.0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sys v0.42.0 // indirect
golang.org/x/telemetry v0.0.0-20260209163413-e7419c687ee4 // indirect
golang.org/x/telemetry v0.0.0-20260311193753-579e4da9a98c // indirect
golang.org/x/term v0.41.0 // indirect
golang.org/x/text v0.35.0 // indirect
golang.org/x/time v0.15.0 // indirect
golang.org/x/tools v0.42.0 // indirect
golang.org/x/tools v0.43.0 // indirect
google.golang.org/api v0.269.0 // indirect
google.golang.org/genproto v0.0.0-20260128011058-8636f8732409 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20260226221140-a57be14db171 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260226221140-a57be14db171 // indirect
google.golang.org/genproto v0.0.0-20260319201613-d00831a3d3e7 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20260319201613-d00831a3d3e7 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260319201613-d00831a3d3e7 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gotest.tools/v3 v3.5.2 // indirect
lukechampine.com/blake3 v1.4.1 // indirect
Expand Down
Loading
Loading