Skip to content

Commit

Permalink
Update release.yaml (#11325)
Browse files Browse the repository at this point in the history
  • Loading branch information
junkil-park authored Dec 15, 2023
1 parent 9a3b178 commit 3cd9104
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions aptos-move/aptos-release-builder/data/release.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,34 @@
---
remote_endpoint: ~
name: "v1.8"
name: "v1.9"
proposals:
- name: upgrade_framework
- name: step_1_upgrade_framework
metadata:
title: "Multi-step proposal to upgrade mainnet framework to v1.8"
description: "This includes changes in https://github.com/aptos-labs/aptos-core/commits/aptos-release-v1.8"
title: "Multi-step proposal to upgrade mainnet framework to v1.9"
description: "This includes changes in https://github.com/aptos-labs/aptos-core/commits/aptos-release-v1.9"
execution_mode: MultiStep
update_sequence:
- DefaultGas
- Framework:
bytecode_version: 6
git_hash: ~
- name: step_2_commission_change_delegation_pool
metadata:
title: "AIP-50: Change commission rates in delegation pools"
description: "AIP-50: This allows delegation pool owners to change operator commission rates after delegation pool creation."
discussion_url: "https://github.com/aptos-foundation/AIPs/issues/249"
execution_mode: MultiStep
update_sequence:
- FeatureFlag:
enabled:
- commission_change_delegation_pool
- name: step_3_enable_automatic_sponsored_account_creation
metadata:
title: "AIP-52: Automated Account Creation for Sponsored Transactions"
description: "AIP-52: Automated Account Creation for Sponsored Transactions."
discussion_url: "https://github.com/aptos-foundation/AIPs/issues/258"
execution_mode: MultiStep
update_sequence:
- FeatureFlag:
enabled:
- sponsored_automatic_account_creation

0 comments on commit 3cd9104

Please sign in to comment.