Skip to content
Open
Show file tree
Hide file tree
Changes from 7 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
2 changes: 1 addition & 1 deletion ante/ante.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
antetypes "github.com/cosmos/evm/ante/types"
"github.com/cosmos/evm/x/vm/types"
"github.com/cosmos/gogoproto/proto"
ibckeeper "github.com/cosmos/ibc-go/v10/modules/core/keeper"
ibckeeper "github.com/cosmos/ibc-go/v11/modules/core/keeper"

errorsmod "cosmossdk.io/errors"
storetypes "cosmossdk.io/store/types"
Expand Down
2 changes: 1 addition & 1 deletion ante/cosmos.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
cosmosante "github.com/cosmos/evm/ante/cosmos"
evmante "github.com/cosmos/evm/ante/evm"
evmtypes "github.com/cosmos/evm/x/vm/types"
ibcante "github.com/cosmos/ibc-go/v10/modules/core/ante"
ibcante "github.com/cosmos/ibc-go/v11/modules/core/ante"

sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/x/auth/ante"
Expand Down
24 changes: 12 additions & 12 deletions evmd/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,18 @@ import (
evmkeeper "github.com/cosmos/evm/x/vm/keeper"
evmtypes "github.com/cosmos/evm/x/vm/types"
"github.com/cosmos/gogoproto/proto"
ibccallbacks "github.com/cosmos/ibc-go/v10/modules/apps/callbacks"
transfer "github.com/cosmos/ibc-go/v10/modules/apps/transfer"
transferkeeper "github.com/cosmos/ibc-go/v10/modules/apps/transfer/keeper"
ibctransfertypes "github.com/cosmos/ibc-go/v10/modules/apps/transfer/types"
transferv2 "github.com/cosmos/ibc-go/v10/modules/apps/transfer/v2"
ibc "github.com/cosmos/ibc-go/v10/modules/core"
porttypes "github.com/cosmos/ibc-go/v10/modules/core/05-port/types"
ibcapi "github.com/cosmos/ibc-go/v10/modules/core/api"
ibcexported "github.com/cosmos/ibc-go/v10/modules/core/exported"
ibckeeper "github.com/cosmos/ibc-go/v10/modules/core/keeper"
ibctm "github.com/cosmos/ibc-go/v10/modules/light-clients/07-tendermint"
ibctesting "github.com/cosmos/ibc-go/v10/testing"
ibccallbacks "github.com/cosmos/ibc-go/v11/modules/apps/callbacks"
transfer "github.com/cosmos/ibc-go/v11/modules/apps/transfer"
transferkeeper "github.com/cosmos/ibc-go/v11/modules/apps/transfer/keeper"
ibctransfertypes "github.com/cosmos/ibc-go/v11/modules/apps/transfer/types"
transferv2 "github.com/cosmos/ibc-go/v11/modules/apps/transfer/v2"
ibc "github.com/cosmos/ibc-go/v11/modules/core"
porttypes "github.com/cosmos/ibc-go/v11/modules/core/05-port/types"
ibcapi "github.com/cosmos/ibc-go/v11/modules/core/api"
ibcexported "github.com/cosmos/ibc-go/v11/modules/core/exported"
ibckeeper "github.com/cosmos/ibc-go/v11/modules/core/keeper"
ibctm "github.com/cosmos/ibc-go/v11/modules/light-clients/07-tendermint"
ibctesting "github.com/cosmos/ibc-go/v11/testing"

autocliv1 "cosmossdk.io/api/cosmos/autocli/v1"
reflectionv1 "cosmossdk.io/api/cosmos/reflection/v1"
Expand Down
2 changes: 1 addition & 1 deletion evmd/config/permissions.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
erc20types "github.com/cosmos/evm/x/erc20/types"
feemarkettypes "github.com/cosmos/evm/x/feemarket/types"
vmtypes "github.com/cosmos/evm/x/vm/types"
transfertypes "github.com/cosmos/ibc-go/v10/modules/apps/transfer/types"
transfertypes "github.com/cosmos/ibc-go/v11/modules/apps/transfer/types"
corevm "github.com/ethereum/go-ethereum/core/vm"
)

Expand Down
10 changes: 5 additions & 5 deletions evmd/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/cosmos/evm/evmd

