Skip to content

Commit

Permalink
[framework-release] update yaml (#10211)
Browse files Browse the repository at this point in the history
* update yaml

* Update aptos-move/aptos-release-builder/data/release.yaml

Co-authored-by: Alden Hu <[email protected]>

---------

Co-authored-by: Alden Hu <[email protected]>
  • Loading branch information
rahxephon89 and msmouse authored Oct 2, 2023
1 parent 6bddb77 commit 16a4ba6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions aptos-move/aptos-release-builder/data/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
remote_endpoint: ~
name: "v1.7"
proposals:
- name: enable_module_event
- name: step_1_enable_module_event
metadata:
title: "Enable module event"
description: "AIP-44: The new module event framework associates every event stream with a static struct type instead of an EventHandle of current event system."
Expand All @@ -12,10 +12,10 @@ proposals:
- FeatureFlag:
enabled:
- module_event
- name: upgrade_framework
- name: step_2_upgrade_framework
metadata:
title: "Multi-step proposal to upgrade mainnet framework to v1.7"
description: "This includes changes outlined in https://github.com/aptos-labs/aptos-core/releases/aptos-node-v1.7"
description: "This includes changes outlined in https://github.com/aptos-labs/aptos-core/releases/aptos-node-v1.7.2"
execution_mode: MultiStep
update_sequence:
- DefaultGas
Expand All @@ -26,7 +26,7 @@ proposals:
- Framework:
bytecode_version: 6
git_hash: ~
- name: enable_signature_checker_v2_fix
- name: step_3_enable_signature_checker_v2_fix
metadata:
title: "Enable a fix signature checker v2"
description: "Fixing a counting bug"
Expand All @@ -35,7 +35,7 @@ proposals:
- FeatureFlag:
enabled:
- signature_checker_v2_script_fix
- name: enable_block_gas_limit_and_transaction_shuffling
- name: step_4_enable_block_gas_limit_and_transaction_shuffling
metadata:
title: "Enable Block Gas Limit and Transaction Shuffling"
description: "AIP-33: The block gas limit is a feature that terminates block execution when the gas consumed by the committed prefix of transactions exceeds the limit, thus providing predictable latency.
Expand All @@ -50,7 +50,7 @@ proposals:
sender_aware_v2: 32
block_gas_limit: 35000
transaction_deduper_type: txn_hash_and_authenticator_v1
- name: enable_bulletproofs
- name: step_5_enable_bulletproofs
metadata:
title: "Enable Bulletproofs Module"
description: "AIP-46: New modules for ElGamal, Pedersen and Bulletproofs over Ristretto255"
Expand All @@ -60,10 +60,10 @@ proposals:
- FeatureFlag:
enabled:
- bulletproofs_natives
- name: enable_storage_deletion_refund
- name: step_6_enable_storage_deletion_refund
metadata:
title: "Enable Storage Deletion Refund"
description: "AIP-32: Storage Deletion Refund"
description: "AIP-32: Storage Deletion Refund. A refund for the slot allocation fee is issued on the deletion of a global state item."
discussion_url: "https://github.com/aptos-foundation/AIPs/issues/127"
execution_mode: MultiStep
update_sequence:
Expand Down

0 comments on commit 16a4ba6

Please sign in to comment.