File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,7 +112,6 @@ sync-backing = []
112112velocity-3 = []
113113velocity-6 = []
114114velocity-12 = []
115- fallback-target-block-rate = []
116115
117116relay-parent-offset-2 = []
118117
Original file line number Diff line number Diff 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 ( ) ;
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments