Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set version boundary transaction for the HCU on Jan 27th #356

Merged
merged 2 commits into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions transactions/set-version-boundary/2025/jan-27/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Set version boundary
> Jan 27st, 2025 Height Coordinated Upgrade (HCU)

This transaction sets the height at which the height coordinated upgrade occurs on mainnet.

Version to set: `v0.37.26-rc.3`

## New method using Flow CLI 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.flowscan.io/tx/327318d67628d2a8938d18ea9fccd488ea11e67985b45e662450361c09b25bae
22 changes: 22 additions & 0 deletions transactions/set-version-boundary/2025/jan-27/arguments.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "UInt8",
"value": "0"
},
{
"type": "UInt8",
"value": "37"
},
{
"type": "UInt8",
"value": "26"
},
{
"type": "String",
"value": "rc.3"
},
{
"type": "UInt64",
"value": "101584244"
}
]