Skip to content
Snippets Groups Projects
Commit 35e4f5f7 authored by bgallois's avatar bgallois Committed by Hugo Trentesaux
Browse files

feat(runtimes): use our benchmarks for pallet identity

parent 2c9ff2f6
No related branches found
No related tags found
1 merge request!138Identity pallet benchmark
......@@ -440,6 +440,7 @@ macro_rules! pallets_config {
type RevocationSigner = <Signature as sp_runtime::traits::Verify>::Signer;
type RevocationSignature = Signature;
type RuntimeEvent = RuntimeEvent;
type WeightInfo = common_runtime::weights::pallet_identity::WeightInfo<Runtime>;
}
impl pallet_membership::Config<frame_support::instances::Instance1> for Runtime {
......
......@@ -31,6 +31,7 @@ pub mod pallet_timestamp;
pub mod pallet_universal_dividend;
pub mod pallet_upgrade_origin;
pub mod pallet_provide_randomness;
pub mod pallet_identity;
pub mod pallet_duniter_account;
pub mod pallet_certification_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