EspressoSystems / seahorse

Ledger-agnostic wallet toolkit for the CAP protocol
https://seahorse.docs.espressosys.com
GNU General Public License v3.0
6 stars 1 forks source link

Optimize Insertion of Records into Merkle Tree #259

Open bfish713 opened 2 years ago

bfish713 commented 2 years ago

After: https://github.com/EspressoSystems/reef/pull/59 we have merkle proofs for records after we call validate_and_apply. We can no avoid computing all this again when we insert into the sparse Merkle tree.