go-ethereum/cmd/devp2p/internal/ethtest
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
..
testdata eth: implement EIP-7975 (eth/70 - partial block receipt lists) (#33153) 2026-03-30 15:17:37 +02:00
chain.go cmd/devp2p/ethtest: fix swapped args in private-key error message 2026-06-19 12:41:51 +05:30
chain_test.go cmd/devp2p: update eth/snap protocol test suites for PoS (#28340) 2023-12-20 17:23:48 +01:00
conn.go core, eth/protocols/snap, eth/downloader: snap/2 sync logic (#34626) 2026-06-11 14:45:07 +08:00
engine.go cmd: use package filepath over path for file system operations (#29227) 2024-03-12 10:00:34 +01:00
mkchain.sh cmd/devp2p/internal/ethtest: update to PoS-only test chain (#32850) 2025-10-08 11:14:27 +02:00
protocol.go core, eth/protocols/snap, eth/downloader: snap/2 sync logic (#34626) 2026-06-11 14:45:07 +08:00
snap.go eth: implement EIP-7975 (eth/70 - partial block receipt lists) (#33153) 2026-03-30 15:17:37 +02:00
snap2.go core, eth/protocols/snap, eth/downloader: snap/2 sync logic (#34626) 2026-06-11 14:45:07 +08:00
suite.go core, eth/protocols/snap, eth/downloader: snap/2 sync logic (#34626) 2026-06-11 14:45:07 +08:00
suite_test.go core, eth/protocols/snap, eth/downloader: snap/2 sync logic (#34626) 2026-06-11 14:45:07 +08:00
transaction.go cmd/devp2p/internal/ethtest: validate received txs, not the sent ones (#35170) 2026-06-16 15:31:02 +02:00