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
@@ -171,7 +171,7 @@ pub trait MinerConfig {
///
/// Must be the same as configured in the [`crate::Config::DataProvider`].
///
/// For simplicity, this is 16 in Pezkuwi and 24 in Kusama.
/// For simplicity, this is 16 in Pezkuwi and 24 in Dicle.
type MaxVotesPerVoter: Get<u32>;
/// Maximum number of winners to select per page.
///
@@ -22,10 +22,10 @@ mod pezpallet_election_provider_multi_block_signed_hez_size;
mod pezpallet_election_provider_multi_block_unsigned_hez_size;
mod pezpallet_election_provider_multi_block_verifier_hez_size;
mod pezpallet_election_provider_multi_block_ksm_size;
mod pezpallet_election_provider_multi_block_signed_ksm_size;
mod pezpallet_election_provider_multi_block_unsigned_ksm_size;
mod pezpallet_election_provider_multi_block_verifier_ksm_size;
mod pezpallet_election_provider_multi_block_dcl_size;
mod pezpallet_election_provider_multi_block_signed_dcl_size;
mod pezpallet_election_provider_multi_block_unsigned_dcl_size;
mod pezpallet_election_provider_multi_block_verifier_dcl_size;
use pezframe_support::pezpallet_prelude::Weight;
@@ -168,13 +168,13 @@ pub mod traits {
}
}
/// Kusama-esque weights only be used in testing runtimes.
pub mod kusama {
/// Dicle-esque weights only be used in testing runtimes.
pub mod dicle {
pub use super::{
pezpallet_election_provider_multi_block_ksm_size::WeightInfo as MultiBlockWeightInfo,
pezpallet_election_provider_multi_block_signed_ksm_size::WeightInfo as MultiBlockSignedWeightInfo,
pezpallet_election_provider_multi_block_unsigned_ksm_size::WeightInfo as MultiBlockUnsignedWeightInfo,
pezpallet_election_provider_multi_block_verifier_ksm_size::WeightInfo as MultiBlockVerifierWeightInfo,
pezpallet_election_provider_multi_block_dcl_size::WeightInfo as MultiBlockWeightInfo,
pezpallet_election_provider_multi_block_signed_dcl_size::WeightInfo as MultiBlockSignedWeightInfo,
pezpallet_election_provider_multi_block_unsigned_dcl_size::WeightInfo as MultiBlockUnsignedWeightInfo,
pezpallet_election_provider_multi_block_verifier_dcl_size::WeightInfo as MultiBlockVerifierWeightInfo,
};
}
@@ -43,13 +43,13 @@
// --repeat
// 5
// --genesis-builder-preset
// fake-ksm
// fake-dcl
// --template
// ../../../../../bizinikiwi/pezframe/election-provider-multi-block/src/template.hbs
// --heap-pages
// 65000
// --output
// ./pezpallet_election_provider_multi_block_fake-ksm.rs
// ./pezpallet_election_provider_multi_block_fake-dcl.rs
#![cfg_attr(rustfmt, rustfmt_skip)]
#![allow(unused_parens)]
@@ -43,13 +43,13 @@
// --repeat
// 5
// --genesis-builder-preset
// fake-ksm
// fake-dcl
// --template
// ../../../../../bizinikiwi/pezframe/election-provider-multi-block/src/template.hbs
// --heap-pages
// 65000
// --output
// ./pezpallet_election_provider_multi_block_signed_fake-ksm.rs
// ./pezpallet_election_provider_multi_block_signed_fake-dcl.rs
#![cfg_attr(rustfmt, rustfmt_skip)]
#![allow(unused_parens)]
@@ -43,14 +43,14 @@
// --repeat
// 3
// --genesis-builder-preset
// fake-ksm
// fake-dcl
// --template
// ../../../../../bizinikiwi/pezframe/election-provider-multi-block/src/template.hbs
// --heap-pages
// 65000
// --extra
// --output
// ./pezpallet_election_provider_multi_block_unsigned_fake-ksm.rs
// ./pezpallet_election_provider_multi_block_unsigned_fake-dcl.rs
#![cfg_attr(rustfmt, rustfmt_skip)]
#![allow(unused_parens)]
@@ -43,13 +43,13 @@
// --repeat
// 5
// --genesis-builder-preset
// fake-ksm
// fake-dcl
// --template
// ../../../../../bizinikiwi/pezframe/election-provider-multi-block/src/template.hbs
// --heap-pages
// 65000
// --output
// ./pezpallet_election_provider_multi_block_verifier_fake-ksm.rs
// ./pezpallet_election_provider_multi_block_verifier_fake-dcl.rs
#![cfg_attr(rustfmt, rustfmt_skip)]
#![allow(unused_parens)]