From 9c0ce3e32faf8d7b23a1d3f478deaa5e81ae494f Mon Sep 17 00:00:00 2001 From: Aaron Gao Date: Tue, 26 Nov 2024 19:41:19 -0600 Subject: [PATCH] enable module events migration in the framework --- .../data/enable_module_event_migration.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 aptos-move/aptos-release-builder/data/enable_module_event_migration.yaml diff --git a/aptos-move/aptos-release-builder/data/enable_module_event_migration.yaml b/aptos-move/aptos-release-builder/data/enable_module_event_migration.yaml new file mode 100644 index 0000000000000..b224d13e2b02e --- /dev/null +++ b/aptos-move/aptos-release-builder/data/enable_module_event_migration.yaml @@ -0,0 +1,13 @@ +--- +remote_endpoint: ~ +name: abort_if_multisig_payload_mismatch +proposals: + - name: enable_module_event_migration + metadata: + title: "Enable the module event migration in aptos framework" + description: "For most events in aptos framework, the events emitted will become module events" + execution_mode: MultiStep + update_sequence: + - FeatureFlag: + enabled: + - module_event_migration \ No newline at end of file