Skip to content
Snippets Groups Projects
Unverified Commit af62a3b9 authored by bgallois's avatar bgallois
Browse files

feat(runtimes): use our benchmarks for pallet identity

parent 62dcc17f
No related branches found
No related tags found
No related merge requests found
...@@ -440,6 +440,7 @@ macro_rules! pallets_config { ...@@ -440,6 +440,7 @@ macro_rules! pallets_config {
type RevocationSigner = <Signature as sp_runtime::traits::Verify>::Signer; type RevocationSigner = <Signature as sp_runtime::traits::Verify>::Signer;
type RevocationSignature = Signature; type RevocationSignature = Signature;
type RuntimeEvent = RuntimeEvent; type RuntimeEvent = RuntimeEvent;
type WeightInfo = common_runtime::weights::pallet_identity::WeightInfo<Runtime>;
} }
impl pallet_membership::Config<frame_support::instances::Instance1> for Runtime { impl pallet_membership::Config<frame_support::instances::Instance1> for Runtime {
......
...@@ -31,6 +31,7 @@ pub mod pallet_timestamp; ...@@ -31,6 +31,7 @@ pub mod pallet_timestamp;
pub mod pallet_universal_dividend; pub mod pallet_universal_dividend;
pub mod pallet_upgrade_origin; pub mod pallet_upgrade_origin;
pub mod pallet_provide_randomness; pub mod pallet_provide_randomness;
pub mod pallet_identity;
pub mod pallet_duniter_account; pub mod pallet_duniter_account;
pub mod pallet_certification_cert; pub mod pallet_certification_cert;
pub mod pallet_certification_smiths_cert; pub mod pallet_certification_smiths_cert;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment