You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to give the capability to a client to certify a specific list of transactions, the aggregator needs to generate a proof (of list of proofs) for these transactions.
What
Implement a new route in the aggregator which computes proofs for transactions subset (recreate a Merkle tree from the stored transactions and create a list of Merkle proofs for all the transactions that are included in the tree)
How
Implement route proof/cardano-transaction that creates proofs for list of transactions
Update OpenAPI specs
The text was updated successfully, but these errors were encountered:
jpraynaud
changed the title
Light Wallet: Implement proof generation route in the aggregator
Implement proof generation route in the aggregator
Feb 1, 2024
Why
In order to give the capability to a client to certify a specific list of transactions, the aggregator needs to generate a proof (of list of proofs) for these transactions.
What
Implement a new route in the aggregator which computes proofs for transactions subset (recreate a Merkle tree from the stored transactions and create a list of Merkle proofs for all the transactions that are included in the tree)
How
proof/cardano-transaction
that creates proofs for list of transactionsThe text was updated successfully, but these errors were encountered: