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
Copy file name to clipboardExpand all lines: site/news/2025-03-17-weekly-progress-summary.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ authors:
5
5
tags: [progress, update, weekly]
6
6
---
7
7
8
-
This week, the team made great progress in the Leios protocol development, focusing on improving simulation capabilities and understanding the behavior of the protocol in different network conditions. A comparison of Haskell and Rust simulations across [**18 scenarios**](https://github.com/input-output-hk/ouroboros-leios/blob/main/analysis/sims/2025w12/analysis.ipynb)revealed that Leios protocol scales well to mainnet-size networks. However, the protocol tends to experience congestion once the input-block rate reaches 30 IB/s.
8
+
This week, the Leios team made significant progress in protocol development, focusing on improving simulation capabilities and analyzing protocol behavior under various network conditions. A comparison of Haskell and Rust simulations across [**18 scenarios**](https://github.com/input-output-hk/ouroboros-leios/blob/main/analysis/sims/2025w12/analysis.ipynb)demonstrated that the Leios protocol scales effectively to mainnet-sized networks. However, congestion occurs when the inputblock rate reaches 30 IB/s.
9
9
10
10
## Simulation comparison
11
11
@@ -15,28 +15,28 @@ This week, the team made great progress in the Leios protocol development, focus
15
15
16
16
### Analysis of simulations
17
17
18
-
- Completed the first simulation of Short Leios for varied IB production rate, IB size, and network topology
19
-
-In the simulations, the Leios protocol scales well to mainnet-size networks
20
-
- Identified congestion in the protocol once the input-block rate reaches 30 IB/s
18
+
- Completed the first simulation of Short Leios, evaluating IB production rate, IB size, and network topology
19
+
-Demonstrated that the Leios protocol scales effectively to mainnet-sized networks
20
+
- Identified congestion occurring when the inputblock rate exceeds 30 IB/s
21
21
- Suggested that allowing IBs larger than current Praos RBs may have advantages in TCP efficiency, network usage, and adapting to fluctuating transaction loads.
0 commit comments