Jean-Philippe Raynaud

Results 94 issues of Jean-Philippe Raynaud

## Context & versions It looks like the blocks produced by the `8.8.0-pre` Cardano node on the `sanchonet` network for the `Conway` era are not correctly parsed by Pallas `0.23.0`...

## Why In order to facilitate the maintenance of Mithril, we need to create a process for upgrading all the dependencies in the repository. ## What Create a new [runbook](https://github.com/input-output-hk/mithril/tree/main/docs/runbook)...

documentation :book:

## Why In order to make Cardano transactions signature efficient, we need to provide transactions certification with low latency. We are currently relying on the immutable files to import the...

epic :crossed_swords:

## Why Now that we are signing transactions on a Mithril test network for the Cardano `mainnet`, we want to identify bottlenecks and prepare optimizations for the signature/proving of the...

epic :crossed_swords:

## 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 `2428` ## How...

release :package:

## Why We need to avoid blocking the signature of new open messages when the aggregator is computing the artifact for a signed entity type (an operation which can take...

feature :rocket:

## Why While implementing the issue #1804, we have made the usage of the `beacon` field in the pending certificate optional. We want to do this operation on the Certificate...

refactoring :hammer_and_wrench:

## Content This PR includes some **experimental** optimizations of the **Cardano transactions proof generation** in order to enhance the throughput. ## Pre-submit checklist - Branch - [ ] Tests are...

prototype :hammer_and_wrench:

## Why The Cardano transaction importer does not import the last block displayed as certified: - In the aggregator artifact route: ```json { "merkle_root": "05e65f0c58565d1097254ae35432a61a26f06426b2a723ecdac63126bd5d595e", "epoch": 493, "block_number": 10499370, "hash":...

bug :warning:

## Why Cardano transactions are not produced consistently on the `testing-sanchonet`. The problem is not occurring on the `testing-preview` network which is running the same code as `testing-sanchonet`. ## What...

bug :warning: