mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 07:37:20 +00:00
This changes the challenge resend logic again to use the existing `ChallengeData` field of `v5wire.Whoareyou` instead of storing a second copy of the packet in `Whoareyou.Encoded`. It's more correct this way since `ChallengeData` is supposed to be the data that is used by the ID verification procedure. Also adapts the cross-client test to verify this behavior. Follow-up to #31543 |
||
|---|---|---|
| .. | ||
| testdata | ||
| crypto.go | ||
| crypto_test.go | ||
| encoding.go | ||
| encoding_test.go | ||
| msg.go | ||
| session.go | ||