go 1.25.7
go 1.25.8

require (
cosmossdk.io/api v1.0.0
Expand All @@ -13,10 +13,10 @@ require (
cosmossdk.io/tools/confix v0.1.2
github.com/cometbft/cometbft v0.39.0-beta.2.0.20260305191742-d939d1e7c932
github.com/cosmos/cosmos-db v1.1.3
github.com/cosmos/cosmos-sdk v0.54.0-rc.1.0.20260305184348-d80b9372049f
github.com/cosmos/cosmos-sdk v0.54.0-rc.1.0.20260310184229-2b030f595528
github.com/cosmos/evm v0.2.0
github.com/cosmos/gogoproto v1.7.2
github.com/cosmos/ibc-go/v10 v10.0.0-beta.0.0.20260227195504-dfbe36236297
github.com/cosmos/ibc-go/v11 v11.0.0-20260309200450-ab565c1cbca0
github.com/ethereum/go-ethereum v1.16.8
github.com/onsi/ginkgo/v2 v2.23.4
github.com/onsi/gomega v1.38.0
Expand All @@ -26,7 +26,7 @@ require (
github.com/spf13/viper v1.21.0
github.com/stretchr/testify v1.11.1
golang.org/x/sync v0.19.0
google.golang.org/grpc v1.79.1
google.golang.org/grpc v1.79.2
)

require (
Expand All @@ -50,7 +50,7 @@ require (
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.55.0 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.55.0 // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/RoaringBitmap/roaring/v2 v2.14.4 // indirect
github.com/RoaringBitmap/roaring/v2 v2.14.5 // indirect
github.com/VictoriaMetrics/fastcache v1.12.2 // indirect
github.com/aws/aws-sdk-go-v2 v1.41.1 // indirect
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.4 // indirect
Expand Down
16 changes: 8 additions & 8 deletions evmd/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERo
github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU=
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 h1:TngWCqHvy9oXAN6lEVMRuU21PR1EtLVZJmdB18Gu3Rw=
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5/go.mod h1:lmUJ/7eu/Q8D7ML55dXQrVaamCz2vxCfdQBasLZfHKk=
github.com/RoaringBitmap/roaring/v2 v2.14.4 h1:4aKySrrg9G/5oRtJ3TrZLObVqxgQ9f1znCRBwEwjuVw=
github.com/RoaringBitmap/roaring/v2 v2.14.4/go.mod h1:oMvV6omPWr+2ifRdeZvVJyaz+aoEUopyv5iH0u/+wbY=
github.com/RoaringBitmap/roaring/v2 v2.14.5 h1:ckd0o545JqDPeVJDgeFoaM21eBixUnlWfYgjE5VnyWw=
github.com/RoaringBitmap/roaring/v2 v2.14.5/go.mod h1:eq4wdNXxtJIS/oikeCzdX1rBzek7ANzbth041hrU8Q4=
github.com/Shopify/sarama v1.19.0/go.mod h1:FVkBWblsNy7DGZRfXLU0O9RCGt5g3g3yEuWXgklEdEo=
github.com/Shopify/toxiproxy v2.1.4+incompatible/go.mod h1:OXgGpZ6Cli1/URJOF1DMxUHB2q5Ap20/P/eIdh4G0pI=
github.com/VictoriaMetrics/fastcache v1.12.2 h1:N0y9ASrJ0F6h0QaC3o6uJb3NIZ9VKLjCM7NQbSmF7WI=
Expand Down Expand Up @@ -268,8 +268,8 @@ github.com/cosmos/cosmos-db v1.1.3 h1:7QNT77+vkefostcKkhrzDK9uoIEryzFrU9eoMeaQOP
github.com/cosmos/cosmos-db v1.1.3/go.mod h1:kN+wGsnwUJZYn8Sy5Q2O0vCYA99MJllkKASbs6Unb9U=
github.com/cosmos/cosmos-proto v1.0.0-beta.5 h1:eNcayDLpip+zVLRLYafhzLvQlSmyab+RC5W7ZfmxJLA=
github.com/cosmos/cosmos-proto v1.0.0-beta.5/go.mod h1:hQGLpiIUloJBMdQMMWb/4wRApmI9hjHH05nefC0Ojec=
github.com/cosmos/cosmos-sdk v0.54.0-rc.1.0.20260305184348-d80b9372049f h1:aWaIqNpmRPn+K6Hs2rtEAQd8NJTTwwehnDrR/WG8i48=
github.com/cosmos/cosmos-sdk v0.54.0-rc.1.0.20260305184348-d80b9372049f/go.mod h1:DsIxurtz9h/celwoWJX8n5iGHgqyvZXsVqVuBJHk+DA=
github.com/cosmos/cosmos-sdk v0.54.0-rc.1.0.20260310184229-2b030f595528 h1:vjiwFgLah2+V+sVk3qPh81rkVFdzT1sGFLSf1Vp4gnk=
github.com/cosmos/cosmos-sdk v0.54.0-rc.1.0.20260310184229-2b030f595528/go.mod h1:fChsDZhz9YBHxLrgxft+HYsOzicMkfl4N7QPEnhi+2w=
github.com/cosmos/cosmos-sdk/log/v2 v2.0.2-0.20260302180736-2fbcc8d5f49e h1:mZfv3i0jUvAp2m2mMPVb9fhgLjnh98aDbYbPddV3YR8=
github.com/cosmos/cosmos-sdk/log/v2 v2.0.2-0.20260302180736-2fbcc8d5f49e/go.mod h1:Mvss71xjzwK7lywM5hO+Emne4BcAgK+YhkiiO1NU7mQ=
github.com/cosmos/go-bip39 v1.0.0 h1:pcomnQdrdH22njcAatO0yWojsUnCO3y2tNoV1cb6hHY=
Expand All @@ -283,8 +283,8 @@ github.com/cosmos/gogoproto v1.7.2 h1:5G25McIraOC0mRFv9TVO139Uh3OklV2hczr13KKVHC
github.com/cosmos/gogoproto v1.7.2/go.mod h1:8S7w53P1Y1cHwND64o0BnArT6RmdgIvsBuco6uTllsk=
github.com/cosmos/iavl v1.2.6 h1:Hs3LndJbkIB+rEvToKJFXZvKo6Vy0Ex1SJ54hhtioIs=
github.com/cosmos/iavl v1.2.6/go.mod h1:GiM43q0pB+uG53mLxLDzimxM9l/5N9UuSY3/D0huuVw=
github.com/cosmos/ibc-go/v10 v10.0.0-beta.0.0.20260227195504-dfbe36236297 h1:1pMgfJy0Ds6YR3Pmf0q4sQ+JVGbLcqOamkjWv/5q32w=
github.com/cosmos/ibc-go/v10 v10.0.0-beta.0.0.20260227195504-dfbe36236297/go.mod h1:LZWehBdi/HWAEzCsWjnnDey7KVG+yx74OzO63tmxXxk=
github.com/cosmos/ibc-go/v11 v11.0.0-20260309200450-ab565c1cbca0 h1:rCUKCZEHwKzRBwM4javQzYF4PkoTDwnCXKE9yiWbqGY=
github.com/cosmos/ibc-go/v11 v11.0.0-20260309200450-ab565c1cbca0/go.mod h1:28/DeKb4ccYGeoJV+7uB2jieLSA5g4QLlNrRCjOQmSI=
github.com/cosmos/ics23/go v0.11.0 h1:jk5skjT0TqX5e5QJbEnwXIS2yI2vnmLOgpQPeM5RtnU=
github.com/cosmos/ics23/go v0.11.0/go.mod h1:A8OjxPE67hHST4Icw94hOxxFEJMBG031xIGF/JHNIY0=
github.com/cosmos/keyring v1.2.0 h1:8C1lBP9xhImmIabyXW4c3vFjjLiBdGCmfLUfeZlV1Yo=
Expand Down Expand Up @@ -1525,8 +1525,8 @@ google.golang.org/grpc v1.33.1/go.mod h1:fr5YgcSWrqhRRxogOsw7RzIpsmvOZ6IcH4kBYTp
google.golang.org/grpc v1.36.0/go.mod h1:qjiiYl8FncCW8feJPdyg3v6XW24KsRHe+dy9BAGRRjU=
google.golang.org/grpc v1.45.0/go.mod h1:lN7owxKUQEqMfSyQikvvk5tf/6zMPsrK+ONuO11+0rQ=
google.golang.org/grpc v1.49.0/go.mod h1:ZgQEeidpAuNRZ8iRrlBKXZQP1ghovWIVhdJRyCDK+GI=
google.golang.org/grpc v1.79.1 h1:zGhSi45ODB9/p3VAawt9a+O/MULLl9dpizzNNpq7flY=
google.golang.org/grpc v1.79.1/go.mod h1:KmT0Kjez+0dde/v2j9vzwoAScgEPx/Bw1CYChhHLrHQ=
google.golang.org/grpc v1.79.2 h1:fRMD94s2tITpyJGtBBn7MkMseNpOZU8ZxgC3MMBaXRU=
google.golang.org/grpc v1.79.2/go.mod h1:KmT0Kjez+0dde/v2j9vzwoAScgEPx/Bw1CYChhHLrHQ=
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=
Expand Down
2 changes: 1 addition & 1 deletion evmd/test_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"github.com/cosmos/evm/testutil/integration/evm/network"
feemarkettypes "github.com/cosmos/evm/x/feemarket/types"
"github.com/cosmos/evm/x/vm/types"
ibctesting "github.com/cosmos/ibc-go/v10/testing"
ibctesting "github.com/cosmos/ibc-go/v11/testing"

"cosmossdk.io/log/v2"
"cosmossdk.io/math"
Expand Down
2 changes: 1 addition & 1 deletion evmd/tests/ibc/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
erc20types "github.com/cosmos/evm/x/erc20/types"
"github.com/cosmos/evm/x/vm/statedb"
"github.com/cosmos/evm/x/vm/types"
ibctesting "github.com/cosmos/ibc-go/v10/testing"
ibctesting "github.com/cosmos/ibc-go/v11/testing"

errorsmod "cosmossdk.io/errors"

Expand Down
10 changes: 5 additions & 5 deletions evmd/tests/ibc/ibc_middleware_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ import (
callbacktypes "github.com/cosmos/evm/x/ibc/callbacks/types"
"github.com/cosmos/evm/x/vm/statedb"
evmtypes "github.com/cosmos/evm/x/vm/types"
ibctransfer "github.com/cosmos/ibc-go/v10/modules/apps/transfer"
transfertypes "github.com/cosmos/ibc-go/v10/modules/apps/transfer/types"
clienttypes "github.com/cosmos/ibc-go/v10/modules/core/02-client/types"
channeltypes "github.com/cosmos/ibc-go/v10/modules/core/04-channel/types"
ibctesting "github.com/cosmos/ibc-go/v10/testing"
ibctransfer "github.com/cosmos/ibc-go/v11/modules/apps/transfer"
transfertypes "github.com/cosmos/ibc-go/v11/modules/apps/transfer/types"
clienttypes "github.com/cosmos/ibc-go/v11/modules/core/02-client/types"
channeltypes "github.com/cosmos/ibc-go/v11/modules/core/04-channel/types"
ibctesting "github.com/cosmos/ibc-go/v11/testing"

"cosmossdk.io/math"

Expand Down
12 changes: 6 additions & 6 deletions evmd/tests/ibc/ics02_precompile_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ import (
"github.com/cosmos/evm/precompiles/ics02"
evmibctesting "github.com/cosmos/evm/testutil/ibc"
"github.com/cosmos/gogoproto/proto"
clienttypes "github.com/cosmos/ibc-go/v10/modules/core/02-client/types"
commitmenttypesv2 "github.com/cosmos/ibc-go/v10/modules/core/23-commitment/types/v2"
ibchost "github.com/cosmos/ibc-go/v10/modules/core/24-host"
ibcexported "github.com/cosmos/ibc-go/v10/modules/core/exported"
ibctm "github.com/cosmos/ibc-go/v10/modules/light-clients/07-tendermint"
ibctesting "github.com/cosmos/ibc-go/v10/testing"
clienttypes "github.com/cosmos/ibc-go/v11/modules/core/02-client/types"
commitmenttypesv2 "github.com/cosmos/ibc-go/v11/modules/core/23-commitment/types/v2"
ibchost "github.com/cosmos/ibc-go/v11/modules/core/24-host"
ibcexported "github.com/cosmos/ibc-go/v11/modules/core/exported"
ibctm "github.com/cosmos/ibc-go/v11/modules/light-clients/07-tendermint"
ibctesting "github.com/cosmos/ibc-go/v11/testing"
)

type ICS02ClientTestSuite struct {
Expand Down
4 changes: 2 additions & 2 deletions evmd/tests/ibc/ics20_erc20_conversion_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import (
"github.com/cosmos/evm/precompiles/ics20"
evmibctesting "github.com/cosmos/evm/testutil/ibc"
erc20types "github.com/cosmos/evm/x/erc20/types"
transfertypes "github.com/cosmos/ibc-go/v10/modules/apps/transfer/types"
clienttypes "github.com/cosmos/ibc-go/v10/modules/core/02-client/types"
transfertypes "github.com/cosmos/ibc-go/v11/modules/apps/transfer/types"
clienttypes "github.com/cosmos/ibc-go/v11/modules/core/02-client/types"

sdkmath "cosmossdk.io/math"

Expand Down
4 changes: 2 additions & 2 deletions evmd/tests/ibc/ics20_precompile_transfer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import (
evmibctesting "github.com/cosmos/evm/testutil/ibc"
evmante "github.com/cosmos/evm/x/vm/ante"
"github.com/cosmos/evm/x/vm/statedb"
transfertypes "github.com/cosmos/ibc-go/v10/modules/apps/transfer/types"
clienttypes "github.com/cosmos/ibc-go/v10/modules/core/02-client/types"
transfertypes "github.com/cosmos/ibc-go/v11/modules/apps/transfer/types"
clienttypes "github.com/cosmos/ibc-go/v11/modules/core/02-client/types"

sdkmath "cosmossdk.io/math"

Expand Down
4 changes: 2 additions & 2 deletions evmd/tests/ibc/ics20_recursive_precompile_calls_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import (
erc20types "github.com/cosmos/evm/x/erc20/types"
"github.com/cosmos/evm/x/vm/statedb"
evmtypes "github.com/cosmos/evm/x/vm/types"
transfertypes "github.com/cosmos/ibc-go/v10/modules/apps/transfer/types"
clienttypes "github.com/cosmos/ibc-go/v10/modules/core/02-client/types"
transfertypes "github.com/cosmos/ibc-go/v11/modules/apps/transfer/types"
clienttypes "github.com/cosmos/ibc-go/v11/modules/core/02-client/types"

sdkmath "cosmossdk.io/math"

Expand Down
4 changes: 2 additions & 2 deletions evmd/tests/ibc/transfer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import (
"github.com/cosmos/evm/evmd"
"github.com/cosmos/evm/evmd/tests/integration"
evmibctesting "github.com/cosmos/evm/testutil/ibc"
"github.com/cosmos/ibc-go/v10/modules/apps/transfer/types"
clienttypes "github.com/cosmos/ibc-go/v10/modules/core/02-client/types"
"github.com/cosmos/ibc-go/v11/modules/apps/transfer/types"
clienttypes "github.com/cosmos/ibc-go/v11/modules/core/02-client/types"

sdkmath "cosmossdk.io/math"

Expand Down
10 changes: 5 additions & 5 deletions evmd/tests/ibc/v2_ibc_middleware_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ import (
"github.com/cosmos/evm/x/erc20/types"
v2 "github.com/cosmos/evm/x/erc20/v2"
"github.com/cosmos/gogoproto/proto"
transfertypes "github.com/cosmos/ibc-go/v10/modules/apps/transfer/types"
channeltypes "github.com/cosmos/ibc-go/v10/modules/core/04-channel/types"
channeltypesv2 "github.com/cosmos/ibc-go/v10/modules/core/04-channel/v2/types"
ibctesting "github.com/cosmos/ibc-go/v10/testing"
ibcmockv2 "github.com/cosmos/ibc-go/v10/testing/mock/v2"
transfertypes "github.com/cosmos/ibc-go/v11/modules/apps/transfer/types"
channeltypes "github.com/cosmos/ibc-go/v11/modules/core/04-channel/types"
channeltypesv2 "github.com/cosmos/ibc-go/v11/modules/core/04-channel/v2/types"
ibctesting "github.com/cosmos/ibc-go/v11/testing"
ibcmockv2 "github.com/cosmos/ibc-go/v11/testing/mock/v2"

"cosmossdk.io/math"

Expand Down
4 changes: 2 additions & 2 deletions evmd/tests/ibc/v2_ics20_precompile_transfer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import (
evmibctesting "github.com/cosmos/evm/testutil/ibc"
evmante "github.com/cosmos/evm/x/vm/ante"
"github.com/cosmos/evm/x/vm/statedb"
transfertypes "github.com/cosmos/ibc-go/v10/modules/apps/transfer/types"
clienttypes "github.com/cosmos/ibc-go/v10/modules/core/02-client/types"
transfertypes "github.com/cosmos/ibc-go/v11/modules/apps/transfer/types"
clienttypes "github.com/cosmos/ibc-go/v11/modules/core/02-client/types"

sdkmath "cosmossdk.io/math"

Expand Down
8 changes: 4 additions & 4 deletions evmd/tests/ibc/v2_transfer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ import (
"github.com/cosmos/evm/evmd"
"github.com/cosmos/evm/evmd/tests/integration"
evmibctesting "github.com/cosmos/evm/testutil/ibc"
"github.com/cosmos/ibc-go/v10/modules/apps/transfer/types"
clienttypes "github.com/cosmos/ibc-go/v10/modules/core/02-client/types"
channeltypes "github.com/cosmos/ibc-go/v10/modules/core/04-channel/types"
channeltypesv2 "github.com/cosmos/ibc-go/v10/modules/core/04-channel/v2/types"
"github.com/cosmos/ibc-go/v11/modules/apps/transfer/types"
clienttypes "github.com/cosmos/ibc-go/v11/modules/core/02-client/types"
channeltypes "github.com/cosmos/ibc-go/v11/modules/core/04-channel/types"
channeltypesv2 "github.com/cosmos/ibc-go/v11/modules/core/04-channel/v2/types"

sdkmath "cosmossdk.io/math"

Expand Down
2 changes: 1 addition & 1 deletion evmd/tests/integration/create_app.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
srvflags "github.com/cosmos/evm/server/flags"
"github.com/cosmos/evm/testutil/constants"
feemarkettypes "github.com/cosmos/evm/x/feemarket/types"
ibctesting "github.com/cosmos/ibc-go/v10/testing"
ibctesting "github.com/cosmos/ibc-go/v11/testing"

"cosmossdk.io/log/v2"

Expand Down
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/cosmos/evm

go 1.25.7
go 1.25.8

require (
cosmossdk.io/api v1.0.0
Expand All @@ -15,10 +15,10 @@ require (
github.com/cometbft/cometbft v0.39.0-beta.2.0.20260305191742-d939d1e7c932
github.com/cosmos/cosmos-db v1.1.3
github.com/cosmos/cosmos-proto v1.0.0-beta.5
github.com/cosmos/cosmos-sdk v0.54.0-rc.1.0.20260305184348-d80b9372049f
github.com/cosmos/cosmos-sdk v0.54.0-rc.1.0.20260310184229-2b030f595528
github.com/cosmos/go-bip39 v1.0.0
github.com/cosmos/gogoproto v1.7.2
github.com/cosmos/ibc-go/v10 v10.0.0-beta.0.0.20260227195504-dfbe36236297
github.com/cosmos/ibc-go/v11 v11.0.0-20260309200450-ab565c1cbca0
github.com/cosmos/ledger-cosmos-go v1.0.0
github.com/creachadair/tomledit v0.0.29
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
Expand Down Expand Up @@ -55,7 +55,7 @@ require (
golang.org/x/sync v0.19.0
golang.org/x/text v0.34.0
google.golang.org/genproto/googleapis/api v0.0.0-20260209200024-4cfbd4190f57
google.golang.org/grpc v1.79.1
google.golang.org/grpc v1.79.2
google.golang.org/protobuf v1.36.11
sigs.k8s.io/yaml v1.6.0
)
Expand All @@ -81,7 +81,7 @@ require (
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.55.0 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.55.0 // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/RoaringBitmap/roaring/v2 v2.14.4 // indirect
github.com/RoaringBitmap/roaring/v2 v2.14.5 // indirect
github.com/VictoriaMetrics/fastcache v1.12.2 // indirect
github.com/aws/aws-sdk-go-v2 v1.41.1 // indirect
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.4 // indirect
Expand Down
Loading
Loading