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

adding transaction for June 13th HCU #295

Merged
merged 9 commits into from
Jun 13, 2024
19 changes: 19 additions & 0 deletions transactions/set-version-boundary/2024/jun-13/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Set version boundary
> June 13th, 2024


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

## New method using Flow CLI multi-sign

1. Flow generates the Signature Request ID on the [site](https://flow-multisig-git-service-account-onflow.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-git-service-account-onflow.vercel.app/mainnet) submits the transaction

## Result

Transaction ID: https://www.flowdiver.io/tx/

Unsuccessfull Transaction IDs (if any):
25 changes: 25 additions & 0 deletions transactions/set-version-boundary/2024/jun-13/arguments.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[
{
"type": "UInt8",
"value": "0"
},
{
"type": "UInt8",
"value": "33"
},
{
"type": "UInt8",
"value": ""
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TBD tomorrow

},
{
"type": "Optional",
"value": {
"type": "String",
"value": ""
}
},
{
"type": "UInt64",
"value": ""
}
]