diff --git a/go.mod b/go.mod index f1d832947d..7f78a74b59 100644 --- a/go.mod +++ b/go.mod @@ -224,13 +224,13 @@ replace ( // Ref: https://forum.cosmos.network/t/ibc-security-advisory-dragonberry/7702 github.com/confio/ics23/go => github.com/confio/ics23/go v0.9.0 github.com/cosmos/cosmos-sdk => github.com/mmsqe/cosmos-sdk v0.46.0-rc3.0.20230517124813-a071fea6eff2 - github.com/cosmos/ibc-go/v5 => github.com/mmsqe/ibc-go/v5 v5.0.1 + github.com/cosmos/ibc-go/v5 => github.com/mmsqe/ibc-go/v5 v5.0.0-20230518074047-62b060574750 github.com/crypto-org-chain/cronos/memiavl => ./memiavl github.com/crypto-org-chain/cronos/store => ./store github.com/crypto-org-chain/cronos/versiondb => ./versiondb // github.com/ethereum/go-ethereum => github.com/crypto-org-chain/go-ethereum v1.10.19-deepcopy-jumptable github.com/ethereum/go-ethereum => github.com/evmos/go-ethereum v1.10.26-evmos-rc1 - github.com/evmos/ethermint => github.com/mmsqe/ethermint v0.6.5-0.20230517070108-e802aec128af + github.com/evmos/ethermint => github.com/mmsqe/ethermint v0.6.5-0.20230518073120-7cabd6132800 // Fix upstream GHSA-h395-qcrw-5vmq vulnerability. // TODO Remove it: https://github.com/cosmos/cosmos-sdk/issues/10409 github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.7.0 diff --git a/go.sum b/go.sum index e11b9a0da8..8c00f356c2 100644 --- a/go.sum +++ b/go.sum @@ -981,10 +981,10 @@ github.com/mitchellh/pointerstructure v1.2.0 h1:O+i9nHnXS3l/9Wu7r4NrEdwA2VFTicjU github.com/mitchellh/pointerstructure v1.2.0/go.mod h1:BRAsLI5zgXmw97Lf6s25bs8ohIXc3tViBH44KcwB2g4= github.com/mmsqe/cosmos-sdk v0.46.0-rc3.0.20230517124813-a071fea6eff2 h1:DRRIldF2+kKfYA6R9AtQDKwO/V7O9Hl6CixhUAr73+E= github.com/mmsqe/cosmos-sdk v0.46.0-rc3.0.20230517124813-a071fea6eff2/go.mod h1:2ALi2ZQ7tK8MkRP/SwZAEUQ1guTo+MNzhPqGHdWjarM= -github.com/mmsqe/ethermint v0.6.5-0.20230517070108-e802aec128af h1:+0gS5rIN/N2xAHbu+ZaK++hQ4ekBSkMPKJsmbfr1/TY= -github.com/mmsqe/ethermint v0.6.5-0.20230517070108-e802aec128af/go.mod h1:I+reQgptpg0BEEjRjJrnktsln9NrH7VXG57YXVu/3lk= -github.com/mmsqe/ibc-go/v5 v5.0.1 h1:1bWVp2JkZf/oCxS8ynikkzzDgF4nS5fBmNjhIs4aEIE= -github.com/mmsqe/ibc-go/v5 v5.0.1/go.mod h1:LX0DHLW3dfi/1e4BJzi8MGLWmQ4DSraPEgVjyo3VzAo= +github.com/mmsqe/ethermint v0.6.5-0.20230518073120-7cabd6132800 h1:XLf9UOUHoITBcPtrtC7YRWWbOEkclK6B/xVSSQMhWi4= +github.com/mmsqe/ethermint v0.6.5-0.20230518073120-7cabd6132800/go.mod h1:v363lxZBZv71maSYj+BMtR2Kb4M1IS3m7HHOtuR2krs= +github.com/mmsqe/ibc-go/v5 v5.0.0-20230518074047-62b060574750 h1:oNo/zrSVAFGwIn5kccm8SLTeWqaUzqEn3cgITq56nk8= +github.com/mmsqe/ibc-go/v5 v5.0.0-20230518074047-62b060574750/go.mod h1:MhDUMDVSboK5JW2pEWHNcw0wJHaHqKV/vwwP7awGhzI= github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg= github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= diff --git a/gomod2nix.toml b/gomod2nix.toml index 8b002a22c6..264c858e89 100644 --- a/gomod2nix.toml +++ b/gomod2nix.toml @@ -150,8 +150,8 @@ schema = 3 version = "v0.19.6-0.20230410112350-e1e212a3a3aa" hash = "sha256-OF1PLzuetcucchOyE6spTVKNacgGxbFocz6+Qm+Q5DI=" [mod."github.com/cosmos/ibc-go/v5"] - version = "v5.0.1" - hash = "sha256-AYVHTNjh5E9aXMW7fpXYlaAzYdC+8ISM2qD4sWcS5VI=" + version = "v5.0.0-20230518074047-62b060574750" + hash = "sha256-YUzO5lADAUyoMi86X9L3AaClVnSOdSa4ln02kA2Vy0I=" replaced = "github.com/mmsqe/ibc-go/v5" [mod."github.com/cosmos/ledger-cosmos-go"] version = "v0.12.2" @@ -203,8 +203,8 @@ schema = 3 hash = "sha256-GgcReGsIIuBE2TabDYqDO9sBGogdVr9RSh4arQzdPnE=" replaced = "github.com/evmos/go-ethereum" [mod."github.com/evmos/ethermint"] - version = "v0.6.5-0.20230517070108-e802aec128af" - hash = "sha256-0JG12WSXjOvyOqW1lpCa4JAQ6HQ0rQXo8JSpVdQTFyY=" + version = "v0.6.5-0.20230518073120-7cabd6132800" + hash = "sha256-5zlwFn5aq5OKixQ0xnTa6rHLYluTJgjGRHW/9eA8Yug=" replaced = "github.com/mmsqe/ethermint" [mod."github.com/felixge/httpsnoop"] version = "v1.0.2" diff --git a/nix/default.nix b/nix/default.nix index 62da1cd91b..6abc7dfee5 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -66,7 +66,7 @@ import sources.nixpkgs { name = "rly"; src = sources.relayer; subPackages = [ "." ]; - vendorSha256 = "sha256-n84Nomhnt6v1CerZabpulIHP0zemUZmGIrAq9tHRN9M="; + vendorSha256 = "sha256-eRSbGTCoOXx/tMri7MAN4QOToJu9Np5JheudIDzPwSU="; doCheck = false; GOWORK = "off"; postInstall = '' diff --git a/nix/sources.json b/nix/sources.json index 11999b25a0..69f3499117 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -90,10 +90,10 @@ "homepage": "https://github.com/mmsqe/relayer", "owner": "mmsqe", "repo": "relayer", - "rev": "64d5e9b8be4d374efcc50988b21c3ae9b2122c79", - "sha256": "1qqsy530ca7yhphgrnnqvgngm3cjr8q3h2pvss7jw5f6vfzi5fac", + "rev": "40b0d77cba0dc34cc52a15ae1fd945429331b1d3", + "sha256": "04dxx88nqgql298hr8j2b2qacpyvmq1qkrmn2rcznkfdd8sa647a", "type": "tarball", - "url": "https://github.com/mmsqe/relayer/archive/64d5e9b8be4d374efcc50988b21c3ae9b2122c79.tar.gz", + "url": "https://github.com/mmsqe/relayer/archive/40b0d77cba0dc34cc52a15ae1fd945429331b1d3.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, "niv": {