mithril
mithril copied to clipboard
Stake-based threshold multi-signatures protocol
## 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....
## 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...
## 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...
## 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. ##...
## 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...
## 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...
## Content This PR includes... ## Pre-submit checklist - Branch - [ ] Tests are provided (if possible) - [ ] Crates versions are updated (if relevant) - [ ]...