corver

Results 23 issues of corver

# 🎯 Problem to be solved We need to describe the distributed validator flow and how it differs from a normal [validator flow](https://github.com/ethereum/beacon-APIs/blob/master/validator-flow.md#/ValidatorRequiredApi/produceAttestationData) (use it as reference). # 🛠️ Proposed...

Wait for previous batch before writing batch on `importer.Commit`

This fixes a data race in immutable tree that accesses `nodeDB.latestVersion` without acquiring the lock. ## Summary by CodeRabbit - **New Features** - Enhanced version checking in the `Get` method...