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 default implementations for new storage methods #4006

Merged
merged 2 commits into from
Jan 7, 2025

Conversation

ss-es
Copy link
Contributor

@ss-es ss-es commented Jan 7, 2025

This PR:

Adds default implementations to no-op the new storage methods

This PR does not:

Key places to review:

@ss-es ss-es merged commit f62b9b6 into main Jan 7, 2025
17 checks passed
@ss-es ss-es deleted the ss/default-storage-methods branch January 7, 2025 20:52
&self,
proposal: &Proposal<TYPES, VidDisperseShare2<TYPES>>,
) -> Result<()> {
self.append_vid2(&convert_proposal(proposal.clone())).await
Copy link
Contributor

Choose a reason for hiding this comment

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

self.append_vid(&convert_proposal(proposal.clone())).await

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.

5 participants