Skip to content
Snippets Groups Projects
Commit 24c6d149 authored by ferrell-code's avatar ferrell-code Committed by GitHub
Browse files

Society Pallet to FrameV2 (#9472)


* migrate society

* remove unused imports

* cargo fmt

* trigger ci

* pass new ci

* Apply suggestions from code review

* fmt

* regression bench ci?

* remove metadata, fixed with typing!

Co-authored-by: default avatarGuillaume Thiolliere <gui.thiolliere@gmail.com>
Co-authored-by: default avatarcharlesferrell <charlie@laminar.one>
parent 293771f2
No related merge requests found
This diff is collapsed.
......@@ -20,10 +20,7 @@
use super::*;
use crate as pallet_society;
use frame_support::{
ord_parameter_types, parameter_types,
traits::{OnFinalize, OnInitialize},
};
use frame_support::{ord_parameter_types, parameter_types};
use frame_support_test::TestRandomness;
use frame_system::EnsureSignedBy;
use sp_core::H256;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment