Jean-Philippe Raynaud
Jean-Philippe Raynaud
## Why In order to deploy new features, improvements and bug fixes, we need to release a new distribution. ## What Create and release a new distribution `2416` ## How...
## Why We want to identify and understand the threat model and security risks of the Mithril network. ## What Prepare a threat model docuemt published on the documentation website....
## Why In order to move toward a decentralized Mithril network that would allow multiple aggregators to operate simultaneously. A P2P network layer could power this new capability and provide...
## Why A parsing error occurred when we released the new `pallas-hardano` base transaction parser apparently on some previous versions of the Conway era blocks which is not supported in...
## Why We could provide extra information (block number, which is not retrievable from the body of the transaction) with the certified status of a transaction in the Mithril client....
## Issue Create a new `Pythagoras` era that updates the enables signature of the Mithril Stake Distribution entity type (and Open API version from `0.1.x` to `0.2.0`) ## To do...
## 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...