-
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-builder] local simulation of governance proposals (#13949)
- Loading branch information
Showing
15 changed files
with
862 additions
and
28 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,15 @@ | ||
--- | ||
remote_endpoint: ~ | ||
name: "v1.14" | ||
remote_endpoint: https://fullnode.mainnet.aptoslabs.com | ||
name: "TBD" | ||
proposals: | ||
- name: step_1_upgrade_framework | ||
- name: proposal_1_upgrade_framework | ||
metadata: | ||
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" | ||
title: "Multi-step proposal to upgrade mainnet framework, version TBD" | ||
description: "This includes changes in (TBA: URL to changes)" | ||
execution_mode: MultiStep | ||
update_sequence: | ||
- Gas: | ||
new: current | ||
- Framework: | ||
bytecode_version: 6 | ||
git_hash: ~ | ||
- Gas: | ||
new: current | ||
- FeatureFlag: | ||
enabled: | ||
- disallow_user_native | ||
|
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
Oops, something went wrong.