Skip to content
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

feat(mgnp): add handshaking, redo outbound frame API #21

Merged
merged 27 commits into from
Nov 10, 2023
Merged

Conversation

hawkw
Copy link
Contributor

@hawkw hawkw commented Nov 8, 2023

This branch implements a bunch more of the MGNP protocol, including
Hello messages for connection establishment (see #12). In addition,
I've redone the frame types, including a much more usable
OutboundFrame API for the Wire implementation, which should be much
easier to serialize (see #13).

Furthermore, I've added a bunch more tests (see #14).

Closes #13

@hawkw hawkw requested a review from jamesmunns November 8, 2023 19:02
@hawkw hawkw marked this pull request as draft November 8, 2023 19:02
@hawkw hawkw changed the title [wip] rewrite everything feat(mgnp): add handshaking, redo outbound frame API Nov 10, 2023
@hawkw hawkw marked this pull request as ready for review November 10, 2023 18:53
@hawkw hawkw merged commit 87dc51d into main Nov 10, 2023
@hawkw hawkw deleted the eliza/handshake2 branch November 10, 2023 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mgnp: fix outbound frame serialization interface
1 participant