Skip to content

Commit

Permalink
Update release.yaml (#12075)
Browse files Browse the repository at this point in the history
move steps around
  • Loading branch information
sherry-x authored Feb 16, 2024
1 parent ea133dc commit 992ae1d
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions aptos-move/aptos-release-builder/data/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,38 @@ proposals:
- FeatureFlag:
enabled:
- object_code_deployment
- name: step_7_enable_validator_txn
- name: step_7_enable_aggregator_v2_api
metadata:
title: "AIP-47: Enable Aggregator v2 API"
description: "AIP-47: This AIP revamps and expands upon the current concept of Aggregators. Enabling their usage for control flow, and storing their values elsewhere. This step only enables new APIs."
discussion_url: "https://github.com/aptos-foundation/AIPs/issues/226"
execution_mode: MultiStep
update_sequence:
- FeatureFlag:
enabled:
- aggregator_v2_api
- name: step_8_enable_concurrent_digital_assets
metadata:
title: "AIP-43: Enable Concurrent Digital Assets (Token V2)"
description: "AIP-43: This AIP proposes a solution to speedup minting and burning of Digital Assets (Token v2), by parallelizing them"
discussion_url: "https://github.com/aptos-foundation/AIPs/issues/209"
execution_mode: MultiStep
update_sequence:
- FeatureFlag:
enabled:
- concurrent_token_v2
- name: step_9_enable_aggregator_v2_parallelism
metadata:
title: "AIP-47: Enable Aggregator v2 parallelism"
description: "AIP-47: This step enables the backend that makes execution of Aggregators V2 parallel."
discussion_url: "https://github.com/aptos-foundation/AIPs/issues/226"
execution_mode: MultiStep
update_sequence:
- FeatureFlag:
enabled:
- aggregator_v2_delayed_fields
- resource_groups_split_in_vm_change_set
- name: step_10_enable_validator_txn
metadata:
title: "AIP-64: Validator Transaction Type"
description: "AIP-64: This AIP introduces a new transaction type for validators to perform on-chain operations."
Expand Down Expand Up @@ -109,7 +140,7 @@ proposals:
V1:
per_block_limit_txn_count: 2
per_block_limit_total_bytes: 2097152
- name: step_8_enable_jwk_consensus
- name: step_11_enable_jwk_consensus
metadata:
title: "AIP-67: Native Consensus for JSON Web Key (JWK)"
description: "AIP-67: This AIP proposes a solution for validators to agree on OpenID Connect providers' JSON Web Keys."
Expand All @@ -120,37 +151,6 @@ proposals:
- FeatureFlag:
enabled:
- jwk_consensus
- name: step_9_enable_aggregator_v2_api
metadata:
title: "AIP-47: Enable Aggregator v2 API"
description: "AIP-47: This AIP revamps and expands upon the current concept of Aggregators. Enabling their usage for control flow, and storing their values elsewhere. This step only enables new APIs."
discussion_url: "https://github.com/aptos-foundation/AIPs/issues/226"
execution_mode: MultiStep
update_sequence:
- FeatureFlag:
enabled:
- aggregator_v2_api
- name: step_10_enable_concurrent_digital_assets
metadata:
title: "AIP-43: Enable Concurrent Digital Assets (Token V2)"
description: "AIP-43: This AIP proposes a solution to speedup minting and burning of Digital Assets (Token v2), by parallelizing them"
discussion_url: "https://github.com/aptos-foundation/AIPs/issues/209"
execution_mode: MultiStep
update_sequence:
- FeatureFlag:
enabled:
- concurrent_token_v2
- name: step_11_enable_aggregator_v2_parallelism
metadata:
title: "AIP-47: Enable Aggregator v2 parallelism"
description: "AIP-47: This step enables the backend that makes execution of Aggregators V2 parallel."
discussion_url: "https://github.com/aptos-foundation/AIPs/issues/226"
execution_mode: MultiStep
update_sequence:
- FeatureFlag:
enabled:
- aggregator_v2_delayed_fields
- resource_groups_split_in_vm_change_set
- name: step_12_enable_zkid
metadata:
title: "AIP-61: OpenID blockchain (OIDB) accounts"
Expand Down

0 comments on commit 992ae1d

Please sign in to comment.