From 8c036fc8da11c20b388acc184670cc824df264f5 Mon Sep 17 00:00:00 2001 From: Michele Modolo <70838029+michelemodolo@users.noreply.github.com> Date: Fri, 5 Jan 2024 11:52:48 +0100 Subject: [PATCH] integration stage_headers (#9142) Added integration stage_headers command Co-authored-by: Michele Modolo --- cmd/integration/Readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmd/integration/Readme.md b/cmd/integration/Readme.md index 389248b1e5c..29387ed2850 100644 --- a/cmd/integration/Readme.md +++ b/cmd/integration/Readme.md @@ -33,6 +33,9 @@ integration stage_history --unwind=N integration stage_exec --prune.to=N integration stage_history --prune.to=N +# Reset stage_headers +integration stage_headers --reset --datadir= --chain= + # Exec blocks, but don't commit changes (loose them) integration stage_exec --no-commit ...