Skip to content

Commit b362b50

Browse files
authored
Tech writing review (#460)
1 parent 5e50780 commit b362b50

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

site/news/2025-07-07-weekly-progress-summary.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,31 @@ authors:
55
tags: [progress, update, weekly, high-throughput, protocol-variants, stracciatella, linear-leios, simulation-analysis, cddl]
66
---
77

8-
This week, the Leios team achieved significant milestones in protocol development and analysis, successfully demonstrating high-throughput capabilities and exploring new protocol variants. The team completed comprehensive experiments with the Stracciatella variant, conducted analytical analysis of Linear Leios throughput efficiency, and implemented new simulation capabilities.
8+
This week, the Leios team achieved significant milestones in protocol development and analysis, successfully demonstrating high-throughput capabilities and exploring new protocol variants. The team conducted comprehensive experiments with the Stracciatella variant, analyzed the Linear Leios throughput efficiency, and implemented new simulation capabilities.
99

1010
## High-throughput demonstration
1111

12-
- Successfully completed experiments demonstrating 1,000+ TPS capability with the Stracciatella variant of Leios.
13-
- Achieved spatial efficiency better than 95% with transaction lifecycle times under two minutes.
14-
- Validated protocol performance under extreme throughput conditions significantly beyond current Cardano capacity.
12+
- Completed experiments demonstrating over 1,000 TPS capability with the Stracciatella variant of Leios
13+
- Achieved spatial efficiency above 95% with transaction lifecycle times under two minutes
14+
- Validated protocol performance under extreme throughput conditions well beyond the current Cardano capacity
1515
- Documented detailed findings in the [Stracciatella analysis notebook](https://github.com/input-output-hk/ouroboros-leios/blob/main/analysis/sims/2025w28/analysis-stracciatella.ipynb).
1616

1717
## Protocol variants analysis
1818

1919
### Stracciatella variant
2020

21-
- Completed comprehensive analysis of the Stracciatella variant (no IBs, transaction references in EBs, two-stage pipeline).
21+
- Completed a comprehensive analysis of the Stracciatella variant (no IBs, transaction references in EBs, two-stage pipeline)
2222
- Key findings:
23-
- 5 slot/stage performs less well but scales better than 8 slot/stage.
24-
- Only minimal fraction of transactions fail to reach ledger, likely due to EB expiration.
25-
- Network usage is slightly heavy while CPU usage appears suspiciously light.
26-
- Congestion appears at 1,000+ TPS throughput levels.
23+
- 5-slot/stage performs less well but scales better than 8-slot/stage
24+
- Only a minimal fraction of transactions fail to reach the ledger, likely due to EB expiration
25+
- Network usage is slightly heavy, while CPU usage appears suspiciously light
26+
- Congestion begins to appear at throughput levels above 1,000 TPS.
2727

2828
### Linear Leios throughput efficiency
2929

30-
- Conducted analytical analysis of Linear Leios variant's probability of including certified EBs on-chain.
31-
- Results show Linear Leios could achieve approximately 500 times the throughput of Praos at over 50% network resource efficiency.
32-
- 500 times Praos throughput would exceed 1,000 historically typical transactions per second.
30+
- Conducted an analysis of the Linear Leios variant's probability of including certified EBs on-chain
31+
- Results show Linear Leios could achieve approximately 500 times the throughput of Praos at over 50% network resource efficiency
32+
- 500 times Praos throughput would exceed 1,000 historically typical transactions per second
3333
- Generated comprehensive throughput and efficiency visualizations available in the [analysis repository](https://github.com/input-output-hk/ouroboros-leios/blob/main/analysis/).
3434

3535
![Throughput of Linear Leios](https://raw.githubusercontent.com/input-output-hk/ouroboros-leios/main/analysis/linear-leios-throughput.svg)
@@ -44,26 +44,26 @@ This week, the Leios team achieved significant milestones in protocol developmen
4444

4545
### Rust simulation
4646

47-
- Implemented first pass at Linear Leios variant in Rust simulation.
48-
- Enhanced simulation capabilities for protocol variant testing and analysis.
49-
- Continued optimization of simulation performance for high-throughput scenarios.
47+
- Implemented a first pass of the Linear Leios variant in the Rust simulation
48+
- Enhanced simulation capabilities to support protocol variant testing and analysis
49+
- Continued optimizing simulation performance for high-throughput scenarios.
5050

5151
### Small transaction experiments
5252

53-
- Completed analysis of small-transaction, high-throughput experiments with 300-byte non-Plutus transactions.
53+
- Completed the analysis of small-transaction, high-throughput experiments with 300-byte non-Plutus transactions
5454
- Key findings:
55-
- 1,000 tx/s with 300 B/tx is feasible in Leios variants.
56-
- Clear time vs space tradeoff between variants.
57-
- `full-with-ib-references` uses space more efficiently than `full-without-ibs`.
58-
- `full-without-ibs` has shorter transaction lifecycle than `full-with-ib-references`.
59-
- 2 CPU cores are sufficient for high-throughput operation.
60-
- Network usage remains modest under high load.
61-
- Supporting materials available in [analysis documentation](https://github.com/input-output-hk/ouroboros-leios/blob/main/analysis/sims/2025w28/ReadMe.pdf) and [analysis notebook](https://github.com/input-output-hk/ouroboros-leios/blob/main/analysis/sims/2025w28/analysis.ipynb).
55+
- 1,000 tx/s with 300 B/tx is feasible in Leios variants
56+
- Clear timespace tradeoff between variants
57+
- `full-with-ib-references` uses space more efficiently than `full-without-ibs`
58+
- `full-without-ibs` has a shorter transaction lifecycle than `full-with-ib-references`
59+
- 2 CPU cores are sufficient for high-throughput operation
60+
- Network usage remains modest under high load
61+
- Supporting materials are available in [analysis documentation](https://github.com/input-output-hk/ouroboros-leios/blob/main/analysis/sims/2025w28/ReadMe.pdf) and [analysis notebook](https://github.com/input-output-hk/ouroboros-leios/blob/main/analysis/sims/2025w28/analysis.ipynb).
6262

6363
## Next steps
6464

65-
- Continue investigation of protocol variants for CIP convergence.
66-
- Expand simulation capabilities for additional protocol variants.
67-
- Refine performance optimization strategies for high-throughput scenarios.
65+
- Continue investigation of protocol variants for CIP convergence
66+
- Expand simulation capabilities for additional protocol variants
67+
- Refine performance optimization strategies for high-throughput scenarios
6868
- Complete documentation of protocol variant comparisons and recommendations.
6969

0 commit comments

Comments
 (0)