Skip to content
Snippets Groups Projects

Membership pallet benchmark

Merged Benjamin Gallois requested to merge bgallois/duniter-v2s:membership_benchmark into master
All threads resolved!
Files
8
@@ -145,6 +145,7 @@ impl pallet_membership::Config<Instance1> for Test {
@@ -145,6 +145,7 @@ impl pallet_membership::Config<Instance1> for Test {
type CheckCallAllowed = DuniterWot;
type CheckCallAllowed = DuniterWot;
type IdtyId = IdtyIndex;
type IdtyId = IdtyIndex;
type IdtyIdOf = IdentityIndexOf<Self>;
type IdtyIdOf = IdentityIndexOf<Self>;
 
type AccountIdOf = ();
type MembershipPeriod = MembershipPeriod;
type MembershipPeriod = MembershipPeriod;
type MetaData = ();
type MetaData = ();
type OnEvent = DuniterWot;
type OnEvent = DuniterWot;
@@ -198,6 +199,7 @@ impl pallet_membership::Config<Instance2> for Test {
@@ -198,6 +199,7 @@ impl pallet_membership::Config<Instance2> for Test {
type CheckCallAllowed = SmithsSubWot;
type CheckCallAllowed = SmithsSubWot;
type IdtyId = IdtyIndex;
type IdtyId = IdtyIndex;
type IdtyIdOf = IdentityIndexOf<Self>;
type IdtyIdOf = IdentityIndexOf<Self>;
 
type AccountIdOf = ();
type MembershipPeriod = SmithsMembershipPeriod;
type MembershipPeriod = SmithsMembershipPeriod;
type MetaData = ();
type MetaData = ();
type OnEvent = SmithsSubWot;
type OnEvent = SmithsSubWot;
Loading