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

Implement proof generation route in the aggregator #1467

Closed
2 tasks done
Tracked by #1313
jpraynaud opened this issue Jan 29, 2024 · 0 comments · Fixed by #1473
Closed
2 tasks done
Tracked by #1313

Implement proof generation route in the aggregator #1467

jpraynaud opened this issue Jan 29, 2024 · 0 comments · Fixed by #1473
Assignees
Labels
feature 🚀 New implemented feature

Comments

@jpraynaud
Copy link
Member

jpraynaud commented Jan 29, 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

  • Implement route proof/cardano-transaction that creates proofs for list of transactions
  • Update OpenAPI specs
@jpraynaud jpraynaud added the feature 🚀 New implemented feature label Jan 29, 2024
@jpraynaud jpraynaud changed the title Light Wallet: Implement proof generation route in the aggregator Implement proof generation route in the aggregator Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 🚀 New implemented feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants