-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release yaml for v1.23.0 framework release
- Loading branch information
1 parent
fcd2ded
commit 75936be
Showing
1 changed file
with
6 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.23.0-rc" | ||
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 1.23.0-rc" | ||
description: "This includes changes in https://github.com/aptos-labs/aptos-core/releases/tag/aptos-node-v1.23.1-rc" | ||
execution_mode: MultiStep | ||
update_sequence: | ||
- Gas: | ||
new: current | ||
old: https://raw.githubusercontent.com/aptos-labs/aptos-networks/main/gas/v1.22.0-rc.json | ||
new: https://raw.githubusercontent.com/aptos-labs/aptos-networks/main/gas/v1.23.0-rc.json | ||
- Framework: | ||
bytecode_version: 6 | ||
git_hash: ~ | ||
- FeatureFlag: | ||
enabled: | ||
- allow_serialized_script_args | ||
|