mithril icon indicating copy to clipboard operation
mithril copied to clipboard

Stake-based threshold multi-signatures protocol

Results 150 mithril issues
Sort by recently updated
recently updated
newest added
trafficstars

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` -...

breaking-change

### Issue What do we need to make debugging easier and faster: * tools to browse stores data * tools to analyze logs * better logs * TBD

D-medium
P-medium
task

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...

breaking-change

Relates to #444 and #475

breaking-change

### Issue Upgrade all stores to `SQLite` adapter

breaking-change
P-high
P-medium
task

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,...

D-easy
T-design
P-medium
T-feature

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...

breaking-change

## Issue Prepare migration to relational data stores with SQLite and mechanism to upgrade versions of the database schema

idea
D-medium
P-medium
task

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...