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
@@ -1696,7 +1696,7 @@ pub mod pezpallet {
///
/// See the inline code docs of `Member::pending_rewards` and `RewardPool::update_recorded`
/// for example analysis. A [`pezsp_runtime::FixedU128`] should be fine for chains with
/// balance types similar to that of Pezkuwi and Kusama, in the absence of severe slashing
/// balance types similar to that of Pezkuwi and Dicle, in the absence of severe slashing
/// (or prevented via a reasonable `MaxPointsToBalance`), for many many years to come.
type RewardCounter: FixedPointNumber + MaxEncodedLen + TypeInfo + Default + codec::FullCodec;
@@ -2374,7 +2374,7 @@ mod claim_payout {
#[test]
fn claim_payout_large_numbers() {
let unit = 10u128.pow(12); // akin to KSM
let unit = 10u128.pow(12); // akin to DCL
ExistentialDeposit::set(unit);
StakingMinBond::set(unit * 1000);