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 conducted comprehensive experiments examining protocol variants, conflict handling, and bandwidth requirements. The team completed analysis of nine candidate Leios variants with different sharding strategies, performed detailed conflict experiments at 100 TPS, and validated bandwidth requirements across multiple throughput scenarios.
8
+
This week, the Leios team conducted comprehensive experiments examining protocol variants, conflict handling, and bandwidth requirements. The team also completed the analysis of nine candidate Leios variants with different sharding strategies, performed detailed conflict experiments at 100 TPS, and validated bandwidth requirements across multiple throughput scenarios.
9
9
10
10
## Simulation analysis of protocol variants
11
11
12
-
- Completed comprehensive analysis of nine candidate variants of Leios examining three basic variants and three sharding strategies:
12
+
- Completed a comprehensive analysis of nine candidate variants of Leios, examining three basic variants and three sharding strategies:
13
13
- Basic variants: Full, Full without IBs, Full with transaction references
- Identified significant differences in spatial and temporal efficiencies across variants:
16
-
- Full with transaction references achieved highest spatial efficiency (95.999-96.466%)
17
-
- Full without IBs demonstrated fastest time to ledger (43.052-43.057s)
16
+
- Full with transaction references achieved the highest spatial efficiency (95.999-96.466%)
17
+
- Full without IBs demonstrated the fastest time to the ledger (43.052-43.057s)
18
18
- Sharded variants generally showed improved spatial efficiency but increased latency
19
19
- Documented detailed findings in the [analysis notebook](https://github.com/input-output-hk/ouroboros-leios/blob/main/analysis/sims/2025w26/analysis-variants-sharding.ipynb).
20
20
@@ -27,11 +27,11 @@ This week, the Leios team conducted comprehensive experiments examining protocol
27
27
- Conducted experiments exploring the effect of conflicting transactions at 100 TPS using the simplest Leios variant
28
28
- Tested scenarios with 0%, 25%, and 50% of transactions conflicting with other transactions
29
29
- Key findings from the [conflict analysis](https://github.com/input-output-hk/ouroboros-leios/blob/main/analysis/sims/2025w26/analysis.ipynb):
30
-
- Spatial efficiency can be as low as 55% due to occasional IB production before previous reception
30
+
- Spatial efficiency can be as low as 55% due to occasional IB production before the previous reception
31
31
- All non-conflicted transactions reach the ledger within 75 seconds
32
32
- NIC bandwidth of 20 Mb/s is sufficient for protocol operation
33
33
- Four vCPU cores provide adequate processing capacity
34
-
- Large IBs (up to 2 MB) diffuse globally within 5 seconds
34
+
- Large IBs (up to 2 MB) diffuse globally within five seconds
35
35
- IB traffic does not interfere with other protocol message types.
36
36
37
37

@@ -47,7 +47,7 @@ This week, the Leios team conducted comprehensive experiments examining protocol
47
47
- All transactions reach the ledger within two minutes
48
48
- 30 Mbps NIC bandwidth is sufficient for Leios node operation
-Results insensitive to inter-nodal link bandwidths above 50 Mb/s
50
+
-Insensitive results to inter-nodal link bandwidths above 50 Mb/s
51
51
- Even 10 Mb/s links show minimal impact on protocol performance.
52
52
53
53

@@ -56,9 +56,9 @@ This week, the Leios team conducted comprehensive experiments examining protocol
56
56
57
57
- Added support for IB equivocation (work in progress, evaluating impact)
58
58
- Implemented minor usability improvements to the CLI tool
59
-
- Added sharding support to the "full without IBs" variant of Leios.
59
+
- Added sharding support to the 'full without IBs' variant of Leios.
60
60
61
61
62
62
## CDDL Version 1
63
63
64
-
- finalized and merged a first version of the CDDLs for the current variants in discussion for CIP, here in [PR-396](https://github.com/input-output-hk/ouroboros-leios/pull/396/commits/c450c76ce49aae5a35a0d326de73280795e1074e).
64
+
- finalized and merged a first version of the CDDLs for the current variants in discussion for CIP, here in [PR-396](https://github.com/input-output-hk/ouroboros-leios/pull/396/commits/c450c76ce49aae5a35a0d326de73280795e1074e).
0 commit comments