charon
charon copied to clipboard
Charon (pronounced 'kharon') is a Proof of Stake Ethereum Distributed Validator Client
Some time ago @gsora spotted that user can run specific tests, however, the user cannot see which tests are available. Adding the available tests in the help command. I've added...
Context nil check is not necessary, as [cobra is always checking on their end](https://github.com/spf13/cobra/blob/v1.8.0/command.go#L1053) if the context is nil and if so, assigning background context to it. category: refactor ticket:...
## 🎯 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 We need to track "cluster-wide agreed-upon participation" and we need a non-critical first use-case for the priority protocol. ## Proposed solution When duties expire, put...
# 🎯 Problem to be solved Currently the p2p package has a lot of useful functionality that can be used in testing command, unit tests or any other packages. Functions...
## 🎯 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`...
`Definition of Done` Fix all internal review comments - 2 / 8 pending Bug fix - 1/1 pending Fix styles and standards (see Sedge contribution docs) - In-Progress Add to...
## 🎯 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...