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

Minotaur-Mithril PoC follow-up #2196

Open
jpraynaud opened this issue Jan 3, 2025 · 0 comments
Open

Minotaur-Mithril PoC follow-up #2196

jpraynaud opened this issue Jan 3, 2025 · 0 comments
Assignees
Labels
prototype 🛠️ Prototype/PoC of a feature

Comments

@jpraynaud
Copy link
Member

jpraynaud commented Jan 3, 2025

Why

The Minotaur project team has worked on a prototype of implementation of the Mithril client in their developments.
Their need is to certify UTxOs from some pre-specified address. In order to do so, they have used the existing Cardano Transaction certification. The current implementation was fine for a Proof of Concept, but some new features would be needed in order to be ready for production use.

What

New features needed for production usage:

  • Enhanced certification of the transactions with combination of (tx_hash, block_hash, block_number) instead of only the tx_hash.
  • Certification as close as possible from the tip of the chain (and provide finality probability depending on depth from tip of the chain when snapshot is created).
  • Provide a way to download the certificate chain with the client library.
  • Provide a way to verify a certificate chain previously downloaded with the client library.
@jpraynaud jpraynaud self-assigned this Jan 3, 2025
@jpraynaud jpraynaud added the prototype 🛠️ Prototype/PoC of a feature label Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
prototype 🛠️ Prototype/PoC of a feature
Projects
None yet
Development

No branches or pull requests

1 participant