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

Relax bound H: BorshSerialize for UpdateMerkleProof #113

Closed
kpp opened this issue Apr 11, 2024 · 1 comment
Closed

Relax bound H: BorshSerialize for UpdateMerkleProof #113

kpp opened this issue Apr 11, 2024 · 1 comment

Comments

@kpp
Copy link

kpp commented Apr 11, 2024

Now it is:

impl<H> BorshDeserialize  for UpdateMerkleProof<H>
where
    H: BorshDeserialize + SimpleHasher

https://docs.rs/jmt/latest/jmt/proof/struct.UpdateMerkleProof.html#impl-BorshSerialize-for-UpdateMerkleProof%3CH%3E

@kpp kpp changed the title Relax requirement H: BorshSerialize + SimpleHasher for UpdateMerkleProof Relax bound H: BorshSerialize for UpdateMerkleProof Apr 12, 2024
@erwanor
Copy link
Member

erwanor commented Jun 27, 2024

Done in #116

@erwanor erwanor closed this as completed Jun 27, 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

2 participants