Skip to content

Commit 29a3122

Browse files
authored
Update 2025-06-24-weekly-progress-summary.md (#446)
1 parent 44e4808 commit 29a3122

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

site/news/2025-06-24-weekly-progress-summary.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ authors:
55
tags: [progress, update, weekly, simulation-analysis, variants, sharding, conflict-experiments, bandwidth, spatial-efficiency, temporal-efficiency]
66
---
77

8-
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.
99

1010
## Simulation analysis of protocol variants
1111

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:
1313
- Basic variants: Full, Full without IBs, Full with transaction references
14-
- Sharding strategies: Unsharded, Sharded, Overcollateralized 1x
14+
- Sharding strategies: unsharded, sharded, overcollateralized 1x
1515
- 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)
1818
- Sharded variants generally showed improved spatial efficiency but increased latency
1919
- Documented detailed findings in the [analysis notebook](https://github.com/input-output-hk/ouroboros-leios/blob/main/analysis/sims/2025w26/analysis-variants-sharding.ipynb).
2020

@@ -27,11 +27,11 @@ This week, the Leios team conducted comprehensive experiments examining protocol
2727
- Conducted experiments exploring the effect of conflicting transactions at 100 TPS using the simplest Leios variant
2828
- Tested scenarios with 0%, 25%, and 50% of transactions conflicting with other transactions
2929
- 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
3131
- All non-conflicted transactions reach the ledger within 75 seconds
3232
- NIC bandwidth of 20 Mb/s is sufficient for protocol operation
3333
- 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
3535
- IB traffic does not interfere with other protocol message types.
3636

3737
![Mean nodal network ingress at 100 TPS](https://raw.githubusercontent.com/input-output-hk/ouroboros-leios/main/analysis/sims/2025w26/plots/cxs/ingress-average-area.png)
@@ -47,7 +47,7 @@ This week, the Leios team conducted comprehensive experiments examining protocol
4747
- All transactions reach the ledger within two minutes
4848
- 30 Mbps NIC bandwidth is sufficient for Leios node operation
4949
- Four-core vCPU provides adequate processing capacity
50-
- Results insensitive to inter-nodal link bandwidths above 50 Mb/s
50+
- Insensitive results to inter-nodal link bandwidths above 50 Mb/s
5151
- Even 10 Mb/s links show minimal impact on protocol performance.
5252

5353
![Diffusion of IBs at 300 TPS by link bandwidth](https://raw.githubusercontent.com/input-output-hk/ouroboros-leios/main/analysis/sims/2025w25/plots/bw-2IBps/elapsed-IB.png)
@@ -56,9 +56,9 @@ This week, the Leios team conducted comprehensive experiments examining protocol
5656

5757
- Added support for IB equivocation (work in progress, evaluating impact)
5858
- 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.
6060

6161

6262
## CDDL Version 1
6363

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

Comments
 (0)