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

Light Wallet: Compute message to sign for CardanoTransactions #1436

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

Light Wallet: Compute message to sign for CardanoTransactions #1436

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

Comments

@jpraynaud
Copy link
Member

jpraynaud commented Jan 16, 2024

Why

We need to compute a succinct protocol message to be signed for the CardanoTransactions signed entity type.

What

Compute the Merkle root of a Merkle tree with leaves being all the transactions.

How

  • Compute the Merkle tree of all the transactions and its root (as done in the PoC: README and Merkle tree)
  • Use the Merkle root as a protocol message part to be signed in the signer and aggregator
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