stellar / slingshot

A new blockchain architecture under active development, with a strong focus on scalability, privacy and safety
Apache License 2.0
415 stars 61 forks source link

utreexo: tracking issue #270

Closed oleganza closed 5 years ago

oleganza commented 5 years ago

Use of utreexo commitments requires several auxiliary protocols and APIs:

  1. Updating commitments. Done: #308
  2. Merging merkle proofs (or otherwise optimizing storage). Issue: #284
  3. Tracking and updating proofs (both for "recent utxos" and for clients' utxos). Done: #308
  4. Definition of the trimmed chain for SPV clients to update proofs w/o spending O(N) bandwidth on all txs. Issue: #318
oleganza commented 5 years ago

Remaining issues are #284 and #318.