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

[Release] Update release.yaml for v1.24.0 framework release. #15454

Closed
wants to merge 1 commit into from
Closed
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
15 changes: 6 additions & 9 deletions aptos-move/aptos-release-builder/data/release.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
---
remote_endpoint: https://fullnode.mainnet.aptoslabs.com
name: "TBD"
remote_endpoint: ~
name: "v1.24.0"
proposals:
- name: proposal_1_upgrade_framework
metadata:
title: "Multi-step proposal to upgrade mainnet framework, version TBD"
description: "This includes changes in (TBA: URL to changes)"
title: "Multi-step proposal to upgrade mainnet framework, version v1.24.0"
description: "This includes changes in https://github.com/aptos-labs/aptos-core/releases/tag/aptos-node-v1.24.0-rc"
execution_mode: MultiStep
update_sequence:
- Gas:
new: current
old: https://raw.githubusercontent.com/aptos-labs/aptos-networks/main/gas/v1.23.1-rc.json
new: https://raw.githubusercontent.com/aptos-labs/aptos-networks/main/gas/v1.24.0.json
- Framework:
bytecode_version: 6
Copy link
Contributor

Choose a reason for hiding this comment

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

update this to 7

git_hash: ~
- FeatureFlag:
enabled:
- allow_serialized_script_args

Loading