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
@@ -107,7 +107,7 @@ type EnsureTwoOrRoot = EnsureOneOf<
EnsureRoot<u64>,
EnsureSignedBy<Two, u64>
>;
impl Config for Test {
impl pallet_identity::Config for Test {
type Event = Event;
type Currency = Balances;
type Slashed = ();