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

Add full replication implementation for DA #396

Merged
merged 1 commit into from
Sep 13, 2023
Merged

Conversation

zeegomo
Copy link
Contributor

@zeegomo zeegomo commented Sep 12, 2023

Add an initial simple but functional implementation for a data availability protocol.
Full replication simply encodes bytes in a single blob which is replicated in all nodes.

For now I've just implemented the DA protocol for this simple one to test it out, we can implement it for more complex constructions in following PRs. At that time, it might be interesting to consider extracting more pieces into independent components

@zeegomo zeegomo added the da label Sep 12, 2023
@zeegomo zeegomo added this to the DA milestone Sep 12, 2023
Add an initial simple but functional implementation for a data
availability protocol.
Full replication simply encodes bytes in a single blob which is
replicated in all nodes.
@codecov
Copy link

codecov bot commented Sep 12, 2023

Codecov Report

Patch has no changes to coverable lines.

Files Changed Coverage
nomos-da/full-replication/src/lib.rs 0.00%

📢 Thoughts on this report? Let us know!.

Copy link
Contributor

@youngjoon-lee youngjoon-lee left a comment

Choose a reason for hiding this comment

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

LGTM from my current understanding. Thank you! It helped clarify my understanding.

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.

Nice first simple approach. Looking forward to pipe everything and see it working!

@zeegomo zeegomo merged commit d72e54f into master Sep 13, 2023
11 of 13 checks passed
@jakubgs jakubgs deleted the full-replication branch February 15, 2024 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants