Nashatyrev / teku

Java Implementation of the Ethereum 2.0 Beacon Chain
Apache License 2.0
2 stars 1 forks source link

Refactor DataColumnSidecarCustodyImpl to hide DB caches from custody implementation #122

Open zilm13 opened 1 week ago

zilm13 commented 1 week ago

knownSavedIdentifiers is DB side cache and should be hidden in some dbAccessor to avoid DB logic leaking into custody implementation

@Nashatyrev wrote: May be would better move this optimization down to either