rebrand: kusama → dicle

- Replace all kusama/Kusama references with dicle/Dicle
- Rename weight files from ksm_size to dcl_size
- Update papi-tests files from ksm to dcl
- Remove chain-specs/kusama.json files
- cargo check --workspace successful (Finished output)
- Update MAINNET_ROADMAP.md: FAZ 8 completed
This commit is contained in:
2026-01-07 09:40:42 +03:00
parent 1d055178a3
commit c343223ccd
194 changed files with 918 additions and 11068 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ so don't do it unless you really need it), run the following command:
To generate weights for all pallets in a particular runtime(s), run the following command:
```sh
/cmd bench --runtime kusama pezkuwi
/cmd bench --runtime dicle pezkuwi
```
For Bizinikiwi pallets (supports sub-modules too):
@@ -64,7 +64,7 @@ If you want to run all specific pezpallet(s) for specific runtime(s), you can do
> /cmd commands.
```sh
/cmd bench --runtime kusama pezkuwi --pezpallet=pallet_balances --clean
/cmd bench --runtime dicle pezkuwi --pezpallet=pallet_balances --clean
```
> **💡Hint #2** : If you have questions or need help, feel free to tag @paritytech/opstooling (in github comments)