Enrico Mariotti
Enrico Mariotti
## 🎯 Problem to be solved Testing the [Nimbus integration](https://docs.obol.tech/docs/int/key-concepts#validator-client) on the core team cluster. ## 🛠️ Proposed solution - [ ] Plan and schedule testing of Nimbus integration. -...
## 🎯 Problem to be solved Revamp the core cluster for the Protocol team to serve as a testing and development environment. ## 🛠️ Proposed solution - [ ] Determine...
## 🎯 Problem to be solved The integration of more protocols than QBFT requires the consensus layer abstraction (devising a common interface to all present and future BFT implementations, making...
## 🎯 Problem to be solved We need to check if Charon can access and read its default folder to store files and data. If the folder is not accessible...
## 🎯 Problem to be solved Currently, there is not an easy way for someone to load charon artifacts into the dappnode package. Explore methods for importing a pre-created `.charon`...
## 🎯 Problem to be solved The current implementation of the Beacon Node Health Status logic in Charon does not consider the number of connected peers. As a result, a...
## 🎯 Problem to be solved Charon crashes when splitting keys with `v0.19.2` and running the cluster with the new lock and keys, but this does not happen with `v0.19.0`....
## 🎯 Problem to be solved A new patch release of Lighthouse (`v5.1.3`) [has been released](https://github.com/sigp/lighthouse/releases/tag/v5.1.3) to fix blobs-related issues. We need to test the compatibility of this Lighthouse version...
## 🎯 Problem to be solved The architecture documentation is outdated and does not reflect the sync committee's duties. ## 🛠️ Proposed solution - [ ] Review the existing architecture...
## 🎯 Problem to be solved `getValidators` function does not fully align with the specs, as it only reads `ids` from the query parameters, while the spec mentions both `ids`...