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 made significant progress on CIP development, refined validation timing analysis with improved methodologies, and achieved high-throughput validation milestones. The team completed major CIP specification components, proposed improved throughput metrics for better comparability, and demonstrated 1000 TPS capability with specific protocol variants.
8
+
This week, the Leios team made significant progress on CIP development, refined validation timing analysis with improved methodologies, and achieved high-throughput validation milestones. The team completed major components of the CIP specification, proposed improved throughput metrics for better comparability, and demonstrated a 1,000 TPS capability with specific protocol variants.
9
9
10
10
## CIP development progress
11
11
12
12
### Protocol specification completion
13
13
14
-
- Completed comprehensive review of protocol overview, components flow, and parameters
15
-
- Integrated votes and certificates specification into the CIP documentation
14
+
- Completed a comprehensive review of the protocol overview, component flow, and parameters
15
+
- Integrated vote and certificate specifications into the CIP documentation
16
16
- Drafted node behavior and network specifications, including mini-protocol definitions
17
-
-Advanced CIP towards completion with core protocol components fully specified.
17
+
-Progressed the CIP towards completion, with all core protocol components now fully specified.
18
18
19
19
## Throughput metrics standardization
20
20
21
21
### Improved measurement methodology
22
22
23
23
- Proposed transition from transaction-per-second (Tx/s) to transaction-bytes-per-second (TxB/s) metrics for enhanced comparability
24
-
- Recommended using Tx/s only in introductory statements with transaction size context (e.g., "100 Tx/s with 1400 B transactions")
24
+
- Recommended using Tx/s only in introductory statements with transaction size context (eg, '100 Tx/s with 1,400 B transactions')
25
25
- Established TxkB/s and TxMB/s as primary throughput metrics for analysis
26
26
- Benefits include:
27
27
- Direct comparability across different transaction sizes
28
28
- Clear nominal storage and network demand calculations
29
-
- Example: 100 Tx/s with 1400 B transactions = 140 TxkB/s = ~12 GB/day storage
29
+
- Example: 100 Tx/s with 1,400 B transactions = 140 TxkB/s = ~12 GB/day storage
- Results are suitable for bulk block estimates despite individual transaction prediction limitations
43
43
- Findings support reducing CPU-timing parameters in default Leios simulation configurations
44
-
-Comprehensive analysis available in the [validation timing documentation](https://github.com/input-output-hk/ouroboros-leios/blob/main/analysis/timings/ReadMe.ipynb).
44
+
-A comprehensive analysis is available in the [validation timing documentation](https://github.com/input-output-hk/ouroboros-leios/blob/main/analysis/timings/ReadMe.ipynb).
45
45
46
46
## High-throughput protocol validation
47
47
48
-
### 1000 TPS Linear Leios demonstration
48
+
### 1,000 TPS Linear Leios demonstration
49
49
50
-
- Successfully demonstrated Linear Leios with transaction references supporting 1000 tx/s at 300 B/tx
51
-
- Validated Stracciatella variant capability at 1000 TPS throughput levels
50
+
- Successfully demonstrated Linear Leios with transaction references supporting 1,000 tx/s at 300 B/tx
51
+
- Validated Stracciatella variant capability at 1,000 TPS throughput levels
52
52
- Confirmed that Linear Leios with embedded transactions cannot sustain such throughput
53
53
- Results provide clear protocol variant performance boundaries for high-throughput scenarios
54
-
- Detailed evidence and analysis in the [1000 TPS study notebook](https://github.com/input-output-hk/ouroboros-leios/blob/main/analysis/sims/2025w30/analysis.ipynb).
54
+
- Detailed evidence and analysis are available in the [1,000 TPS study notebook](https://github.com/input-output-hk/ouroboros-leios/blob/main/analysis/sims/2025w30/analysis.ipynb).
55
55
56
56
## Simulation infrastructure improvements
57
57
58
58
### Rust simulation documentation
59
59
60
-
- Enhanced documentation of current Rust simulation implementation
60
+
- Enhanced the documentation of the current Rust simulation implementation
61
61
- Documented available protocol variants and their implementation status
62
-
- Improved accessibility and usability of simulation framework for protocol development.
62
+
- Improved accessibility and usability of the simulation framework for protocol development.
0 commit comments