mithril
mithril copied to clipboard
Stake-based threshold multi-signatures protocol
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
As discussed [here](https://github.com/input-output-hk/mithril/pull/159#issuecomment-1111955469), we are interested in allowing signature generation without merkle paths. To this end, we should extend the core library to allow for signature generation without merkle path,...
Add missing code documentation in the aggregator library.
This PR simply updates the Blake2 dependency. We use the new, more flexible design, of version 0.10.4 to use an output of 32 bytes instead of 64 bytes, making merkle...
## Issue Prepare migration to relational data stores with SQLite and mechanism to upgrade versions of the database schema
This will prevent us from using common test utilities in production code (since now we don't have to use the fake data anymore). Hopefully this should also reduce the aggregator...