Skip to content

Commit 75a3a9a

Browse files
authored
Enable AUIDs feature flag (aptos-labs#9046)
1 parent 112ad6d commit 75a3a9a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,13 @@ proposals:
3535
transaction_shuffler_type:
3636
sender_aware_v1: 32
3737
block_gas_limit : 35000
38+
- name: enable_aptos_unique_identifiers
39+
metadata:
40+
title: "Enable Aptos Unique Identifiers"
41+
description: "AIP-36: Support for aptos unique identifiers (generated using native function generate_unique_address)"
42+
discussion_url: "https://github.com/aptos-foundation/AIPs/issues/154"
43+
execution_mode: MultiStep
44+
update_sequence:
45+
- FeatureFlag:
46+
enabled:
47+
- aptos_unique_identifiers

0 commit comments

Comments
 (0)