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 We have noticed some flakiness on the Rust Tests which are often failing on MacOS in the CI: - https://github.com/input-output-hk/mithril/actions/runs/8021482810/job/21913635765#step:5:114 - https://github.com/input-output-hk/mithril/actions/runs/8050418400/job/21986320286 - https://github.com/input-output-hk/mithril/actions/runs/8142237204/job/22251350509#step:5:114 ## What Investigate the...

CI/CD :factory:

## Why We want the client library to allow for cancellation of an in progress verification ## What Implement a mechanism to detect a cancellation request from the browser and...

devX :sun_with_face:

## Why The Mithril nodes should provide Prometheus endpoints that expose specific metrics. These metrics can be used by operators to monitor health of their nodes. ## What Implement Prometheus...

epic :crossed_swords:

## Why We want to experiment with decentralized storage of Mithril snapshot archives, and better understand the possible usage, reliability and infrastructure requirements of IPFS hosting. ## What Prototype the...

prototype :hammer_and_wrench:
to-groom :thinking:
feature :rocket:

## Why We want the client library to provide faster certificate verification in the explorer. ## What Provide a list of already signed transactions to the client so that it...

prototype :hammer_and_wrench:
devX :sun_with_face:

## Context & versions mithril: v2403.1 Platform: ARM64, https://www.solid-run.com/embedded-networking/nxp-lx2160a-family/cex7-lx2160/#carrier-boards ## Steps to reproduce make test ## Actual behavior > test utils::progress_reporter::tests::check_seconds_elapsed_in_json_report_with_less_than_100_milliseconds ... FAILED > test utils::progress_reporter::tests::check_seconds_elapsed_in_json_report_with_more_than_100_milliseconds ... FAILED > failures:...

to-investigate :mag_right:

## Context & versions ``` $ mithril-client --version mithril-client 0.4.12+e5ae362 ``` ## Actual behavior ``` $ mithril-client snapshot list Error: Dependencies Builder can not get Snapshot Service Caused by: 0:...

devX :sun_with_face:

## Issue In order to accelerate the restoration of the artifacts in the client, the certificate chain verification could be parallelized: the certificates are individually verified and the validity of...

idea :bulb:
optimization :hammer_and_wrench:
to-groom :thinking:
performances :1st_place_medal:
devX :sun_with_face:

## Issue Activate the Cloudflare protection to the snapshot archives stored on Google Cloud Storage for all the Mithril networks. ## To do - [x] Prepare migration process for data...

infrastructure :classical_building:

## Issue We want to avoid unwrap and panics in database providers code. These unwrap panics should be replaced by a specific error type that will be gracefully handled as...

refactoring :hammer_and_wrench:
to-groom :thinking: