From 77a73b253d8375557ee6b5f69b7bcacd50c3d974 Mon Sep 17 00:00:00 2001 From: Peter Argue <89119817+peterargue@users.noreply.github.com> Date: Mon, 5 Jan 2026 13:56:36 -0800 Subject: [PATCH 1/2] Add mainnet28 spork info --- .../node-ops/node-operation/past-upgrades.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/protocol/node-ops/node-operation/past-upgrades.md b/docs/protocol/node-ops/node-operation/past-upgrades.md index 77ed8aa7b0..f775ea724e 100644 --- a/docs/protocol/node-ops/node-operation/past-upgrades.md +++ b/docs/protocol/node-ops/node-operation/past-upgrades.md @@ -122,6 +122,19 @@ A JSON version of the information below can be found in [onflow/flow/sporks.json | **Docker Image Tag**: v0.37.26 | | **Release Notes**: [v0.37.26](https://github.com/onflow/flow-go/releases/tag/v0.37.26) | +## Mainnet 28 + +| Spork Info | +|:----------------------------------------------------------------------------------------| +| **Access Node**: access.mainnet.nodes.onflow.org:9000 | +| **Date**: Dec 29, 2025 | +| **Root Height**: 137390146 | +| **Root Parent ID**: ee69349b5044c4c1cb959ac5beccbe3df896b370fb098808fb9a6eada57b3f7f | +| **Root State Commit**: d0a13c09f930322c5f053113354211acbf4d8c5eeb524c7004eb7c9d052c4bbe | +| **Git Commit**: dd73c65fe83822e5fc2846879fb93f8a15b1b25c | +| **Branch/Tag**: [v0.44.3](https://github.com/onflow/flow-go/releases/tag/v0.44.3) | +| **Docker Image Tag**: v0.44.3 | + ## Mainnet 27 | Spork Info | From 6867dea2e19264a2e9773011a391152d65332dd3 Mon Sep 17 00:00:00 2001 From: Peter Argue <89119817+peterargue@users.noreply.github.com> Date: Mon, 5 Jan 2026 14:12:47 -0800 Subject: [PATCH 2/2] fix date --- docs/protocol/node-ops/node-operation/past-upgrades.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/protocol/node-ops/node-operation/past-upgrades.md b/docs/protocol/node-ops/node-operation/past-upgrades.md index f775ea724e..19087b4de4 100644 --- a/docs/protocol/node-ops/node-operation/past-upgrades.md +++ b/docs/protocol/node-ops/node-operation/past-upgrades.md @@ -127,7 +127,7 @@ A JSON version of the information below can be found in [onflow/flow/sporks.json | Spork Info | |:----------------------------------------------------------------------------------------| | **Access Node**: access.mainnet.nodes.onflow.org:9000 | -| **Date**: Dec 29, 2025 | +| **Date**: Dec 28, 2025 | | **Root Height**: 137390146 | | **Root Parent ID**: ee69349b5044c4c1cb959ac5beccbe3df896b370fb098808fb9a6eada57b3f7f | | **Root State Commit**: d0a13c09f930322c5f053113354211acbf4d8c5eeb524c7004eb7c9d052c4bbe |