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

## Issue Add the size of the unpacked database in the snapshot artifact and use it to check the available size by the client more accurately ## To do -...

devX :sun_with_face:

## Issue In order to respect the Cardano naming scheme for private keys, we need to rename all the `SecretKey` types to `SigningKey`. This was suggested in the PR https://github.com/input-output-hk/mithril/pull/1189#discussion_r1311892872....

idea :bulb:
refactoring :hammer_and_wrench:
to-groom :thinking:
devX :sun_with_face:

## Why In order to facilitate the maintenance of Mithril, we need to create a process of qualification and upgrade of the Cardano node in a network. ## What Create...

documentation :book:

## Issue As seen in #1137, the snapshot archive is unstable and produces from time to time corrupted files. We need to fix this issue, and to do so, we...

optimization :hammer_and_wrench:
devX :sun_with_face:
to-plan :calendar:

## Issue The `current_beacon` used in the states of the state machine should be replaced by the `current_epoch` as this is the only information needed. There still exists some coupling...

D-medium
refactoring :hammer_and_wrench:
mainnet-protocol :rocket:

## Parent Issue #718

D-medium
graceful-updates :rocket:

## Issue It appears that we need to link the security level given by the protocol parameters to the share of Cardano stakes enrolled in Mithril network. If this is...

idea :bulb:
breaking-change :fire:
D-medium

## Issue The signer and aggregator nodes should not start signing and gathering stake distribution until the underlying Cardano node is (almost) fully synced

idea :bulb:
D-medium
mainnet-protocol :rocket:

## Issue If the underlying Cardano node of an aggregator is not running (e.g. it is verifying chain or it is panicking), the aggregator node is panicking as well and...

idea :bulb:
refactoring :hammer_and_wrench:

## Issue Sign a new type of data, the `Cardano Stake Distribution` for the previous epoch ## To do - [ ] Add a new signed entity type (type +...

epic :crossed_swords: