Skip to content

Commit

Permalink
dep: go-ethereum fork
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis-tra committed Oct 16, 2024
1 parent 10a0c2d commit b1fac92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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 => /Users/dennistrautwein/protocol-labs/git/go-ethereum
github.com/ethereum/go-ethereum => github.com/probe-lab/go-ethereum v0.0.0-20241016150921-ef8d58a96f5e

// 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
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +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-20241016150921-ef8d58a96f5e h1:YgIG3S0TZocNAtWyUi9BH7LHPUDONB6PFnjJy5L5JQM=
github.com/probe-lab/go-ethereum v0.0.0-20241016150921-ef8d58a96f5e/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 b1fac92

Please sign in to comment.