-
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.
Reduce max_execution_gas / max_io_gas on v1.8 (#11581)
- Loading branch information
1 parent
4f95626
commit 68991b7
Showing
4 changed files
with
14 additions
and
25 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,24 +1,11 @@ | ||
--- | ||
remote_endpoint: ~ | ||
name: "v1.8.1" | ||
name: "v1.8.2" | ||
proposals: | ||
- name: step_1_upgrade_framework | ||
- name: step_1_update_txn_gas_limits | ||
metadata: | ||
title: "Multi-step proposal to upgrade mainnet framework to v1.8.1" | ||
description: "This includes changes in https://github.com/aptos-labs/aptos-core/commits/aptos-release-v1.8" | ||
title: "[AIP-60] Update txn gas limits" | ||
description: "[AIP-60] Update txn gas limits" | ||
execution_mode: MultiStep | ||
update_sequence: | ||
- DefaultGas | ||
- Framework: | ||
bytecode_version: 6 | ||
git_hash: ~ | ||
- name: step_2_change_operator_beneficiary | ||
metadata: | ||
title: "AIP-51: Changing beneficiaries for operators" | ||
description: "AIP-51: This allows operator to change their beneficiaries." | ||
discussion_url: "https://github.com/aptos-foundation/AIPs/issues/251" | ||
execution_mode: MultiStep | ||
update_sequence: | ||
- FeatureFlag: | ||
enabled: | ||
- operator_beneficiary_change |
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