Jean-Philippe Raynaud
Jean-Philippe Raynaud
## Content This PR includes... ## Pre-submit checklist - Branch - [ ] Tests are provided (if possible) - [ ] Crates versions are updated (if relevant) - [ ]...
## Why There is a memory leak in the signature/proof generation of the Cardano transactions. A first investigation shows that it seems to be due to the Merkle tree used...
## Why We need to retrieve the block number of the tip of the Cardano chain with the Chain observer to use it to create new types of beacons. ##...
## Content This PR includes the support of Cardano node `8.10.0` for `testing-sanchonet` nwteork. ## Pre-submit checklist - Branch - [ ] Crates versions are updated (if relevant) - [...
## Why A re-spin of the `sanchonet` network is expected with the release of Cardano node `8.10`. We want the `testing-sanchonet` network to be ready when this occurs. ## What...
## Why In order to test early the scaling of the signature/proof generation with the `mainnet`, we want to create a `testing-mainnet` environment that is manually deployed with the [test...
## Content This PR includes... ## Pre-submit checklist - Branch - [ ] Tests are provided (if possible) - [ ] Crates versions are updated (if relevant) - [ ]...
## Content This PR includes the implementation of a prototypical decentralized signer registration with the P2P network of the Mithril relay: - signer registration messages are broadcast to the P2P...
## Why The latest version of `Squid` is not available from the `apt` package manager. In order to facilitate the setup process for the SPOs, we need to add explain...
## Why We want to keep experimenting with the P2P relay that we have prototyped to broadcast signer registrations in a similar way that we already broadcast signature registrations. >...