Skip to content

Commit 9e6b138

Browse files
committed
update go-ethereum dep
1 parent 5a4290f commit 9e6b138

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ replace (
289289
// v0.38.x
290290
github.com/cometbft/cometbft => github.com/crypto-org-chain/cometbft v0.0.0-20241106091515-ce418f845d9a
291291
// release/v1.15
292-
github.com/ethereum/go-ethereum => github.com/crypto-org-chain/go-ethereum v1.10.20-0.20250815061445-a15c3d45abbe
292+
github.com/ethereum/go-ethereum => github.com/crypto-org-chain/go-ethereum v1.10.20-0.20250815065500-a4fbafcae0dd
293293
// Fix upstream GHSA-h395-qcrw-5vmq vulnerability.
294294
// TODO Remove it: https://github.com/cosmos/cosmos-sdk/issues/10409
295295
github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.7.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -902,8 +902,8 @@ github.com/crypto-org-chain/cosmos-sdk/x/tx v0.0.0-20241217090828-cfbca9fe8254 h
902902
github.com/crypto-org-chain/cosmos-sdk/x/tx v0.0.0-20241217090828-cfbca9fe8254/go.mod h1:V6DImnwJMTq5qFjeGWpXNiT/fjgE4HtmclRmTqRVM3w=
903903
github.com/crypto-org-chain/go-block-stm v0.0.0-20241213061541-7afe924fb4a6 h1:6KPEi8dWkDSBddQb4NAvEXmNnTXymF3yVeTaT4Hz1iU=
904904
github.com/crypto-org-chain/go-block-stm v0.0.0-20241213061541-7afe924fb4a6/go.mod h1:iwQTX9xMX8NV9k3o2BiWXA0SswpsZrDk5q3gA7nWYiE=
905-
github.com/crypto-org-chain/go-ethereum v1.10.20-0.20250815061445-a15c3d45abbe h1:voD47Wd2JAhpHCRHo9J6umuAP2iKeKGXnlZHodzddc4=
906-
github.com/crypto-org-chain/go-ethereum v1.10.20-0.20250815061445-a15c3d45abbe/go.mod h1:mf8YiHIb0GR4x4TipcvBUPxJLw1mFdmxzoDi11sDRoI=
905+
github.com/crypto-org-chain/go-ethereum v1.10.20-0.20250815065500-a4fbafcae0dd h1:ebSnzvM9yKVGFjvoGly7LFQQCS2HuOWMCvQyByJ52Gs=
906+
github.com/crypto-org-chain/go-ethereum v1.10.20-0.20250815065500-a4fbafcae0dd/go.mod h1:mf8YiHIb0GR4x4TipcvBUPxJLw1mFdmxzoDi11sDRoI=
907907
github.com/danieljoos/wincred v1.2.1 h1:dl9cBrupW8+r5250DYkYxocLeZ1Y4vB1kxgtjxw8GQs=
908908
github.com/danieljoos/wincred v1.2.1/go.mod h1:uGaFL9fDn3OLTvzCGulzE+SzjEe5NGlh5FdCcyfPwps=
909909
github.com/davecgh/go-spew v0.0.0-20171005155431-ecdeabc65495/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

gomod2nix.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,8 @@ schema = 3
301301
version = "v2.1.0"
302302
hash = "sha256-ZHAbUWu8EfYyFMjFPKfiqFRMnG7VrPNkGFCpYzs2Euo="
303303
[mod."github.com/ethereum/go-ethereum"]
304-
version = "v1.10.20-0.20250815061445-a15c3d45abbe"
305-
hash = "sha256-LOZ1hs35Z8TLFwwuqZNKmIknyQI0B9IEZzbXFxc+JMA="
304+
version = "v1.10.20-0.20250815065500-a4fbafcae0dd"
305+
hash = "sha256-0CCzoKMaH3jywAUtzkVdq9WDWLjUbulbOphpL14r8tI="
306306
replaced = "github.com/crypto-org-chain/go-ethereum"
307307
[mod."github.com/ethereum/go-verkle"]
308308
version = "v0.2.2"

0 commit comments

Comments
 (0)