Consensys / doc.teku

ConsenSys Ethereum 2.0 client
https://docs.teku.consensys.net/
Apache License 2.0
69 stars 73 forks source link

Remove any support for PRUNE mode #588

Closed bgravenorst closed 1 week ago

bgravenorst commented 1 month ago

We previously added a warning for users that are relying on implicit PRUNE data storage mode configuration (see https://github.com/Consensys/teku/pull/8369).

Now we can remove any support for implicit PRUNE mode. Our default behavior will be solely MINIMAL.

See: https://github.com/Consensys/teku/issues/8371