feat(book): note on pruning (#4387)

This commit is contained in:
Alexey Shekhirin
2023-08-29 04:12:19 +01:00
committed by GitHub
parent 863cc166a3
commit 55ec82bb53

View File

@ -1,7 +1,8 @@
# Pruning # Pruning
> WARNING: pruning and full node are experimental features of Reth, > Pruning and full node are new features of Reth,
> and available only on `main` branch of the main repository now. > and we will be happy to hear about your experience using them either
> on [GitHub](https://github.com/paradigmxyz/reth/issues) or in the [Telegram group](https://t.me/paradigm_reth).
By default, Reth runs as an archive node. Such nodes have all historical blocks and the state at each of these blocks By default, Reth runs as an archive node. Such nodes have all historical blocks and the state at each of these blocks
available for querying and tracing. available for querying and tracing.