Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Update Identity pallet to Frame V2 (#8697)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
3 people committed May 4, 2021
1 parent 7b4d55b commit 4993b70
Show file tree
Hide file tree
Showing 3 changed files with 213 additions and 188 deletions.
2 changes: 1 addition & 1 deletion frame/identity/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading

0 comments on commit 4993b70

Please sign in to comment.