Skip to content

Commit

Permalink
bump: go-ethereum fork commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis-tra committed Oct 22, 2024
1 parent c51ab62 commit 976ba54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ replace (
// replace go-ethereum with fork (branch nebula). Changes:
// - move everything inside the devp2p/internal package into devp2p to make it accessible
// - add Identify method
github.com/ethereum/go-ethereum => github.com/probe-lab/go-ethereum v0.0.0-20241016152650-2f1ae6611be1
github.com/ethereum/go-ethereum => github.com/probe-lab/go-ethereum v0.0.0-20241022142913-055893677af7

// replace go-libp2p with fork (branch v0.28.3-nebula). Changes:
// - avoid running into dial backoffs even if forceDirectDial is set to false
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -766,8 +766,8 @@ github.com/polydawn/refmt v0.89.0 h1:ADJTApkvkeBZsN0tBTx8QjpD9JkmxbKp0cxfr9qszm4
github.com/polydawn/refmt v0.89.0/go.mod h1:/zvteZs/GwLtCgZ4BL6CBsk9IKIlexP43ObX9AxTqTw=
github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI=
github.com/posener/complete v1.2.3/go.mod h1:WZIdtGGp+qx0sLrYKtIRAruyNpv6hFCicSgv7Sy7s/s=
github.com/probe-lab/go-ethereum v0.0.0-20241016152650-2f1ae6611be1 h1:y5CT7WqYJ5gszLHmlf8kaUrbTM0y4mbDM9Bst/UNeJ8=
github.com/probe-lab/go-ethereum v0.0.0-20241016152650-2f1ae6611be1/go.mod h1:+l/fr42Mma+xBnhefL/+z11/hcmJ2egl+ScIVPjhc7E=
github.com/probe-lab/go-ethereum v0.0.0-20241022142913-055893677af7 h1:jTSzh+vCEYzYXnA6/KbfRWAiNxnnxyR9C4jPXrUvKoI=
github.com/probe-lab/go-ethereum v0.0.0-20241022142913-055893677af7/go.mod h1:+l/fr42Mma+xBnhefL/+z11/hcmJ2egl+ScIVPjhc7E=
github.com/probe-lab/go-libp2p v0.36.6-0.20241010102656-740d456bfc63 h1:Zn3+Q7EuwGCNEU7Xtk0hItXLwkStZP8zaPrDcUQSkmQ=
github.com/probe-lab/go-libp2p v0.36.6-0.20241010102656-740d456bfc63/go.mod h1:CpszAtXxHYOcyvB7K8rSHgnNlh21eKjYbEfLoMerbEI=
github.com/prometheus/client_golang v0.8.0/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw=
Expand Down

0 comments on commit 976ba54

Please sign in to comment.