mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 17:01:02 +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
+46
-46
@@ -41,52 +41,52 @@ members = [
|
||||
"client/transaction-pool",
|
||||
"client/transaction-pool/graph",
|
||||
"client/utils/wasm-builder-runner",
|
||||
"paint/assets",
|
||||
"paint/aura",
|
||||
"paint/authority-discovery",
|
||||
"paint/authorship",
|
||||
"paint/babe",
|
||||
"paint/balances",
|
||||
"paint/collective",
|
||||
"paint/contracts",
|
||||
"paint/contracts/rpc",
|
||||
"paint/contracts/rpc/runtime-api",
|
||||
"paint/democracy",
|
||||
"paint/elections-phragmen",
|
||||
"paint/elections",
|
||||
"paint/evm",
|
||||
"paint/example",
|
||||
"paint/executive",
|
||||
"paint/finality-tracker",
|
||||
"paint/generic-asset",
|
||||
"paint/grandpa",
|
||||
"paint/im-online",
|
||||
"paint/indices",
|
||||
"paint/membership",
|
||||
"paint/metadata",
|
||||
"paint/nicks",
|
||||
"paint/offences",
|
||||
"paint/randomness-collective-flip",
|
||||
"paint/scored-pool",
|
||||
"paint/session",
|
||||
"paint/staking",
|
||||
"paint/staking/reward-curve",
|
||||
"paint/sudo",
|
||||
"paint/support",
|
||||
"paint/support/procedural",
|
||||
"paint/support/procedural/tools",
|
||||
"paint/support/procedural/tools/derive",
|
||||
"paint/support/rpc",
|
||||
"paint/support/test",
|
||||
"paint/system",
|
||||
"paint/system/rpc",
|
||||
"paint/system/rpc/runtime-api",
|
||||
"paint/timestamp",
|
||||
"paint/transaction-payment",
|
||||
"paint/transaction-payment/rpc",
|
||||
"paint/transaction-payment/rpc/runtime-api",
|
||||
"paint/treasury",
|
||||
"paint/utility",
|
||||
"palette/assets",
|
||||
"palette/aura",
|
||||
"palette/authority-discovery",
|
||||
"palette/authorship",
|
||||
"palette/babe",
|
||||
"palette/balances",
|
||||
"palette/collective",
|
||||
"palette/contracts",
|
||||
"palette/contracts/rpc",
|
||||
"palette/contracts/rpc/runtime-api",
|
||||
"palette/democracy",
|
||||
"palette/elections-phragmen",
|
||||
"palette/elections",
|
||||
"palette/evm",
|
||||
"palette/example",
|
||||
"palette/executive",
|
||||
"palette/finality-tracker",
|
||||
"palette/generic-asset",
|
||||
"palette/grandpa",
|
||||
"palette/im-online",
|
||||
"palette/indices",
|
||||
"palette/membership",
|
||||
"palette/metadata",
|
||||
"palette/nicks",
|
||||
"palette/offences",
|
||||
"palette/randomness-collective-flip",
|
||||
"palette/scored-pool",
|
||||
"palette/session",
|
||||
"palette/staking",
|
||||
"palette/staking/reward-curve",
|
||||
"palette/sudo",
|
||||
"palette/support",
|
||||
"palette/support/procedural",
|
||||
"palette/support/procedural/tools",
|
||||
"palette/support/procedural/tools/derive",
|
||||
"palette/support/rpc",
|
||||
"palette/support/test",
|
||||
"palette/system",
|
||||
"palette/system/rpc",
|
||||
"palette/system/rpc/runtime-api",
|
||||
"palette/timestamp",
|
||||
"palette/transaction-payment",
|
||||
"palette/transaction-payment/rpc",
|
||||
"palette/transaction-payment/rpc/runtime-api",
|
||||
"palette/treasury",
|
||||
"palette/utility",
|
||||
"primitives/application-crypto",
|
||||
"primitives/authority-discovery",
|
||||
"primitives/authorship",
|
||||
|
||||
Reference in New Issue
Block a user