From 4b9a2593facaee92b28df2e99b2773a7e4f930f5 Mon Sep 17 00:00:00 2001 From: Teng Zhang Date: Mon, 20 May 2024 15:30:22 -0400 Subject: [PATCH] add yaml file (#13268) --- .../data/reject_unstable_bytecode.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 aptos-move/aptos-release-builder/data/reject_unstable_bytecode.yaml diff --git a/aptos-move/aptos-release-builder/data/reject_unstable_bytecode.yaml b/aptos-move/aptos-release-builder/data/reject_unstable_bytecode.yaml new file mode 100644 index 0000000000000..6feae75a7c807 --- /dev/null +++ b/aptos-move/aptos-release-builder/data/reject_unstable_bytecode.yaml @@ -0,0 +1,14 @@ +--- +remote_endpoint: ~ +name: "v1.12" +proposals: + - name: enable_checking_unstable_bytecode + metadata: + title: "Enable the compilation metadata and the check to reject unstable bytecode to be published to mainnet" + description: "Enable the compilation metadata and reject unstable bytecode to be published to mainnet" + discussion_url: "https://github.com/aptos-labs/aptos-core/pull/12814" + execution_mode: MultiStep + update_sequence: + - FeatureFlag: + enabled: + - reject_unstable_bytecode