From 506604e1370c7e3862ed833fc8fe38696ff02125 Mon Sep 17 00:00:00 2001 From: nuno-aac Date: Tue, 7 Nov 2023 15:43:35 +0000 Subject: [PATCH] Update remove short fixed blocks roadmap post --- .../roadmap-posts/short-fixed-block-intervals.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 _data/roadmap-posts/short-fixed-block-intervals.yml diff --git a/_data/roadmap-posts/short-fixed-block-intervals.yml b/_data/roadmap-posts/short-fixed-block-intervals.yml deleted file mode 100644 index e542555ca9..0000000000 --- a/_data/roadmap-posts/short-fixed-block-intervals.yml +++ /dev/null @@ -1,15 +0,0 @@ -id: 1cf8d129-c305-4440-ac49-ed07e18e7f74 -title: Short & fixed block intervals -availability: Q1 2024 -version: ddad74c8-290d-4a1b-9560-d4a2465615e5 -stage: building-next -blocks: - - type: markdown - body: >- - Currently, the variability of block intervals in Starknet leads to - unpredictable waiting times for transactions. To tackle this issue, - Starknet has decided to introduce constant and shorter block intervals - starting from version 0.15.0. - - - By decoupling the 1:1 relationship between a Starknet block and its proof, proofs will be able to attest to the integrity of one or more Starknet blocks. This change will establish fixed block intervals, ensuring more consistent and predictable network behavior. The introduction of shorter and fixed block intervals aims to significantly improve the overall user experience on Starknet by reducing waiting times and enabling a more seamless and efficient transaction processing.