go-ethereum/cmd
Marcin Sobczak d11e9c0b51
cmd/devp2p/internal/ethtest: remove TD from status validation (#31137)
After recent changes in Geth (removing TD):

39638c81c5 (diff-d70a44d4b7a0e84fe9dcca25d368f626ae6c9bc0b8fe9690074ba92d298bcc0d)

Non-Geth clients are failing many devp2p tests with an error:
`peering failed: status exchange failed: wrong TD in status: have 1 want 0`

Right now only Geth is passing it - all other clients are affected by
this change. I think there should be no validation of TD when checking `Status`
message in hive tests. Now Geth has 0 (and hive tests requires 0) and
all other clients have actual TD. And on real networks there is no validation
of TD when peering
2025-02-07 09:59:12 +08:00
..
abidump all: update license headers and AUTHORS from git history (#24947) 2022-05-24 20:39:40 +02:00
abigen all: update license comments and AUTHORS (#31133) 2025-02-05 23:01:17 +01:00
blsync all: update license comments and AUTHORS (#31133) 2025-02-05 23:01:17 +01:00
clef cmd/clef: fix JS issues in documentation (#30980) 2025-01-07 10:31:10 +01:00
devp2p cmd/devp2p/internal/ethtest: remove TD from status validation (#31137) 2025-02-07 09:59:12 +08:00
era cmd: use package filepath over path for file system operations (#29227) 2024-03-12 10:00:34 +01:00
ethkey cmd: fix some typos in readmes (#29405) 2024-04-11 14:06:49 +03:00
evm all: update license comments and AUTHORS (#31133) 2025-02-05 23:01:17 +01:00
geth all: update license comments and AUTHORS (#31133) 2025-02-05 23:01:17 +01:00
rlpdump build: update to golangci-lint 1.61.0 (#30587) 2024-10-14 19:25:22 +02:00
utils all: add build tags for wasip1 (#31090) 2025-01-30 16:58:53 +01:00