go-ethereum/cmd/devp2p/internal
ozpool abfa0e60c4
cmd/devp2p/ethtest: fix swapped args in private-key error message
The error "unable to read private key for %s: %v" passed (err, addr),
so it printed the decode error where the account address belongs and the
address where the error belongs. Swap to (addr, err) so the message names
the account that failed and then the reason.
2026-06-19 12:41:51 +05:30
..
ethtest cmd/devp2p/ethtest: fix swapped args in private-key error message 2026-06-19 12:41:51 +05:30
v4test cmd/devp2p/internal/v4test: add test for ENRRequest (#32303) 2025-07-31 12:13:36 +02:00
v5test cmd/devp2p/internal/v5test: fix hive test for discv5 findnode results (#34043) 2026-04-14 12:15:39 +02:00