Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Network] Investigate mismatched handshake #12364

Open
saketh-are opened this issue Nov 1, 2024 · 0 comments
Open

[Network] Investigate mismatched handshake #12364

saketh-are opened this issue Nov 1, 2024 · 0 comments
Labels
A-network Area: Network

Comments

@saketh-are
Copy link
Collaborator

Description

While looking into the flaky test tests/sanity/state_sync_routed.py manytx 115 I observed the following occurrence:

DEBUG handle{handler="bytes" actor="PeerActor" msg_len=388 peer=None}: network: Received handshake from ed25519:5BVKQ5zZKtEUM3AHgj6KAerTpuh3CVZHtAbmVfxLbLhc to       ed25519:Eo9W44tRMwcYcoua11yM7Xfr1DjgR4EWQFM3RU27MEX8 but I am ed25519:7uPenfPWuVryD7CLUC24xUu1VJwjqMaRUNdoqhm1iaCq

A node receives a handshake with a target_peer_id which does not match its own. This is not expected unless the sending peer is malicious. It should be investigated and understood.

@saketh-are saketh-are added the A-network Area: Network label Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-network Area: Network
Projects
None yet
Development

No branches or pull requests

1 participant