-
Notifications
You must be signed in to change notification settings - Fork 36
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
gossip: deserialization error #148
Comments
I think I've tracked this down to this specific field in this hierarchy:
With the source being here: Lines 393 to 402 in 6e0ecb7
Through some testing, I specifically observed this sequence of bytes on two separate occasions being placed where the tag/discriminant of the
It looks like it might be a direct IPv4 address? Update: making the |
Just want to note this down so I don't forget it: our self-hosted bincode library doesn't respect the varint encoding mode for the enum discriminant of tagged unions (/rust enums), not while encoding nor decoding them. I have a small suspicion this might be related, and will test when I get a chance. |
Description
I occasionally see this error running sig on testnet:
How to Reproduce the Bug
Additional Context
No response
The text was updated successfully, but these errors were encountered: