From fed9826157002efa4467a5ecd0df8a8844e726a6 Mon Sep 17 00:00:00 2001 From: vishal <1117327+vishalchangrani@users.noreply.github.com> Date: Fri, 13 Feb 2026 10:39:50 -0500 Subject: [PATCH 1/2] Adding transaction for the Feb 13th HCU --- .../2026/feb-13/README.md | 18 +++++++++++++++ .../2026/feb-13/arguments.json | 22 +++++++++++++++++++ .../set-version-boundary/2026/feb-6/README.md | 2 +- 3 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 transactions/set-version-boundary/2026/feb-13/README.md create mode 100644 transactions/set-version-boundary/2026/feb-13/arguments.json diff --git a/transactions/set-version-boundary/2026/feb-13/README.md b/transactions/set-version-boundary/2026/feb-13/README.md new file mode 100644 index 00000000..27d04da9 --- /dev/null +++ b/transactions/set-version-boundary/2026/feb-13/README.md @@ -0,0 +1,18 @@ +# Set version boundary +> Feb 13th 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: `v0.46.1-rc.1` + +## 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:https://www.stakeandeggs.wtf/tx/ diff --git a/transactions/set-version-boundary/2026/feb-13/arguments.json b/transactions/set-version-boundary/2026/feb-13/arguments.json new file mode 100644 index 00000000..d3caf8c1 --- /dev/null +++ b/transactions/set-version-boundary/2026/feb-13/arguments.json @@ -0,0 +1,22 @@ +[ + { + "type": "UInt8", + "value": "0" + }, + { + "type": "UInt8", + "value": "46" + }, + { + "type": "UInt8", + "value": "1" + }, + { + "type": "String", + "value": "rc.1" + }, + { + "type": "UInt64", + "value": "???" + } +] diff --git a/transactions/set-version-boundary/2026/feb-6/README.md b/transactions/set-version-boundary/2026/feb-6/README.md index 5067d54c..6ead6ffc 100644 --- a/transactions/set-version-boundary/2026/feb-6/README.md +++ b/transactions/set-version-boundary/2026/feb-6/README.md @@ -3,7 +3,7 @@ This transaction sets the height at which the height coordinated upgrade occurs on mainnet. -Version to set: `v0.46.0-rc.1` +Version to set: `v0.46.0-rc.2` ## Steps to multi-sign From f0f28149b70cad54de13fa49491f7ff5a307bd1c Mon Sep 17 00:00:00 2001 From: vishal <1117327+vishalchangrani@users.noreply.github.com> Date: Fri, 13 Feb 2026 11:14:51 -0500 Subject: [PATCH 2/2] adding transactions IDs --- transactions/set-version-boundary/2026/feb-13/README.md | 3 ++- transactions/set-version-boundary/2026/feb-13/arguments.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/transactions/set-version-boundary/2026/feb-13/README.md b/transactions/set-version-boundary/2026/feb-13/README.md index 27d04da9..f2a6f726 100644 --- a/transactions/set-version-boundary/2026/feb-13/README.md +++ b/transactions/set-version-boundary/2026/feb-13/README.md @@ -15,4 +15,5 @@ Version to set: `v0.46.1-rc.1` ## Result -Transaction ID:https://www.stakeandeggs.wtf/tx/ +Failed Transaction: https://www.stakeandeggs.wtf/tx/d5a7b9d2874e1a09a32869aa3481f71aaceea7a47e583d0822325775281b71ab - failed since block height was less than 1000 blocks in the future. +Succeeded Transaction ID:https://www.stakeandeggs.wtf/tx/b9ae8536512e2b3b2c264ddd1887f348a30d06515c38f83b568edf777e957373 diff --git a/transactions/set-version-boundary/2026/feb-13/arguments.json b/transactions/set-version-boundary/2026/feb-13/arguments.json index d3caf8c1..ba3257e9 100644 --- a/transactions/set-version-boundary/2026/feb-13/arguments.json +++ b/transactions/set-version-boundary/2026/feb-13/arguments.json @@ -17,6 +17,6 @@ }, { "type": "UInt64", - "value": "???" + "value": "142099300" } ]