Companion for #11025 (Uniques Locker Trait) (#1085)

* Add Locker trait to pallet_uniques

* update lockfile for {"substrate"}

* Updated lock file to latest master substrate and polkadot

Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
Co-authored-by: Giles Cope <gilescope@gmail.com>
Co-authored-by: parity-processbot <>
This commit is contained in:
Joshua W
2022-04-28 07:10:52 -05:00
committed by GitHub
parent 423a7f5a37
commit c309952ea4
4 changed files with 259 additions and 262 deletions
Generated
+256 -262
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -528,6 +528,7 @@ impl pallet_uniques::Config for Runtime {
#[cfg(feature = "runtime-benchmarks")]
type Helper = ();
type CreateOrigin = AsEnsureOriginWithArg<EnsureSigned<AccountId>>;
type Locker = ();
}
// Create the runtime by composing the FRAME pallets that were previously configured.
+1
View File
@@ -529,6 +529,7 @@ impl pallet_uniques::Config for Runtime {
#[cfg(feature = "runtime-benchmarks")]
type Helper = ();
type CreateOrigin = AsEnsureOriginWithArg<EnsureSigned<AccountId>>;
type Locker = ();
}
// Create the runtime by composing the FRAME pallets that were previously configured.
+1
View File
@@ -520,6 +520,7 @@ impl pallet_uniques::Config for Runtime {
#[cfg(feature = "runtime-benchmarks")]
type Helper = ();
type CreateOrigin = AsEnsureOriginWithArg<EnsureSigned<AccountId>>;
type Locker = ();
}
// Create the runtime by composing the FRAME pallets that were previously configured.