forked from aptos-labs/aptos-core
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update release.yaml (aptos-labs#13310)
- Loading branch information
1 parent
afefa99
commit 3ffe098
Showing
3 changed files
with
11 additions
and
13 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
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,26 +1,24 @@ | ||
--- | ||
remote_endpoint: ~ | ||
name: "v1.12" | ||
name: "v1.13" | ||
proposals: | ||
- name: step_1_increase_max_txn_gas | ||
- name: step_1_upgrade_gas_schedule | ||
metadata: | ||
title: "Increase max txn gas temporarily for framework upgrade" | ||
description: "Increase max txn gas temporarily for framework upgrade" | ||
title: "Gas schedule upgrade" | ||
description: "Upgrades the gas schedule to version 18, enabling separate limits for governance proposals" | ||
execution_mode: MultiStep | ||
update_sequence: | ||
- DefaultGasWithOverride: | ||
feature_version: 16 | ||
feature_version: 17 | ||
overrides: | ||
- name: "txn.max_execution_gas" | ||
value: 4000000000 | ||
- name: step_2_upgrade_framework | ||
metadata: | ||
title: "Multi-step proposal to upgrade mainnet framework to v1.12" | ||
description: "This includes changes in https://github.com/aptos-labs/aptos-core/commits/aptos-release-v1.12" | ||
title: "Multi-step proposal to upgrade mainnet framework to v1.13" | ||
description: "This includes changes in https://github.com/aptos-labs/aptos-core/commits/aptos-release-v1.13" | ||
execution_mode: MultiStep | ||
update_sequence: | ||
- Framework: | ||
bytecode_version: 6 | ||
git_hash: ~ | ||
- DefaultGasWithOverride: | ||
feature_version: 17 |