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

## Why In order to provide faster signature of the Cardano transactions, we need to use Block range Merkle trees roots stored in the databases of the signer and aggregator....

feature :rocket:

## Why In order to provide faster signature and proof generation of the Cardano transactions, we need to store and use Block range Merkle trees roots in the databases of...

feature :rocket:

## Context & versions cardano node version 8.9.1. mithril-signer v2412.0. Fresh mithril-signer setup on BP. Squid on Relay. Pool is correctly registered on Mithril Explorer. ## Actual behavior Every 60...

## Content This PR includes... ## Pre-submit checklist - Branch - [ ] Tests are provided (if possible) - [ ] Crates versions are updated (if relevant) - [ ]...

## Why There is a memory leak in the signature/proof generation of the Cardano transactions. A first investigation shows that it seems to be due to the Merkle tree used...

bug :warning:

## Why We need to retrieve the block number of the tip of the Cardano chain with the Chain observer to use it to create new types of beacons. ##...

good first issue :wave:
feature :rocket:

## Content This PR includes the support of Cardano node `8.10.0` for `testing-sanchonet` nwteork. ## Pre-submit checklist - Branch - [ ] Crates versions are updated (if relevant) - [...

## Why A re-spin of the `sanchonet` network is expected with the release of Cardano node `8.10`. We want the `testing-sanchonet` network to be ready when this occurs. ## What...

infrastructure :classical_building:

## Why In order to test early the scaling of the signature/proof generation with the `mainnet`, we want to create a `testing-mainnet` environment that is manually deployed with the [test...

infrastructure :classical_building:

## Content This PR includes... ## Pre-submit checklist - Branch - [ ] Tests are provided (if possible) - [ ] Crates versions are updated (if relevant) - [ ]...