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 We need to simplify the Multi Signer: * Remove some responsibilities to runtime or new services * More stateless * More readable code ### Tasks - [ ]...

D-hard
P-medium
task

Currently, the Merkle tree used for the AVK is balanced which implies that signatures produced by any two parties will have the same length. Since parties with high stake are...

P-low
T-feature

Currently, mithril certificates involve verifying a few hundred paths over a Merkle tree. For the parts of the paths that are close to the root, there will be large amounts...

P-low
T-feature

Currently, mithril operates with a single set of f/m/k parameters. The parameter f determines the probability of success, and the protocol then requires k successes over m indices. For security...

P-low
T-feature

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

D-medium
P-low
task

This issue relates to the bug #223 and its comments concerning the feature of resolvable url for the snapshot locations in order to not disclose full GCP urls in the...

task

We need to put some limits to the types of the OpenAPI specifications (text inputs + sent body). - [ ] Update types specifications - [ ] Test the new...

There is an interest from other projects within IOG to use capabilities provided by Mithril library (eg. ATMS for EVM-as-a-Sidechain project by @dzajkowski). We need to: * Automate build and...

D-medium
P-medium
T-feature

We want to assert and verify (roughly) the following (Safety/liveness) property: * Nodes retrieve protocol parameters * Nodes register their keys * Snapshot is triggered * Nodes send signatures to...

It is of interest to understand what are the changes of producing valid certificates given a set of parameters. To this end, it would be of interest to produce a...

D-easy
P-low
T-feature