ObolNetwork / charon

Charon (pronounced 'kharon') is a Proof of Stake Ethereum Distributed Validator Client
https://docs.obol.tech/
Other
201 stars 89 forks source link

Refactor QBFT debugger #3299

Closed pinebit closed 2 months ago

pinebit commented 2 months ago

In consensus abstraction design, we cannot allow specific consensus implementations to leak its designated package. In this case it is QBFT messages debugger that is leaking qbft package. This needs to be refactored.

Acceptance Criteria