High level overview
The Mithril team released a new 2315.0
distribution that implements the first part of the migration of the aggregator stores along with minor improvements and bug fixes. They finished the migration of the aggregator stores to a relational design by completing the adaptation and migration of the signed entity, signer and single signature stores. They also created a new tick service that provides beacons to other services of the aggregator. Additionally, they started implementing the new new certifier service of the aggregator that is in charge of producing certificates for multi-signatures.
Finally, they completed the design and definition of the interfaces that must be implemented to provide certification for a new type of data in a Mithril network.
Low level overview
- Released the new distribution
2315.0
- Completed the epic that implements a relational store in the aggregator #779:
- Worked on the epic that designs and implement generic signing/verification of entity services #780:
- Completed the definition of the interface of the generic entity service for signing #847
- Worked on the implementation of the
Certifier
service in the aggregator #850 - Completed the extension of the
SignedEntityType
type #848 - Completed the implementation of the
Tick
service in the aggregator #849 - Worked on implementing the signable builder for the
Mithril Stake Distribution
#851