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 version for main (aptos-labs#13332)
- Loading branch information
Showing
3 changed files
with
8 additions
and
18 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,24 +1,14 @@ | ||
--- | ||
remote_endpoint: ~ | ||
name: "v1.13" | ||
name: "v1.14" | ||
proposals: | ||
- name: step_1_upgrade_gas_schedule | ||
- name: step_1_upgrade_framework | ||
metadata: | ||
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: 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.13" | ||
title: "Multi-step proposal to upgrade mainnet framework to v1.14" | ||
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: ~ | ||
- DefaultGas |