From 55ec82bb53d998c4737e5da69d75e6350b777df4 Mon Sep 17 00:00:00 2001 From: Alexey Shekhirin Date: Tue, 29 Aug 2023 04:12:19 +0100 Subject: [PATCH] feat(book): note on pruning (#4387) --- book/run/pruning.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/book/run/pruning.md b/book/run/pruning.md index 259110c32..e9aa69ec5 100644 --- a/book/run/pruning.md +++ b/book/run/pruning.md @@ -1,7 +1,8 @@ # Pruning -> WARNING: pruning and full node are experimental features of Reth, -> and available only on `main` branch of the main repository now. +> Pruning and full node are new features of Reth, +> 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 available for querying and tracing.