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 serde support #21

Closed
Neotamandua opened this issue Nov 25, 2024 · 0 comments · Fixed by #22
Closed

Add serde support #21

Neotamandua opened this issue Nov 25, 2024 · 0 comments · Fixed by #22

Comments

@Neotamandua
Copy link
Member

Summary

We wanna have serde support for the key types used by Moonlight and other bls types used in the execution-core events, so that we can add serde to execution-core event structures in a more concise way.

Possible solution design or implementation

Find out which datatypes in bls12_381-bls are used by event structs in execution-core and implement serde for them. We can also see if we want to add serde to other types as well, to avoid a dependency bump in the future when the need for additional serde functionality arises.

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 a pull request may close this issue.

1 participant