Skip to content

Commit a78af52

Browse files
committed
Test
1 parent c0f7d00 commit a78af52

3 files changed

Lines changed: 0 additions & 5 deletions

File tree

cumulus/test/runtime/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ sync-backing = []
112112
velocity-3 = []
113113
velocity-6 = []
114114
velocity-12 = []
115-
fallback-target-block-rate = []
116115

117116
relay-parent-offset-2 = []
118117

cumulus/test/runtime/build.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ fn main() {
2929
WasmBuilder::init_with_defaults()
3030
.enable_feature("velocity-3")
3131
.enable_feature("increment-spec-version")
32-
.enable_feature("fallback-target-block-rate")
3332
.set_file_name("wasm_binary_elastic_scaling.rs")
3433
.build();
3534

@@ -61,7 +60,6 @@ fn main() {
6160
WasmBuilder::init_with_defaults()
6261
.enable_feature("12s-slot")
6362
.enable_feature("velocity-3")
64-
.enable_feature("fallback-target-block-rate")
6563
.enable_feature("increment-spec-version")
6664
.set_file_name("wasm_binary_elastic_scaling_12s_slot.rs")
6765
.build();

cumulus/test/runtime/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -727,8 +727,6 @@ impl_runtime_apis! {
727727
}
728728
}
729729

730-
// Some runtimes should run with the fallback method.
731-
#[cfg(any(not(feature = "fallback-target-block-rate"), feature = "std"))]
732730
impl cumulus_primitives_core::TargetBlockRate<Block> for Runtime {
733731
fn target_block_rate() -> u32 {
734732
BLOCK_PROCESSING_VELOCITY

0 commit comments

Comments
 (0)