From 0c7a6300b082a08eca6daf85d40c28850729d64c Mon Sep 17 00:00:00 2001 From: Hubert Date: Thu, 26 Sep 2024 14:47:56 +0200 Subject: [PATCH] chore: update checkpoint template labels (#4810) --- .github/CHECKPOINT_ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CHECKPOINT_ISSUE_TEMPLATE.md b/.github/CHECKPOINT_ISSUE_TEMPLATE.md index 8929f01d268f..d322cd9565d5 100644 --- a/.github/CHECKPOINT_ISSUE_TEMPLATE.md +++ b/.github/CHECKPOINT_ISSUE_TEMPLATE.md @@ -1,6 +1,6 @@ --- title: "cron: update known_blocks.yaml" -labels: ["Enhancement", "Priority: 3 - Medium"] +labels: ["Type: Task"] --- Forest uses checkpoints to improve performance when loading a snapshot. Without checkpoints, the blockchain has to be fully traversed to verify we have the right genesis block. Checkpoints short-circuit this search and shave off tens of minutes in boot time.