Skip to content

Commit 2e0a21b

Browse files
committed
[framework] Update release for 1.6
Also fix typo Test Plan: valid yaml, passed framework command ``` mkdir v1.6 && cargo run --profile performance -p aptos-release-builder -- generate-proposals --release-config aptos-move/aptos-release-builder/data/release.yaml --output-dir v1.6 ```
1 parent 1942bd0 commit 2e0a21b

File tree

1 file changed

+4
-50
lines changed

1 file changed

+4
-50
lines changed

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

Lines changed: 4 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,20 @@
11
---
22
remote_endpoint: ~
3-
name: "v1.5"
3+
name: "v1.6"
44
proposals:
55
- name: upgrade_framework
66
metadata:
7-
title: "Multi-step proposal to upgrade mainnet framework to v1.4.0"
8-
description: "This includes changes outlined in https://github.com/aptos-labs/aptos-core/releases/aptos-node-v1.4.0. Struct constructor, generic cryptography algebra, ed25519 returns false if wrong length, quorum store, and transaction shuffling will be enabled in separate proposals."
7+
title: "Multi-step proposal to upgrade mainnet framework to v1.6"
8+
description: "This includes changes outlined in https://github.com/aptos-labs/aptos-core/releases/aptos-node-v1.6"
99
execution_mode: MultiStep
1010
update_sequence:
1111
- DefaultGas
1212
- Framework:
1313
bytecode_version: 6
1414
git_hash: ~
15-
- name: enable_bls12381
16-
metadata:
17-
title: "Enable bls12381"
18-
description: "AIP-20: Support of generic cryptography algebra operations in Aptos standard library."
19-
discussion_url: "https://github.com/aptos-foundation/AIPs/issues/94"
20-
execution_mode: MultiStep
21-
update_sequence:
22-
- FeatureFlag:
23-
enabled:
24-
- cryptography_algebra_natives
25-
- bls12381_structures
26-
- name: enable_quorum_store
27-
metadata:
28-
title: "Enable Quorum Store"
29-
description: "AIP-26: Quorum Store is a production-optimized implementation of Narwhal [1], that improves consensus throughput."
30-
discussion_url: "https://github.com/aptos-foundation/AIPs/issues/108"
31-
execution_mode: MultiStep
32-
update_sequence:
33-
- Consensus:
34-
V2:
35-
decoupled_execution: true
36-
back_pressure_limit: 10
37-
exclude_round: 40
38-
proposer_election_type:
39-
leader_reputation:
40-
proposer_and_voter_v2:
41-
active_weight: 1000
42-
inactive_weight: 10
43-
failed_weight: 1
44-
failure_threshold_percent: 10
45-
proposer_window_num_validators_multiplier: 10
46-
voter_window_num_validators_multiplier: 1
47-
weight_by_voting_power: true
48-
use_history_from_previous_epoch_max_count: 5
49-
max_failed_authors_to_store: 10
50-
- name: enable_charge_invariant_violation
51-
metadata:
52-
title: "Enable charge_invariant_violation"
53-
description: "AIP-35: Charging invariant violation errors."
54-
source_code_url: "https://github.com/aptos-labs/aptos-core/pull/8213"
55-
discussion_url: "https://github.com/aptos-foundation/AIPs/blob/main/aips/aip-35.md"
56-
execution_mode: MultiStep
57-
update_sequence:
58-
- FeatureFlag:
59-
enabled:
60-
- charge_invariant_violation
6115
- name: enable_fee_payer
6216
metadata:
63-
title: "Enable pee payer"
17+
title: "Enable fee payer"
6418
description: "AIP-39: Support secondary fee payer to pay gas cost on behalf of the sender."
6519
source_code_url: "https://github.com/aptos-labs/aptos-core/pull/8904"
6620
discussion_url: "https://github.com/aptos-foundation/AIPs/blob/main/aips/aip-39.md"

0 commit comments

Comments
 (0)