Consensus layer client implementing QBFT protocol adhering to Eth 2.0 CL / EL separation and API

1 Open Issue Need Help Last updated: Jul 14, 2025

Open Issues Need Help

View All on GitHub
Blockchain Consensus Mechanisms

AI Summary: Refactor the existing test suites for the InMemory and KvDatabase implementations of the BeaconChain in a Java project. Create a single, sharable test suite that can run against both implementations, ensuring all tests function correctly for both InMemory and persistent (KvDatabase) storage. This will reduce development and maintenance time.

Complexity: 4/5
good first issue

Consensus layer client implementing QBFT protocol adhering to Eth 2.0 CL / EL separation and API

Kotlin