mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-06-13 17:31:03 +00:00
Update documentation and templates for Pezkuwi branding
This commit is contained in:
@@ -19,8 +19,8 @@ scale-info = { workspace = true, features = [ "derive" ] }
|
||||
serde_json = { workspace = true, default-features = false, features = [ "alloc" ] }
|
||||
smallvec = { workspace = true }
|
||||
|
||||
openzeppelin-pezpallet-abstractions = { workspace = true }
|
||||
openzeppelin-pezpallet-abstractions-proc = { workspace = true }
|
||||
openzeppelin-pallet-abstractions = { workspace = true }
|
||||
openzeppelin-pallet-abstractions-proc = { workspace = true }
|
||||
|
||||
# Bizinikiwi
|
||||
pezframe-benchmarking = { workspace = true, optional = true }
|
||||
@@ -49,22 +49,22 @@ pezpallet-transaction-payment-rpc-runtime-api = { workspace = true }
|
||||
pezpallet-treasury = { workspace = true }
|
||||
pezpallet-utility = { workspace = true }
|
||||
pezpallet-whitelist = { workspace = true }
|
||||
sp-api = { workspace = true }
|
||||
sp-arithmetic = { workspace = true }
|
||||
sp-block-builder = { workspace = true }
|
||||
sp-consensus-aura = { workspace = true }
|
||||
sp-core = { workspace = true }
|
||||
sp-genesis-builder = { workspace = true }
|
||||
sp-inherents = { workspace = true }
|
||||
sp-keyring = { workspace = true }
|
||||
sp-offchain = { workspace = true }
|
||||
sp-runtime = { workspace = true }
|
||||
sp-session = { workspace = true }
|
||||
sp-std = { workspace = true }
|
||||
sp-transaction-pool = { workspace = true }
|
||||
sp-version = { workspace = true }
|
||||
pezsp-api = { workspace = true }
|
||||
pezsp-arithmetic = { workspace = true }
|
||||
pezsp-block-builder = { workspace = true }
|
||||
pezsp-consensus-aura = { workspace = true }
|
||||
pezsp-core = { workspace = true }
|
||||
pezsp-genesis-builder = { workspace = true }
|
||||
pezsp-inherents = { workspace = true }
|
||||
pezsp-keyring = { workspace = true }
|
||||
pezsp-offchain = { workspace = true }
|
||||
pezsp-runtime = { workspace = true }
|
||||
pezsp-session = { workspace = true }
|
||||
pezsp-std = { workspace = true }
|
||||
pezsp-transaction-pool = { workspace = true }
|
||||
pezsp-version = { workspace = true }
|
||||
|
||||
cumulus-pezpallet-aura-ext = { workspace = true }
|
||||
pezcumulus-pezpallet-aura-ext = { workspace = true }
|
||||
pezpallet-aura = { workspace = true }
|
||||
pezpallet-authorship = { workspace = true }
|
||||
pezpallet-collator-selection = { workspace = true }
|
||||
@@ -78,17 +78,17 @@ staging-xcm = { workspace = true }
|
||||
staging-xcm-builder = { workspace = true }
|
||||
staging-xcm-executor = { workspace = true }
|
||||
|
||||
# Cumulus
|
||||
# Pezpezcumulus
|
||||
assets-common = { workspace = true }
|
||||
cumulus-pezpallet-teyrchain-system = { workspace = true }
|
||||
cumulus-pezpallet-session-benchmarking = { workspace = true }
|
||||
cumulus-pezpallet-weight-reclaim = { workspace = true }
|
||||
cumulus-pezpallet-xcm = { workspace = true }
|
||||
cumulus-pezpallet-xcmp-queue = { workspace = true }
|
||||
cumulus-primitives-aura = { workspace = true }
|
||||
cumulus-primitives-core = { workspace = true }
|
||||
cumulus-primitives-timestamp = { workspace = true }
|
||||
cumulus-primitives-utility = { workspace = true }
|
||||
pezcumulus-pezpallet-teyrchain-system = { workspace = true }
|
||||
pezcumulus-pezpallet-session-benchmarking = { workspace = true }
|
||||
pezcumulus-pezpallet-weight-reclaim = { workspace = true }
|
||||
pezcumulus-pezpallet-xcm = { workspace = true }
|
||||
pezcumulus-pezpallet-xcmp-queue = { workspace = true }
|
||||
pezcumulus-primitives-aura = { workspace = true }
|
||||
pezcumulus-primitives-core = { workspace = true }
|
||||
pezcumulus-primitives-timestamp = { workspace = true }
|
||||
pezcumulus-primitives-utility = { workspace = true }
|
||||
teyrchain-info = { workspace = true }
|
||||
teyrchains-common = { workspace = true }
|
||||
|
||||
@@ -112,8 +112,8 @@ pezpallet-cc-authorities-noting = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
pezkuwi-runtime-teyrchains = { workspace = true }
|
||||
sp-io = { workspace = true }
|
||||
sp-tracing = { workspace = true }
|
||||
pezsp-io = { workspace = true }
|
||||
pezsp-tracing = { workspace = true }
|
||||
xcm-pez-simulator = { workspace = true }
|
||||
|
||||
[build-dependencies]
|
||||
@@ -122,16 +122,16 @@ bizinikiwi-wasm-builder = { workspace = true }
|
||||
[features]
|
||||
std = [
|
||||
"assets-common/std",
|
||||
"cumulus-pezpallet-aura-ext/std",
|
||||
"cumulus-pezpallet-teyrchain-system/std",
|
||||
"cumulus-pezpallet-session-benchmarking/std",
|
||||
"cumulus-pezpallet-weight-reclaim/std",
|
||||
"cumulus-pezpallet-xcm/std",
|
||||
"cumulus-pezpallet-xcmp-queue/std",
|
||||
"cumulus-primitives-aura/std",
|
||||
"cumulus-primitives-core/std",
|
||||
"cumulus-primitives-timestamp/std",
|
||||
"cumulus-primitives-utility/std",
|
||||
"pezcumulus-pezpallet-aura-ext/std",
|
||||
"pezcumulus-pezpallet-teyrchain-system/std",
|
||||
"pezcumulus-pezpallet-session-benchmarking/std",
|
||||
"pezcumulus-pezpallet-weight-reclaim/std",
|
||||
"pezcumulus-pezpallet-xcm/std",
|
||||
"pezcumulus-pezpallet-xcmp-queue/std",
|
||||
"pezcumulus-primitives-aura/std",
|
||||
"pezcumulus-primitives-core/std",
|
||||
"pezcumulus-primitives-timestamp/std",
|
||||
"pezcumulus-primitives-utility/std",
|
||||
"dp-consensus/std",
|
||||
"pezframe-benchmarking?/std",
|
||||
"pezframe-executive/std",
|
||||
@@ -143,7 +143,7 @@ std = [
|
||||
"pezframe-try-runtime?/std",
|
||||
"log/std",
|
||||
"nimbus-primitives/std",
|
||||
"openzeppelin-pezpallet-abstractions/std",
|
||||
"openzeppelin-pallet-abstractions/std",
|
||||
"orml-oracle-runtime-api/std",
|
||||
"orml-oracle/std",
|
||||
"orml-xtokens/std",
|
||||
@@ -182,20 +182,20 @@ std = [
|
||||
"pezkuwi-runtime-common/std",
|
||||
"scale-info/std",
|
||||
"serde_json/std",
|
||||
"sp-api/std",
|
||||
"sp-arithmetic/std",
|
||||
"sp-block-builder/std",
|
||||
"sp-consensus-aura/std",
|
||||
"sp-core/std",
|
||||
"sp-genesis-builder/std",
|
||||
"sp-inherents/std",
|
||||
"sp-keyring/std",
|
||||
"sp-offchain/std",
|
||||
"sp-runtime/std",
|
||||
"sp-session/std",
|
||||
"sp-std/std",
|
||||
"sp-transaction-pool/std",
|
||||
"sp-version/std",
|
||||
"pezsp-api/std",
|
||||
"pezsp-arithmetic/std",
|
||||
"pezsp-block-builder/std",
|
||||
"pezsp-consensus-aura/std",
|
||||
"pezsp-core/std",
|
||||
"pezsp-genesis-builder/std",
|
||||
"pezsp-inherents/std",
|
||||
"pezsp-keyring/std",
|
||||
"pezsp-offchain/std",
|
||||
"pezsp-runtime/std",
|
||||
"pezsp-session/std",
|
||||
"pezsp-std/std",
|
||||
"pezsp-transaction-pool/std",
|
||||
"pezsp-version/std",
|
||||
"staging-xcm-builder/std",
|
||||
"staging-xcm-executor/std",
|
||||
"xcm-primitives/std",
|
||||
@@ -204,10 +204,10 @@ std = [
|
||||
|
||||
runtime-benchmarks = [
|
||||
"assets-common/runtime-benchmarks",
|
||||
"cumulus-pezpallet-teyrchain-system/runtime-benchmarks",
|
||||
"cumulus-pezpallet-session-benchmarking/runtime-benchmarks",
|
||||
"cumulus-pezpallet-xcmp-queue/runtime-benchmarks",
|
||||
"cumulus-primitives-utility/runtime-benchmarks",
|
||||
"pezcumulus-pezpallet-teyrchain-system/runtime-benchmarks",
|
||||
"pezcumulus-pezpallet-session-benchmarking/runtime-benchmarks",
|
||||
"pezcumulus-pezpallet-xcmp-queue/runtime-benchmarks",
|
||||
"pezcumulus-primitives-utility/runtime-benchmarks",
|
||||
"dp-consensus/runtime-benchmarks",
|
||||
"pezframe-benchmarking/runtime-benchmarks",
|
||||
"pezframe-support/runtime-benchmarks",
|
||||
@@ -241,16 +241,16 @@ runtime-benchmarks = [
|
||||
"teyrchains-common/runtime-benchmarks",
|
||||
"pezkuwi-teyrchain-primitives/runtime-benchmarks",
|
||||
"pezkuwi-runtime-common/runtime-benchmarks",
|
||||
"sp-runtime/runtime-benchmarks",
|
||||
"pezsp-runtime/runtime-benchmarks",
|
||||
"staging-xcm-builder/runtime-benchmarks",
|
||||
"staging-xcm-executor/runtime-benchmarks",
|
||||
]
|
||||
|
||||
try-runtime = [
|
||||
"cumulus-pezpallet-aura-ext/try-runtime",
|
||||
"cumulus-pezpallet-teyrchain-system/try-runtime",
|
||||
"cumulus-pezpallet-xcm/try-runtime",
|
||||
"cumulus-pezpallet-xcmp-queue/try-runtime",
|
||||
"pezcumulus-pezpallet-aura-ext/try-runtime",
|
||||
"pezcumulus-pezpallet-teyrchain-system/try-runtime",
|
||||
"pezcumulus-pezpallet-xcm/try-runtime",
|
||||
"pezcumulus-pezpallet-xcmp-queue/try-runtime",
|
||||
"pezframe-executive/try-runtime",
|
||||
"pezframe-support/try-runtime",
|
||||
"pezframe-system/try-runtime",
|
||||
@@ -285,15 +285,15 @@ try-runtime = [
|
||||
"pezpallet-xcm/try-runtime",
|
||||
"teyrchain-info/try-runtime",
|
||||
"pezkuwi-runtime-common/try-runtime",
|
||||
"sp-runtime/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
]
|
||||
|
||||
# A feature that should be enabled when the runtime should be built for on-chain
|
||||
# deployment. This will disable stuff that shouldn't be part of the on-chain wasm
|
||||
# to make it smaller, like logging for example.
|
||||
on-chain-release-build = [ "sp-api/disable-logging" ]
|
||||
on-chain-release-build = [ "pezsp-api/disable-logging" ]
|
||||
|
||||
async-backing = [ "openzeppelin-pezpallet-abstractions-proc/async-backing" ]
|
||||
async-backing = [ "openzeppelin-pallet-abstractions-proc/async-backing" ]
|
||||
|
||||
default = [ "std" ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user