mithril
mithril copied to clipboard
Stake-based threshold multi-signatures protocol
## 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...
## 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...
## 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...
## 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...
## 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...
## 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:...
## 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:...
## 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...
## 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...
## 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...