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: add deneb compatibility #221

Merged
merged 3 commits into from
Apr 30, 2024

Conversation

jacobkaufmann
Copy link
Contributor

add deneb compatibility/support.


// TODO: perform length checks to avoid panic on `push`
for sidecar in sidecars {
for commitment in &sidecar.commitments {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

these nested loops are not ideal, but in the usual case should not add much overhead.

it would be nice if there was an infallible conversion from the FixedBytes<N> to the ByteVector<N>.

@jacobkaufmann jacobkaufmann marked this pull request as ready for review April 30, 2024 18:19
Copy link
Owner

@ralexstokes ralexstokes left a comment

Choose a reason for hiding this comment

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

looks great, thank you!

@ralexstokes ralexstokes merged commit 0015811 into ralexstokes:main Apr 30, 2024
4 checks passed
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.

2 participants