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

fix(proto): wrap values in options in bytes serializers #12

Merged
merged 1 commit into from
Sep 26, 2023

Conversation

zvolin
Copy link
Member

@zvolin zvolin commented Sep 26, 2023

Previously values were serialized as T and deserialized as Option<T> what resulted in inability to deserialize in some codecs, eg. risc0_zkvm::serde.

Previously values were serialized as T and deserialized as Option<T>
what resulted in inability to deserialize in some codecs, eg. risc0_zkvm::serde.
@zvolin zvolin requested a review from oblique September 26, 2023 12:24
Copy link
Member

@oblique oblique left a comment

Choose a reason for hiding this comment

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

lgtm

@oblique oblique merged commit 1f8b574 into eigerco:v0.32.x-celestia Sep 26, 2023
@zvolin zvolin deleted the fix/proto-serializers branch September 26, 2023 13:50
This was referenced Jan 10, 2024
@zvolin zvolin mentioned this pull request Jan 12, 2024
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