High level overview
This week, the Mithril team released a new Mithril protocol insights dashboard and a new explorer page displaying active and deregistered SPOs for the latest Cardano epochs. They also continued implementing the certification of Cardano transactions in Mithril networks by improving the throughput of the prover route of the aggregator and making progress on low-latency certification by completing the implementation of a chain block reader from the Cardano mini-protocol with Pallas.
Additionally, the team started working on a new beacon for signing Cardano transactions based on the chain point. Finally, they refactored the persistence library, enhanced their testing tools for Cardano transactions, and fixed a block parsing problem that prevented the signature of Cardano transactions in the test networks.
Low level overview
- Released the Mithril Protocol Insights Dashboard
 - Completed the issue Prototype optimizations for increasing Cardano transactions proof generation throughput #1687
 - Completed the issue Retrieve Cardano blocks with 
chainsyncinpallasPoC #1590 - Completed the issue Explorer display in/out SPOs in registered signers page #1686
 - Completed the issue Create a test Cardano transactions builder #1667
 - Completed the issue Cardano signatures are not produced on 
testing-sanchonetandtesting-mainnet#1681 - Completed the issue Remove 
snapshotcommand in client CLI #1690 - Completed the issue Block Streamer returns 
ChainScannedBlocks#1704 - Completed the issue Remove connections coupling with providers in database #1711
 - Worked on the issue Implement Resource Pooling for Block Range Merkle maps #1698
 - Worked on the issue Sign Cardano transactions with ChainPoint based beacon #1697
 - Worked on the issue Import Cardano transactions with 
ChainReader#1705 - Worked on the issue Mithril Signer Local Error Policy : Error 182 - MuxError #1632
 
