Open Issues Need Help
View All on GitHub Blockchain • Consensus Mechanisms
Reuse tests for InMemory and KvDatabase implementation about 2 months ago
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