ethereum-oasis-op / baseline

The Baseline Protocol is an open source initiative that combines advances in cryptography, messaging, and distributed ledger technology to enable confidential and complex coordination between enterprises while keeping data in systems of record. This repo serves as the main repo for the Baseline Protocol, containing core packages, examples, and reference implementations.
https://docs.baseline-protocol.org
Other
577 stars 235 forks source link

[Interop] Lock Commitment #710

Open Therecanbeonlyone1969 opened 1 year ago

Therecanbeonlyone1969 commented 1 year ago

We need to finalize a decision on Lock Commitment for the BPI State Object the Interop Worksteps are working on:

Suggestion:

Use Sparse Merkle Tree (SMT) since this allows proof-of-non-membership of the hash of the BPI State Object.

That then needs a separate Smart Contract to

Therecanbeonlyone1969 commented 1 year ago

Interop WG Meeting 7/21 agrees to use SMTs for lock commitments. @Therecanbeonlyone1969 to write the contract and PR it.