Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(l1): fix decoding of
Disconnect
RLPx messages with non-compress…
…ed reason (#1617) **Motivation** I get errors when trying to connect to peers on holesky testnet due to failure to decompress Disconnect messages. There is also a TODO in the Disconnect decode that mentions that the reason might not be compressed <!-- Why does this pull request exist? What are its goals? --> **Description** * When decoding an rlpx Disconnect message, use the original message if decompression fails (aka allow both compressed and decompressed disconnect reasons <!-- A clear and concise general description of the changes this PR introduces --> <!-- Link to issues: Resolves #111, Resolves #222 --> Closes None, but removes a TODO from the codebase
- Loading branch information