From 4a117c4bf0dd63755451cde974e05303ba6741e4 Mon Sep 17 00:00:00 2001 From: Dmytro Haidashenko Date: Mon, 11 Mar 2024 17:46:38 +0100 Subject: [PATCH] changeset --- .changeset/healthy-toes-destroy.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/healthy-toes-destroy.md diff --git a/.changeset/healthy-toes-destroy.md b/.changeset/healthy-toes-destroy.md new file mode 100644 index 00000000000..1c027fdcd01 --- /dev/null +++ b/.changeset/healthy-toes-destroy.md @@ -0,0 +1,5 @@ +--- +"chainlink": minor +--- + +HeadTracker now respects the `FinalityTagEnabled` config option. If the flag is enabled, HeadTracker backfills blocks up to the latest finalized block provided by the corresponding RPC call. To address potential misconfigurations, `HistoryDepth` is now calculated from the latest finalized block instead of the head. NOTE: Consumers (e.g. TXM and LogPoller) do not fully utilize Finality Tag yet.