Update Identity pallet to Frame V2 (#8697)

* bump pallet to frame v2

* line width

* get benchmarking ot compile

* fix benchmarking now

* should actually fix benchmark

* make docs prettier

* add dependency

* add metadata

* Update frame/identity/src/benchmarking.rs

Co-authored-by: Guillaume Thiolliere <gui.thiolliere@gmail.com>

Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
Co-authored-by: Guillaume Thiolliere <gui.thiolliere@gmail.com>
This commit is contained in:
ferrell-code
2021-05-04 04:44:58 -04:00
committed by GitHub
parent 747beffe70
commit 7c0d23acfc
3 changed files with 213 additions and 188 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ use super::*;
use frame_system::{EventRecord, RawOrigin};
use frame_benchmarking::{benchmarks, account, whitelisted_caller, impl_benchmark_test_suite};
use sp_runtime::traits::Bounded;
use frame_support::{ensure, traits::Get};
use crate::Pallet as Identity;
const SEED: u32 = 0;