input-output-hk / mithril

Stake-based threshold multi-signatures protocol
https://mithril.network
Apache License 2.0
130 stars 41 forks source link

Get rid of store adapters in signer and aggregator #2118

Open jpraynaud opened 1 week ago

jpraynaud commented 1 week ago

Why

We want to get rid of the remaining store adapters implementation in the signer and aggregator, and replace them with some repository implementation as for the rest of the storage in the Mithril nodes.

What

Replace the store using the legacy store adapter and replace them with a repository implementation.

How