-
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.
and update release.yaml template closer to what is used in the release, and add more details on release folder issues.
- Loading branch information
1 parent
4e1eb2d
commit 3421453
Showing
3 changed files
with
56 additions
and
22 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
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: "vX.YY.Z" | ||
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 vX.YY.Z" | ||
description: "This includes changes in https://github.com/aptos-labs/aptos-core/releases/tag/aptos-node-vX.YY.Z" | ||
execution_mode: MultiStep | ||
update_sequence: | ||
- Gas: | ||
new: current | ||
old: https://raw.githubusercontent.com/aptos-labs/aptos-networks/main/gas/vX.WW.Z.json | ||
new: https://raw.githubusercontent.com/aptos-labs/aptos-networks/main/gas/vX.YY.Z.json | ||
- Framework: | ||
bytecode_version: 7 | ||
git_hash: ~ | ||
- FeatureFlag: | ||
enabled: | ||
- allow_serialized_script_args | ||
|
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