Jean-Philippe Raynaud

Results 94 issues of Jean-Philippe Raynaud

## Issue When a Client restores a snapshot of the Cardano node database, we need to be able t: * Provide a path where the `validated` unpacked files will be...

D-medium
P-low
task

## Issue We need to display a `Security Indicator` for the Certificate in the [Mithril Explorer](https://mithril.network/explorer/) and the formulas used to compute it (displayed when hovering the protocol parameters). Our...

idea :bulb:
D-medium

## Issue We need to optimize the computation of the `Snapshot Digest` that takes place on the Signer and Aggregator. To do so, we can make use of memoization so...

D-medium
P-low
task

## Issue The Aggregator and Signers need to be able to produce a valid `Certificate Chain` when an `Epoch gap` occurs (i.e. when no certificate has been produced for an...

idea :bulb:
D-hard

## Why Following the discussion #1606, we want to advertise the supported Cardano node versions for the Mithril signer. ## What Add a `cardano-min-versions.json` file at the root of the...

devX :sun_with_face:

## Why Following the PoC for Light Wallet use case implementation #1313, we want to make the signature of the Cardano Transactions type of data signed by Mithril network is...

epic :crossed_swords:

## Why We want to retrieve blocks from the Cardano node by using the `chainsync` mini protocol instead of reading the immutable files: this will allow us to get data...

good first issue :wave:
prototype :hammer_and_wrench:

## Why In order to provide faster proof generation for the Cardano transactions, we need to use Block range Merkle trees roots stored in the databases of the aggregator. ##...

feature :rocket:

## Why In order to provide faster signature of the Cardano transactions, we need to use Block range Merkle trees roots stored in the databases of the signer and aggregator....

feature :rocket:

## Why In order to provide faster signature and proof generation of the Cardano transactions, we need to store and use Block range Merkle trees roots in the databases of...

feature :rocket: