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 to Merkle Tree proofs to enable Serialization/Deserialization #694

Open
4 tasks
bvrooman opened this issue Mar 8, 2024 · 0 comments
Open
4 tasks
Assignees

Comments

@bvrooman
Copy link
Contributor

bvrooman commented Mar 8, 2024

  • Introduce serde feature flag to enable serde-specific compilation
  • Include serde dependency in toml when compiling with serde feature flag
  • Derive serde for SMT proofs when serde feature flag is enabled
  • Derive serde for BMT proofs when serde feature flag is enabled (optional)
@bvrooman bvrooman changed the title Add serde to Merkle Tree proofs Add serde to Merkle Tree proofs to enable Serialization/Deserialization Mar 8, 2024
@bvrooman bvrooman self-assigned this Mar 10, 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

No branches or pull requests

1 participant