From 7dc0ed15b74806335d2fcfa771815facf253358d Mon Sep 17 00:00:00 2001 From: vishal <1117327+vishalchangrani@users.noreply.github.com> Date: Tue, 24 Feb 2026 12:58:51 -0500 Subject: [PATCH 1/3] adding transaction for Feb 24th HCU --- .../2026/feb-24/README.md | 18 +++++++++++++++ .../2026/feb-24/arguments.json | 22 +++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 transactions/set-version-boundary/2026/feb-24/README.md create mode 100644 transactions/set-version-boundary/2026/feb-24/arguments.json diff --git a/transactions/set-version-boundary/2026/feb-24/README.md b/transactions/set-version-boundary/2026/feb-24/README.md new file mode 100644 index 00000000..2a5297d6 --- /dev/null +++ b/transactions/set-version-boundary/2026/feb-24/README.md @@ -0,0 +1,18 @@ +# Set version boundary +> Feb 24th 2026 - Set height for Height Coordinated Upgrade (HCU) + +This transaction sets the height at which the height coordinated upgrade occurs on mainnet. + +Version to set: `??` + +## Steps to multi-sign + +1. Flow generates the Signature Request ID on the [site](https://flow-multisig.vercel.app/mainnet) for the `set_version_boundary.cdc` transaction with the given args. + +2. Signers sign the service account key using the web tool. + +3. [Site](https://flow-multisig.vercel.app/mainnet) submits the transaction + +## Result + +Transaction ID: diff --git a/transactions/set-version-boundary/2026/feb-24/arguments.json b/transactions/set-version-boundary/2026/feb-24/arguments.json new file mode 100644 index 00000000..2d192c99 --- /dev/null +++ b/transactions/set-version-boundary/2026/feb-24/arguments.json @@ -0,0 +1,22 @@ +[ + { + "type": "UInt8", + "value": "0" + }, + { + "type": "UInt8", + "value": "??" + }, + { + "type": "UInt8", + "value": "0" + }, + { + "type": "String", + "value": "rc.2" + }, + { + "type": "UInt64", + "value": "???" + } +] From 2f59de23ae457f95b8634dd30bdba29ac04a0902 Mon Sep 17 00:00:00 2001 From: vishal <1117327+vishalchangrani@users.noreply.github.com> Date: Tue, 24 Feb 2026 13:04:03 -0500 Subject: [PATCH 2/3] updating args --- transactions/set-version-boundary/2026/feb-24/README.md | 2 +- transactions/set-version-boundary/2026/feb-24/arguments.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/transactions/set-version-boundary/2026/feb-24/README.md b/transactions/set-version-boundary/2026/feb-24/README.md index 2a5297d6..139cf050 100644 --- a/transactions/set-version-boundary/2026/feb-24/README.md +++ b/transactions/set-version-boundary/2026/feb-24/README.md @@ -3,7 +3,7 @@ This transaction sets the height at which the height coordinated upgrade occurs on mainnet. -Version to set: `??` +Version to set: `v0.47.0-rc.1` ## Steps to multi-sign diff --git a/transactions/set-version-boundary/2026/feb-24/arguments.json b/transactions/set-version-boundary/2026/feb-24/arguments.json index 2d192c99..fed426d4 100644 --- a/transactions/set-version-boundary/2026/feb-24/arguments.json +++ b/transactions/set-version-boundary/2026/feb-24/arguments.json @@ -5,7 +5,7 @@ }, { "type": "UInt8", - "value": "??" + "value": "47" }, { "type": "UInt8", @@ -13,7 +13,7 @@ }, { "type": "String", - "value": "rc.2" + "value": "rc.1" }, { "type": "UInt64", From e762ee29e7acf57b8a32d300cfa4256f0f899c3a Mon Sep 17 00:00:00 2001 From: vishal <1117327+vishalchangrani@users.noreply.github.com> Date: Tue, 24 Feb 2026 13:16:56 -0500 Subject: [PATCH 3/3] adding transaction ID --- transactions/set-version-boundary/2026/feb-24/README.md | 2 +- transactions/set-version-boundary/2026/feb-24/arguments.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/transactions/set-version-boundary/2026/feb-24/README.md b/transactions/set-version-boundary/2026/feb-24/README.md index 139cf050..7eef47f8 100644 --- a/transactions/set-version-boundary/2026/feb-24/README.md +++ b/transactions/set-version-boundary/2026/feb-24/README.md @@ -15,4 +15,4 @@ Version to set: `v0.47.0-rc.1` ## Result -Transaction ID: +Transaction ID:https://www.stakeandeggs.wtf/tx/eed3b4e1a608b1c4b2a0cd82accaa41d9fe85f2bed76daed5ca3df2b483ccccf diff --git a/transactions/set-version-boundary/2026/feb-24/arguments.json b/transactions/set-version-boundary/2026/feb-24/arguments.json index fed426d4..ddeec5af 100644 --- a/transactions/set-version-boundary/2026/feb-24/arguments.json +++ b/transactions/set-version-boundary/2026/feb-24/arguments.json @@ -17,6 +17,6 @@ }, { "type": "UInt64", - "value": "???" + "value": "143290500" } ]