-
Notifications
You must be signed in to change notification settings - Fork 166
Wiki - Completing Cl networking page #405
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
Wiki - Completing Cl networking page #405
Conversation
…col-studies into cl-networking
Have added many sections, wanted to merge this as of now. |
@taxmeifyoucan Do review this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A small typo: It should be Noise instead of Noice and also we can add quic protocol which basically has built in Transport , Encryption and Multiplexing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can a section where quic basically replaces (TCP, Noise and MPLEX/YAMUX)
@SamarthJ2004 you have to add specific words to the wordlist.txt to remove the spell check error for example "Req/Resp" |
@guha-rahul I had already added Req/Resp to wordlist. It's giving the error "/" can't be in a word. How do I get around this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added comments but haven't submitted the review, sorry for the delay, just noticed it now
Co-authored-by: Mário Havel <[email protected]>
@SamarthJ2004 maybe try adding Req and Resp as seperate words? |
Thanks for updates! I think we can go ahead and merge this. Let me know or we confirm it at the call today |
@taxmeifyoucan can I get this merged? |
Description
Adding content to the CL networking page (https://github.com/eth-protocol-fellows/protocol-studies/blob/main/docs/wiki/CL/cl-networking.md)
Took inspiration from the lecture 19 of study group and also added content based on the specs. Working on completing it. Need review and suggestions for the same.