Consensys / teku

Open-source Ethereum consensus client written in Java
https://consensys.io/teku
Apache License 2.0
662 stars 278 forks source link

Implement a DatabaseArchiveWriter and add to pruneOldestBlobSidecars #8640

Closed david-ry4n closed 1 week ago

david-ry4n commented 1 week ago

PR Description

Initial change to add the concept of DatabaseArchiveWriter to pruneOldestBlobSidecars method. The initial implementation is a NoOp that returns true. See #8513 for additional tasks. With this change it sets up the structure. Future changes will implement a DatabaseArchive interface and required configuration options to configure where/how the archive is written.

Fixed Issue(s)

partially addresses #8513

Documentation

Changelog

tbenr commented 1 week ago

welcome to MethodInputParametersMustBeFinal world 😄