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

chore: dedupe blob in consensus and rpc #401

Merged
merged 1 commit into from
Mar 26, 2024
Merged

Conversation

prestwich
Copy link
Member

Motivation

closes #400

Solution

Make an SSZ helper struct that can be transmuted from BlobsBundleV1

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

@prestwich prestwich added enhancement New feature or request debt Tech debt which needs to be addressed labels Mar 26, 2024
@prestwich prestwich self-assigned this Mar 26, 2024
Copy link
Member

@mattsse mattsse left a comment

Choose a reason for hiding this comment

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

cleaner

mod signature;
pub use signature::{Parity, Signature};
Copy link
Member

Choose a reason for hiding this comment

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

😎

@prestwich prestwich merged commit 27a1e36 into main Mar 26, 2024
17 checks passed
@prestwich prestwich deleted the prestwich/dedupe-blob branch March 26, 2024 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debt Tech debt which needs to be addressed enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dedupe blob transaction sidecar
3 participants