|
1 | 1 | --- |
2 | 2 | remote_endpoint: ~ |
3 | | -name: "v1.5" |
| 3 | +name: "v1.6" |
4 | 4 | proposals: |
5 | 5 | - name: upgrade_framework |
6 | 6 | 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" |
9 | 9 | execution_mode: MultiStep |
10 | 10 | update_sequence: |
11 | 11 | - DefaultGas |
12 | 12 | - Framework: |
13 | 13 | bytecode_version: 6 |
14 | 14 | 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 |
61 | 15 | - name: enable_fee_payer |
62 | 16 | metadata: |
63 | | - title: "Enable pee payer" |
| 17 | + title: "Enable fee payer" |
64 | 18 | description: "AIP-39: Support secondary fee payer to pay gas cost on behalf of the sender." |
65 | 19 | source_code_url: "https://github.com/aptos-labs/aptos-core/pull/8904" |
66 | 20 | discussion_url: "https://github.com/aptos-foundation/AIPs/blob/main/aips/aip-39.md" |
|
0 commit comments