You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
9
9
10
-
## HIGH-THROUGHPUT DEMONSTRATION
10
+
## High-throughput demonstration
11
11
12
12
- Successfully completed experiments demonstrating 1,000+ TPS capability with the Stracciatella variant of Leios.
13
13
- Achieved spatial efficiency better than 95% with transaction lifecycle times under two minutes.
14
14
- Validated protocol performance under extreme throughput conditions significantly beyond current Cardano capacity.
15
15
- Documented detailed findings in the [Stracciatella analysis notebook](https://github.com/input-output-hk/ouroboros-leios/blob/main/analysis/sims/2025w28/analysis-stracciatella.ipynb).
16
16
17
-
## PROTOCOL VARIANTS ANALYSIS
17
+
## Protocol variants analysis
18
18
19
-
### Stracciatella Variant
19
+
### Stracciatella variant
20
20
21
21
- Completed comprehensive analysis of the Stracciatella variant (no IBs, transaction references in EBs, two-stage pipeline).
22
22
- Key findings:
@@ -25,7 +25,7 @@ This week, the Leios team achieved significant milestones in protocol developmen
25
25
- Network usage is slightly heavy while CPU usage appears suspiciously light.
26
26
- Congestion appears at 1,000+ TPS throughput levels.
27
27
28
-
### Linear Leios Throughput Efficiency
28
+
### Linear Leios throughput efficiency
29
29
30
30
- Conducted analytical analysis of Linear Leios variant's probability of including certified EBs on-chain.
31
31
- Results show Linear Leios could achieve approximately 500 times the throughput of Praos at over 50% network resource efficiency.
@@ -36,19 +36,19 @@ This week, the Leios team achieved significant milestones in protocol developmen
36
36
37
37

38
38
39
-
## CDDL SPECIFICATIONS
39
+
## CDDL specifications
40
40
41
41
- Added CDDL specifications for Linear and Stracciatella protocol variants.
42
42
43
-
## SIMULATION IMPROVEMENTS
43
+
## Simulation improvements
44
44
45
-
### Rust Simulation
45
+
### Rust simulation
46
46
47
47
- Implemented first pass at Linear Leios variant in Rust simulation.
48
48
- Enhanced simulation capabilities for protocol variant testing and analysis.
49
49
- Continued optimization of simulation performance for high-throughput scenarios.
50
50
51
-
### Small Transaction Experiments
51
+
### Small transaction experiments
52
52
53
53
- Completed analysis of small-transaction, high-throughput experiments with 300-byte non-Plutus transactions.
54
54
- Key findings:
@@ -60,7 +60,7 @@ This week, the Leios team achieved significant milestones in protocol developmen
60
60
- Network usage remains modest under high load.
61
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).
62
62
63
-
## NEXT STEPS
63
+
## Next steps
64
64
65
65
- Continue investigation of protocol variants for CIP convergence.
66
66
- Expand simulation capabilities for additional protocol variants.
0 commit comments