You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: have labelled this "good first issue" since scope should be relatively clear once one is finding some valid specs here 😛, rather a PRO good first issue for someone with networking experience though.
The text was updated successfully, but these errors were encountered:
This is still open and might be a good issue for getting some first exposure to the devp2p library (also see the note in the additional comment above) since the issue is very much targeted and small in scope, see the CHANGELOG for v5 from the specs (v5 simply and solely adds snappy compression to RLPx messages).
Nevertheless be prepared that changes on the devp2p library generally take more time to be executed upon than changes on other libraries, since it is often more fuzzy to get things tested under different conditions, eventually also write a test within our own devp2p test setup. So this might end up in a day (or two) of work.
In this case we should be on a somewhat safe side when client sync is still running with the changes and it is assured that compression is activated.
Ah, and one thing to consider here: both versions should be supported for some time, even if the version bump if somewhat old, this is just to be fair towards other clients which might not have implemented yet (if someone would drop instantly v4 support our own client would e.g. be cut off the network 😛 ).
So this would mean that an incoming HELLO RLPx message (RLPx version is sent there) with a v4 should be answered with a v4 response.
Have no deep insight on this yet, just dropping here so that it gots not forgotten.
There seems to be a newer version 5 of the
RLPx
protocol we are currently on version 4 (see BASE_PROTOCOL_VERSION setting.Connections do still work, there needs to be an update nevertheless at some point I guess, also not really aware of the implications.
Some references (feel free to add here):
" [WIP] Changes for RLPx version 5 ethereum/pydevp2p#7 (from 2015, so quite old)
Note: have labelled this "good first issue" since scope should be relatively clear once one is finding some valid specs here 😛, rather a PRO good first issue for someone with networking experience though.
The text was updated successfully, but these errors were encountered: