We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 112ad6d commit 75a3a9aCopy full SHA for 75a3a9a
aptos-move/aptos-release-builder/data/release.yaml
@@ -35,3 +35,13 @@ proposals:
35
transaction_shuffler_type:
36
sender_aware_v1: 32
37
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