Skip to main content

Mithril Team Update

· One min read
Jean-Philippe Raynaud

High level overview

The Mithril team started working on decentralizing the signature orchestration of the Mithril network. In this preliminary phase, they are moving signer registrations to the aggregator's epoch settings route. They also optimized memory usage for signers when signing Cardano transactions and completed a proof of concept for diffusing Mithril signatures with the Cardano network layer.

Finally, they added support for retrieving database snapshots from local files in the client and fixed a bug related to the certification of Cardano stake distribution.

Low level overview

  • Completed the issue Future proof options for mithril client #1878
  • Completed the issue Mithril signature diffusion with Cardano network layer PoC #1837
  • Completed the issue Cardano stake distribution is not signed on the correct epoch #1895
  • Completed the issue Support file:// URLs for snapshot locations #1885
  • Completed the issue Create repository dependencies upgrade runbook #1813
  • Worked on the issue Optimize memory usage of signer for Cardano transactions #1903
  • Worked on the issue Signer retrieves registrations with epoch settings route #1897
  • Worked on the issue Aggregator exposes Cardano transactions signing configuration #1898
  • Worked on the issue Test Cardano transaction chain rollbacks #1840