diff --git a/_data/roadmap-posts/support-for-full-node-p2p-communication.yml b/_data/roadmap-posts/support-for-full-node-p2p-communication.yml deleted file mode 100644 index 825e0d3c5b..0000000000 --- a/_data/roadmap-posts/support-for-full-node-p2p-communication.yml +++ /dev/null @@ -1,19 +0,0 @@ -id: b689eb1e-cc14-419b-999d-41c39ed97c52 -title: Milestone for full node P2P communication -availability: Q3 2023 -state: Testing now -version: 6774d826-4dbc-48d0-b2d2-682d056ce26d -stage: building-now -blocks: - - type: markdown - body: >- - In Starknet version 0.12.2 we are introducing a new endpoint to the - Starknet feeder gateway which will return the *`state_diff_commitment, - block_hash`* and the signature on - the *`state_diff_commitment+block_hash`* value. - - - This change will make it possible for full nodes to implement P2P communication. - - - We are also making further optimizations to the stack which will result in another increase in throughput and performance.