mithril
mithril copied to clipboard
Stake-based threshold multi-signatures protocol
## Why Having such a testing environment would provide us with a benchmark environment mimicking the usage of Mithril in main-net without the need of having it running there. This...
# Issue We need to handle versioning for the documentation website to be able to keep the documentation for the last released version while being able to work on the...
## Context [Since Node 12 have reached end of life in April 2022, github actions are switching to node16 as the new default](https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/). To push project to update github started...
Presently, if the Mithril app stops running, there is no way to identify that it stopped other than looking at syslog. Given the importance of the app, it'd be great...
fix #500 We should probably write the whole release process as a RELEASE.md document at the toplevel of the repository
## Why Transmute can result in undefined behaviour. Should be used only when there are no alternatives. ## What Some functions of the multi-signature use transmute to change between types...
## Why Certificate chain verification could be made more efficient ## What When verifying a chain of `n` certificates, we currently verify each individually. This means that we compute the...
## Issue We need to align the versions of the Cardano node that are used on the `devnet` and on the `preview` networks. Today the `devnet` runs `1.34.1` and `preview`...