Jean-Philippe Raynaud
Jean-Philippe Raynaud
This PR upgrades the Aggregator hosted on GCP cloud so that it uses the `preview` Cardano network instead of the legacy `testnet`: - [x] Upgrade Cardano node to `1.35.3` -...
### Issue What do we need to make debugging easier and faster: * tools to browse stores data * tools to analyze logs * better logs * TBD
This PR implements the `Real Genesis Certificate`: - [x] Add a `Genesis Signer` that signs a message with a `Genesis Secret Key` (only for test purpose) - [x] Add a...
### Issue Upgrade all stores to `SQLite` adapter
## Issue Prepare migration to relational data stores with SQLite and mechanism to upgrade versions of the database schema
### Issue Create a `genesis` command of the Aggregator (manual operation): * (Re)Use a private key (Cardano keys) for testing purpose * (Re)Use a public key stored on a public...
## Issue Following open sourcing of the repository, we need to finalize some tasks ## Tasks * [x] Make Docker repository public ([`mithril-client`](https://github.com/orgs/input-output-hk/packages/container/mithril-client/settings)) * [ ] Curate Github roadmap *...
### Issue Implement the certification of the Mithril Verification Keys in the Signer and the Aggregator ### Tasks / Depends - [ ] Use new key registration from `mithril-core` -...
### Issue We need to simplify the Multi Signer: * Remove some responsibilities to runtime or new services * More stateless * More readable code ### Tasks - [ ]...
The image used in the `Docker.ci` is not a slim image anymore following issues with `glibc` (see #313) The CI docker images should be optimized (and maybe built differently) to...