mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 22:51:13 +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
@@ -272,7 +272,7 @@ You can run all the tests if you like:
|
||||
[source, shell]
|
||||
cargo test --all
|
||||
|
||||
Or just run the tests of a specific package (i.e. `cargo test -p paint-assets`)
|
||||
Or just run the tests of a specific package (i.e. `cargo test -p pallet-assets`)
|
||||
|
||||
You can start a development chain with:
|
||||
|
||||
@@ -446,9 +446,9 @@ substrate-trie
|
||||
sr-api, sr-io, sr-primitives, sr-sandbox, sr-std, sr-version
|
||||
* Substrate Runtime Module Library (SRML)
|
||||
[source, shell]
|
||||
paint-assets, paint-balances, paint-consensus, paint-contracts, paint-council, paint-democracy, paint-example,
|
||||
paint-executive, paint-metadata, paint-session, paint-staking, paint-support, paint-system, paint-timestamp,
|
||||
paint-treasury
|
||||
pallet-assets, pallet-balances, palette-consensus, pallet-contracts, palette-council, pallet-democracy, pallet-example,
|
||||
palette-executive, palette-metadata, pallet-session, pallet-staking, palette-support, palette-system, pallet-timestamp,
|
||||
pallet-treasury
|
||||
* Node
|
||||
[source, shell]
|
||||
node-cli, node-consensus, node-executor, node-network, node-primitives, node-runtime
|
||||
|
||||
Reference in New Issue
Block a user