-
Notifications
You must be signed in to change notification settings - Fork 138
feat(l1): discv5 #5655
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
Merged
Merged
feat(l1): discv5 #5655
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
eb5427e
initial discv5
ElFantasma dd0990b
Merge branch 'main' into discv5
ElFantasma a61953f
discv5 stub modules
ElFantasma 637aaac
Merge branch 'main' into discv5
ElFantasma e1a8a83
Ordinary packet
ElFantasma fec454e
Added WhoAreYou packet
ElFantasma 2e65c2e
Merge branch 'main' into discv5
ElFantasma 6ecfb65
WhoAreYou decode test pass
ElFantasma 0de7e39
WhoAreYou encode test pass
ElFantasma a56f4da
protocol version check
ElFantasma 7a8541b
Added Discv5Codec
ElFantasma 334044e
feat(l1): implement `discv5`'s `Pong` message (#5616)
azteca1998 ac66212
Merge branch 'main' into discv5
ElFantasma 31b82d2
Added decryption and corrected Ping decoding
ElFantasma db0a79c
Corrected Ping encoding
ElFantasma 3020428
feat(l1): implement discv5 TalkReq message coding (#5631)
edg-l 552160a
feat(l1): implement discv5 nodes message coding (#5630)
edg-l d2da66c
feat(l1): implement discv5's FindNode message (#5629)
edg-l 4af6e40
chore(l1): fix discv5 branch lints (#5633)
edg-l e247d48
chore(l1): improve discv5 new_nonce (#5652)
edg-l 13b1e16
chore(l1): put all discv5 behind a feature flag (#5651)
edg-l 48282da
feat(l1): implement discv5 TICKET message codec (#5650)
edg-l 2907a37
feat(l1): implement `discv5` `TalkRes` message codec (#5632)
azteca1998 c547ab5
Merge branch 'main' into discv5
ElFantasma 52fa23e
Merge branch 'main' into discv5
ElFantasma 4aae22c
feat(l1): implement discv5 handshake encoding/decoding (#5653)
edg-l 92ea30a
Merge branch 'main' into discv5
edg-l f2e8501
feat(l1): discv5, add ordinary packet coding (#5665)
edg-l 0eda82b
Merge branch 'main' into discv5
ElFantasma 8cab21f
Merge branch 'main' into discv5
edg-l bb8e46a
feat(l1): add discv5 session structures and remaining official vector…
edg-l 16da2ac
rename feature
edg-l de865e2
rename
edg-l 45d01e2
Merge branch 'main' into discv5
ElFantasma a43b915
address comments
edg-l afdaeba
Merge branch 'main' into discv5
edg-l d7ada2b
Updated some types
ElFantasma 9e562dd
Merge branch 'main' into discv5
ElFantasma 2aca677
Addressed PR comments and corrected req_id type
ElFantasma 6b819a1
Corrected static_header type
ElFantasma 41d100e
Removed unnecessary stuff
ElFantasma c1d3031
Merge branch 'main' into discv5
ElFantasma File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.