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

Some crucial dependencies were missing to make the cardano-cli and cardano-node to work as it should in a standalone environment. after-all, this aims to bring more compatibility for a general...

Hello! We are in the process of integrating the Mithril Aggregator API into the Blockfrost API. We would like our users to be able to use the official mithril-client with...

feature :rocket:

## Why During the review of PR https://github.com/input-output-hk/mithril/pull/1727#discussion_r1627187036, we have noticed that some example macros in the configuration code and in the associated documentation website pages are not valid JSON...

documentation :book:

## Why We need to create a documentation page in the website that details how Cardano transactions are signed and how membership proofs are created. ## What Create a new...

documentation :book:

## Why We use a not maintained GitHub Action for creating the releases in the CI/CD (`release`, `pre-release`, `unstable`). We want to replace it with one or multiple maintained GitHub...

CI/CD :factory:

## Why Update the registered signers page in the explorer to display the registered signers of the latest epoch when `latest` is used for the epoch value. ## What Update...

UX :sun_with_face:

## Content Fix the `metrics_per_day` view in monitoring database. Improve test on this view by using the real MetricEventMessage json. ## Pre-submit checklist - Branch - [x] Tests are provided...

## Content This PR includes an update to the `Nightly Docker Builds` workflow, adjusting the cron schedule to 2:30 UTC. This change creates a commit with co-authors, which should enable...

## Why The `CardanoDbBeacon` holds a `network` field which should be removed as this information is not necessary to operate the Mithril network. ## What Remove the `network` field in...

refactoring :hammer_and_wrench:

## Why We want to provide a simple query to retrieve the registrations aggregated data which is currently done with a complex SQL query as detailed in the [Registrations monitoring](https://github.com/input-output-hk/mithril/tree/main/docs/runbook/registrations-monitoring)...

devX :sun_with_face: