High level overview
This week, the Mithril team released the new distribution 2445.0
. This distribution offers stable support for Cardano node v.10.1, the Cardano stake distribution client library, CLI and WASM, and the aggregator's Prometheus endpoint. It also includes bug fixes and performance improvements.
The team also continued implementing the new status route in the aggregator. Additionally, they reorganized the user manual section of the documentation website and started working on the new version of the Protocol Insights dashboard.
Finally, they implemented a new command in the aggregator CLI to generate genesis keypairs and refactored the signer and aggregator's store pruning implementations.
Low level overview
- Released the new distribution
2445.0
- Published a dev blog post about the Prometheus endpoint of the aggregator
- Completed the issue Reorganize the user manual in the documentation website #2101
- Completed the issue Release
2445
distribution #2030 - Worked on the issue Create a new
/status
route in aggregator #2071 - Worked on the issue Remove
network
field fromCardanoDbBeacon
#1957 - Worked on the issue Refactor pruning with upkeep service in signer/aggregator #2075
- Worked on the issue Implement the new metrics in the Mithril Protocol Insights dashboard #2076
- Worked on the issue Add command to create Genesis keypair in aggregator #2074
- Worked on the issue Explore Signer Registration Solutions #2029