mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 06:57:58 +00:00
Rename PAINT to PALETTE (#4161)
* /paint to /palette * rename paint to palette * rename the modules in palette to be pallets * update Structure.adoc * bump impl * fix CI directory * Update docs/Structure.adoc Co-Authored-By: Benjamin Kampmann <ben@gnunicorn.org>
This commit is contained in:
committed by
Benjamin Kampmann
parent
512c86a72f
commit
2783b44207
@@ -12,7 +12,7 @@ babe-primitives = { package = "substrate-consensus-babe-primitives", path = "../
|
||||
block-builder-api = { package = "substrate-block-builder-runtime-api", path = "../../../primitives/block-builder/runtime-api", default-features = false }
|
||||
cfg-if = "0.1.10"
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
|
||||
executive = { package = "paint-executive", path = "../../../paint/executive", default-features = false }
|
||||
executive = { package = "palette-executive", path = "../../../palette/executive", default-features = false }
|
||||
inherents = { package = "substrate-inherents", path = "../../../primitives/inherents", default-features = false }
|
||||
keyring = { package = "substrate-keyring", path = "../../../primitives/keyring", optional = true }
|
||||
log = { version = "0.4.8", optional = true }
|
||||
@@ -22,16 +22,16 @@ primitives = { package = "substrate-primitives", path = "../../../primitives/cor
|
||||
rstd = { package = "sr-std", path = "../../../primitives/sr-std", default-features = false }
|
||||
runtime-interface = { package = "substrate-runtime-interface", path = "../../../primitives/runtime-interface", default-features = false}
|
||||
runtime_io = { package = "sr-io", path = "../../../primitives/sr-io", default-features = false }
|
||||
runtime_support = { package = "paint-support", path = "../../../paint/support", default-features = false }
|
||||
runtime_support = { package = "palette-support", path = "../../../palette/support", default-features = false }
|
||||
runtime_version = { package = "sr-version", path = "../../../primitives/sr-version", default-features = false }
|
||||
serde = { version = "1.0.101", optional = true, features = ["derive"] }
|
||||
session = { package = "substrate-session", path = "../../../primitives/session", default-features = false }
|
||||
sr-api = { path = "../../../primitives/sr-api", default-features = false }
|
||||
sr-primitives = { path = "../../../primitives/sr-primitives", default-features = false }
|
||||
paint-babe = { path = "../../../paint/babe", default-features = false }
|
||||
paint-system = { path = "../../../paint/system", default-features = false }
|
||||
paint-system-rpc-runtime-api = { path = "../../../paint/system/rpc/runtime-api", default-features = false }
|
||||
paint-timestamp = { path = "../../../paint/timestamp", default-features = false }
|
||||
pallet-babe = { path = "../../../palette/babe", default-features = false }
|
||||
palette-system = { path = "../../../palette/system", default-features = false }
|
||||
palette-system-rpc-runtime-api = { path = "../../../palette/system/rpc/runtime-api", default-features = false }
|
||||
pallet-timestamp = { path = "../../../palette/timestamp", default-features = false }
|
||||
substrate-client = { path = "../../../client", optional = true }
|
||||
substrate-trie = { path = "../../../primitives/trie", default-features = false }
|
||||
transaction-pool-api = { package = "substrate-transaction-pool-runtime-api", path = "../../../primitives/transaction-pool/runtime-api", default-features = false }
|
||||
@@ -72,10 +72,10 @@ std = [
|
||||
"session/std",
|
||||
"sr-api/std",
|
||||
"sr-primitives/std",
|
||||
"paint-babe/std",
|
||||
"paint-system-rpc-runtime-api/std",
|
||||
"paint-system/std",
|
||||
"paint-timestamp/std",
|
||||
"pallet-babe/std",
|
||||
"palette-system-rpc-runtime-api/std",
|
||||
"palette-system/std",
|
||||
"pallet-timestamp/std",
|
||||
"substrate-client",
|
||||
"substrate-trie/std",
|
||||
"transaction-pool-api/std",
|
||||
|
||||
Reference in New Issue
Block a user