fix: kitchensink runtime partial fix (689 -> 4 errors), add pezsp-runtime dep
This commit is contained in:
Generated
+1
@@ -10277,6 +10277,7 @@ dependencies = [
|
|||||||
"pezpallet-example-mbm",
|
"pezpallet-example-mbm",
|
||||||
"pezpallet-example-tasks",
|
"pezpallet-example-tasks",
|
||||||
"pezsp-debug-derive",
|
"pezsp-debug-derive",
|
||||||
|
"pezsp-runtime",
|
||||||
"primitive-types 0.13.1",
|
"primitive-types 0.13.1",
|
||||||
"rand 0.8.5",
|
"rand 0.8.5",
|
||||||
"rand_pcg",
|
"rand_pcg",
|
||||||
|
|||||||
@@ -37,6 +37,7 @@ primitive-types = { features = [
|
|||||||
], workspace = true }
|
], workspace = true }
|
||||||
|
|
||||||
pezkuwi-sdk = { features = ["runtime-full", "tuples-96"], workspace = true }
|
pezkuwi-sdk = { features = ["runtime-full", "tuples-96"], workspace = true }
|
||||||
|
pezsp-runtime = { workspace = true }
|
||||||
|
|
||||||
# shared code between runtime and node
|
# shared code between runtime and node
|
||||||
pez-node-primitives = { workspace = true }
|
pez-node-primitives = { workspace = true }
|
||||||
@@ -58,6 +59,7 @@ std = [
|
|||||||
"pezpallet-example-mbm/std",
|
"pezpallet-example-mbm/std",
|
||||||
"pezpallet-example-tasks/std",
|
"pezpallet-example-tasks/std",
|
||||||
"pezkuwi-sdk/std",
|
"pezkuwi-sdk/std",
|
||||||
|
"pezsp-runtime/std",
|
||||||
"primitive-types/std",
|
"primitive-types/std",
|
||||||
"rand?/std",
|
"rand?/std",
|
||||||
"scale-info/std",
|
"scale-info/std",
|
||||||
|
|||||||
@@ -2866,6 +2866,9 @@ mod runtime {
|
|||||||
pub type MultiAssetBounties = pezpallet_multi_asset_bounties::Pezpallet<Runtime>;
|
pub type MultiAssetBounties = pezpallet_multi_asset_bounties::Pezpallet<Runtime>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Re-export all pallet types from the runtime module
|
||||||
|
pub use runtime::*;
|
||||||
|
|
||||||
/// The address format for describing accounts.
|
/// The address format for describing accounts.
|
||||||
pub type Address = pezsp_runtime::MultiAddress<AccountId, AccountIndex>;
|
pub type Address = pezsp_runtime::MultiAddress<AccountId, AccountIndex>;
|
||||||
/// Block header type as expected by this runtime.
|
/// Block header type as expected by this runtime.
|
||||||
|
|||||||
Reference in New Issue
Block a user