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..f2a6f726 --- /dev/null +++ b/transactions/set-version-boundary/2026/feb-13/README.md @@ -0,0 +1,19 @@ +# 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 + +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 new file mode 100644 index 00000000..ba3257e9 --- /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": "142099300" + } +] 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