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:
+1
-1
@@ -16,7 +16,7 @@
|
||||
|
||||
//! statement-distribution regression tests
|
||||
//!
|
||||
//! Statement distribution benchmark based on Kusama parameters and scale.
|
||||
//! Statement distribution benchmark based on Dicle parameters and scale.
|
||||
|
||||
use pezkuwi_subsystem_bench::{
|
||||
configuration::TestConfiguration,
|
||||
|
||||
@@ -325,7 +325,7 @@ impl RequestManager {
|
||||
// found out that this requests take around 100ms to fulfill, so it
|
||||
// would make sense to try to request things as early as we can, given
|
||||
// we would need to request it for each candidate, around 25 right now
|
||||
// on kusama.
|
||||
// on dicle.
|
||||
if response_manager.len() >= 2 * MAX_PARALLEL_ATTESTED_CANDIDATE_REQUESTS as usize {
|
||||
return None;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user