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

Adopt a sans-IO style for DaProtocol #395

Merged
merged 3 commits into from
Sep 12, 2023
Merged

Adopt a sans-IO style for DaProtocol #395

merged 3 commits into from
Sep 12, 2023

Conversation

zeegomo
Copy link
Contributor

@zeegomo zeegomo commented Sep 12, 2023

Remove async streams from the DaProtocol trait to avoid creating dependencies on actual I/O. The protocol it's now transformed into a state machine with an input and output buffer.

In addition, a method to create an attestation was added to the trait.

@zeegomo zeegomo added this to the DA milestone Sep 12, 2023
Remove async streams from the DaProtocol trait to avoid creating
dependencies on actual I/O. The protocol it's now transformed into
a state machine with an input and output buffer.

In addition, a method to create an attestation was added to the
trait.
Copy link
Collaborator

@danielSanchezQ danielSanchezQ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the effort on the docs. Shame on me 😢

@codecov
Copy link

codecov bot commented Sep 12, 2023

Codecov Report

Patch has no changes to coverable lines.

📢 Thoughts on this report? Let us know!.

@zeegomo zeegomo merged commit 1eeeeb1 into master Sep 12, 2023
13 checks passed
@jakubgs jakubgs deleted the update-da-trait branch February 15, 2024 09:38
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.

None yet

2 participants