From 7d06edb7c9af5a9ea417fa8b7e338401eca56c7d Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Mon, 11 Mar 2024 21:07:41 +0100 Subject: [PATCH] Mention blob retention policy in docs (#6058) --- docs/the_nimbus_book/src/history.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/the_nimbus_book/src/history.md b/docs/the_nimbus_book/src/history.md index 733462954..a9689a912 100644 --- a/docs/the_nimbus_book/src/history.md +++ b/docs/the_nimbus_book/src/history.md @@ -7,6 +7,11 @@ Ethereum consensus nodes are required to keep a minimum of 5 months of historica Nimbus can be configured to either retain or remove historical data past that point using the `--history` option. By default, Nimbus prunes historical data. +!!! note "EIP-4844 blob archival" + In the default `prune` mode, EIP-4844 blobs are retained for ~18 days. To retain blobs beyond that, enable `--history=archive` which also archives blob data in the Nimbus database. + + Future versions of Nimbus will allow exporting retained blobs to [erb](https://github.com/status-im/nimbus-eth2/pull/5882) files. + ## History modes The history mode controls how far back Nimbus supports answering historical queries in the [REST API](./rest-api.md).