Pascal Berrang
Pascal Berrang
## What's in this pull request? This PR implements the mechanism to carry out breaking changes (version upgrades) after launch. It mostly follows the specification in the [Albatross paper](https://arxiv.org/pdf/1903.01589v5) with...
Parallelize some things in the web client, for example BLS key decompression. Old description There's a crate that would enable the use of parallelism using workers in our web client:...
There is a chance that what happened to `max_epochs_stored` (#3112) is also happening to other config options: When moving options from the struct responsible for deserialization to the actual config...
We should extend logging in many places (especially for wrong signatures) and include the validator address. Also, whenever we log something about slots, we should include the validator address. This...
I have just setup rgit using Docker and was playing around with it. It correctly shows my git repositories and the summary also lists my commits and branches. However, as...