Nashatyrev / teku

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

Refactor DataColumnSidecarCustodyImpl to hide DB caches from custody implementation #122

Closed zilm13 closed 1 month ago

zilm13 commented 2 months 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

zilm13 commented 1 month ago

resolved