From 25f9f726aa314cfeac472c849a51c81afd649069 Mon Sep 17 00:00:00 2001 From: nasihudeen04 Date: Tue, 14 Jul 2026 12:39:51 +0100 Subject: [PATCH 1/2] Remove deprecated pallet_society::RawEvent alias. Use Event instead; no remaining in-repo callers. --- substrate/frame/society/src/lib.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/substrate/frame/society/src/lib.rs b/substrate/frame/society/src/lib.rs index 6aaed725e5c9..0e90501559f4 100644 --- a/substrate/frame/society/src/lib.rs +++ b/substrate/frame/society/src/lib.rs @@ -671,10 +671,6 @@ pub mod pallet { MemberKicked { member: T::AccountId }, } - /// Old name generated by `decl_event`. - #[deprecated(note = "use `Event` instead")] - pub type RawEvent = Event; - /// The max number of members for the society at one time. #[pallet::storage] pub type Parameters, I: 'static = ()> = From 8f1375e4354de7b02fce7d857fd015a46a853fde Mon Sep 17 00:00:00 2001 From: "cmd[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 11:43:18 +0000 Subject: [PATCH 2/2] Update from github-actions[bot] running command 'prdoc --audience runtime_dev --bump major' --- prdoc/pr_12655.prdoc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 prdoc/pr_12655.prdoc diff --git a/prdoc/pr_12655.prdoc b/prdoc/pr_12655.prdoc new file mode 100644 index 000000000000..feaf4565d098 --- /dev/null +++ b/prdoc/pr_12655.prdoc @@ -0,0 +1,8 @@ +title: Remove deprecated pallet_society::RawEvent alias. +doc: +- audience: Runtime Dev + description: |- + Use Event instead; no remaining in-repo callers. +crates: +- name: pallet-society + bump: major