mithril
mithril copied to clipboard
Stake-based threshold multi-signatures protocol
## Content This PR includes: * A dev blog post explaining the evolution of the testing environments for SPOs * The updated list of `Mithril Networks` ## Issue(s) Relates to...
Single Signatures without Merkle Path === ### Individual Signature - `StmSig` An individual signature `StmSig` does not contain the Merkle path; instead, it holds the signer's merkle tree index. -...
## Content This PR provides a database model layer & stores the database schematic version in the database. ## Pre-submit checklist - Branch - [X] Tests are provided (if possible)...
## Issue We need to work on the release process in order to manage correctly the evolution of the network with our users Here is a first definition of the...
## Content This PR implements batch-verification for STM certificates, and benchmarks the results. In the final verify of the aggregated multisignatures, we check a pairing equality, meaning that for a...
## Content This patch adds a new HTTP response header that advertise the version of the Mithril Protocol supported by the server. ## Pre-submit checklist - Branch - [ ]...
Use the OpenAPI version and display it in the API HTTP headers (client, aggregator, signer).
## Issue The Signer registration fails when using the experimental key certification mode. The Aggregator returns a `KESInvalidSignature` error. After investigation, it appears that the problem is linked with the...
### Issue Implement a store migration process for Aggregator/Signer: - [ ] Implement system that detect a database version mismatch ad displays understandable error message - [ ] Implement automatic...