Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zjma authored and perryjrandall committed May 1, 2023
1 parent f3db990 commit 52ae347
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions aptos-move/aptos-release-builder/data/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,6 @@ proposals:
bytecode_version: 6
git_hash: ~
- name: step_3
metadata:
title: "Enable bls12381"
description: "AIP-20: Support of generic cryptography algebra operations in Aptos standard library."
source_code_url: "TBD"
discussion_url: "https://github.com/aptos-foundation/AIPs/issues/94"
execution_mode: MultiStep
update_sequence:
- FeatureFlag:
enabled:
- cryptography_algebra_natives
- bls12381_structures
disabled: []
- name: step_4
metadata:
title: "Enable ed25519_pubkey_validate_return_false_wrong_length"
description: "AIP-23: Make ed25519 public key validation return none if key has the wrong length."
Expand All @@ -62,7 +49,7 @@ proposals:
enabled:
- ed25519_pubkey_validate_return_false_wrong_length
disabled: []
- name: step_5
- name: step_4
metadata:
title: "Enable Quorum Store"
description: "AIP-26: Quorum Store is a production-optimized implementation of Narwhal [1], that improves consensus throughput."
Expand All @@ -87,7 +74,7 @@ proposals:
weight_by_voting_power: true
use_history_from_previous_epoch_max_count: 5
max_failed_authors_to_store: 10
- name: step_6
- name: step_5
metadata:
title: "Enable Transaction Shuffling"
description: "AIP-27: Sender Aware Transaction Shuffling"
Expand Down

0 comments on commit 52ae347

Please sign in to comment.