High level overview
The Mithril team created an explorer page with the registered signers to give recognition to the SPOs already running on mainnet. They also worked on refactoring and standardizing errors in the Mithril nodes, and they enhanced the clarity and reduced verbosity of the logs for the signer and aggregator nodes. Additionally, they started working on the implementation of zstandard
compression of the snapshot archive, and streaming its download and decompression in the client.
Finally, they implemented machine readable progress information in the client, and streamlined the process of verifying the registration status of a signer.
Low level overview
- Completed the issue
Create explorer page with registered signers
#1097 - Completed the issue
Simplify logs on the Signer/Aggregator
#1106 - Completed the issue
Refactor (de)serialization of crypto entities
#668 - Completed the issue
Mithril client last snapshot download
#1078 - Completed the issue
Use the '/signers/registered' route to verify if a signer is registered
#1152 - Worked on the issue
Provide progress information with '--json' option in Client
#1095 - Worked on the issue
Use 'zstandard' compression for snapshot archives
#876 - Worked on the issue
Make client download and extract the archive simultaneously
#1115