From cd653269d23f809c729c8caf26ae1d9102cf37a0 Mon Sep 17 00:00:00 2001 From: William Wolff Date: Mon, 13 Oct 2025 18:38:09 +0300 Subject: [PATCH 1/3] site: add community response section for concerns --- site/docs/community-responses/index.md | 18 ++++++ .../wasted-work-discarded-ebs.md | 57 +++++++++++++++++++ site/sidebars.ts | 22 ++++++- 3 files changed, 96 insertions(+), 1 deletion(-) create mode 100644 site/docs/community-responses/index.md create mode 100644 site/docs/community-responses/wasted-work-discarded-ebs.md diff --git a/site/docs/community-responses/index.md b/site/docs/community-responses/index.md new file mode 100644 index 000000000..eb99ee865 --- /dev/null +++ b/site/docs/community-responses/index.md @@ -0,0 +1,18 @@ +--- +sidebar_position: 1 +--- + +# Overview + +Following the publication of the [Leios CIP](https://github.com/cardano-scaling/CIPs/blob/leios/CIP-0164/README.md), we've received community feedback through video analyses and technical discussions. This section addresses specific claims and questions about the proposed Leios protocol. + +## Topics + +### Efficiency and Resource Utilization +- [Efficiency of Discarded Endorser Blocks](./wasted-work-discarded-ebs.md) + +### Performance and Scalability +- [System Performance Under Load](./system-performance-under-load.md) + +### Protocol Design and Security +- [Frontrunning and Attack Vectors](./frontrunning-and-attack-vectors.md) diff --git a/site/docs/community-responses/wasted-work-discarded-ebs.md b/site/docs/community-responses/wasted-work-discarded-ebs.md new file mode 100644 index 000000000..f07168064 --- /dev/null +++ b/site/docs/community-responses/wasted-work-discarded-ebs.md @@ -0,0 +1,57 @@ +--- +sidebar_position: 2 +--- + +# Efficiency of Discarded Endorser Blocks + +## Concern + +A community member raised concerns about resource efficiency in the proposed Leios protocol: + +> "All the work you've done, all the transmission you've done, all the voting you've done will be discarded [when EBs are discarded probabilistically]." + +
+