core-geth
core-geth copied to clipboard
A highly configurable Go implementation of the Ethereum protocol.
This PR reverts ETH67 protocol removal based on this comment https://github.com/etclabscore/core-geth/pull/623#discussion_r1568523994. The PR will be merged to the `merge/foundation-release/1.13.14` branch.
I am running a few etc nodes in proxmox lxc containers on a minisforum um480 and they all seem to fail with the same error at some point. Already checked...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...
Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
BUG: Wrong Use of local private IP(192.168.x.x) as fromIP in Ping message of Node Discovery Protocol
Our tool finds that a client `CoreGeth/ETCMCgethNode/v1.12.19-stable-78c91330/windows-amd64/go1.20.7` ends node discovery Ping message whose fromIP is `192.168.x.x`. But the actual public IP of it is `94.226.x.x` when our tool replys Ping...
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...
Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.3.3 to 6.4.1. Changelog Sourced from tornado's changelog. Release notes .. toctree:: :maxdepth: 2 releases/v6.4.1 releases/v6.4.0 releases/v6.3.3 releases/v6.3.2 releases/v6.3.1 releases/v6.3.0 releases/v6.2.0 releases/v6.1.0 releases/v6.0.4 releases/v6.0.3 releases/v6.0.2 releases/v6.0.1 releases/v6.0.0...
These bootnodes did not respond to `./build/bin/devp2p discv4 ping` requests. For details: https://github.com/etclabscore/core-geth/actions/runs/15842717517.
Fix unnecessary space in the "//go:noescape" directive to resolve ineffectual compiler directive warning.