fix: kitchensink runtime partial fix (689 -> 4 errors), add pezsp-runtime dep

This commit is contained in:
2025-12-16 16:37:18 +03:00
parent 3b965f2069
commit e2aaca2b58
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -37,6 +37,7 @@ primitive-types = { features = [
], workspace = true }
pezkuwi-sdk = { features = ["runtime-full", "tuples-96"], workspace = true }
pezsp-runtime = { workspace = true }
# shared code between runtime and node
pez-node-primitives = { workspace = true }
@@ -58,6 +59,7 @@ std = [
"pezpallet-example-mbm/std",
"pezpallet-example-tasks/std",
"pezkuwi-sdk/std",
"pezsp-runtime/std",
"primitive-types/std",
"rand?/std",
"scale-info/std",
+3
View File
@@ -2866,6 +2866,9 @@ mod 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.
pub type Address = pezsp_runtime::MultiAddress<AccountId, AccountIndex>;
/// Block header type as expected by this runtime.