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-05-05-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
@@ -9,14 +9,14 @@ This week, the team focused on simulation analysis, security improvements, and p
9
9
10
10
### Simulation analysis and performance
11
11
12
-
The team executed the first high-throughput simulations of Leios using the Rust simulator, with transaction rates reaching up to 1000 TPS. We introduced two key efficiency metrics to quantify system performance:
12
+
The team executed the first high-throughput simulations of Leios using the Rust simulator, with transaction rates reaching up to 1,000 TPS. They introduced two key efficiency metrics to quantify system performance:
13
13
14
-
-*Temporal efficiency*measures the fraction of submitted transactions that make it into the ledger, with near 100% indicating optimal transaction inclusion.
15
-
-*Spatial efficiency* represents the ratio of transaction size to total ledger size (including IBs, EBs, and RBs), with higher values indicating better storage optimization.
14
+
-*Temporal efficiency*, which measures the fraction of submitted transactions that make it into the ledger, with nearly 100% indicating optimal transaction inclusion
15
+
-*Spatial efficiency*, which represents the ratio of transaction size to total ledger size (including IBs, EBs, and RBs), with higher values indicating better storage optimization.
16
16
17
17
Recent revisions to Full Short Leios have shown promising improvements in both efficiency metrics. The simulations revealed an average transaction lifecycle of approximately 100 seconds from submission to ledger inclusion.
18
18
19
-
Our analysis produced several key visualizations that demonstrate the system's performance:
19
+
The analysis produced several key visualizations that demonstrate the system's performance:
20
20
21
21
<divalign="center">
22
22
@@ -40,7 +40,7 @@ Our analysis produced several key visualizations that demonstrate the system's p
40
40
41
41
### Protocol documentation and analysis
42
42
43
-
We conducted extensive analysis of transaction throughput and block characteristics, producing several key visualizations:
43
+
The team conducted an extensive analysis of transaction throughput and block characteristics, producing several key visualizations:
44
44
45
45
<divalign="center">
46
46
@@ -56,29 +56,29 @@ We conducted extensive analysis of transaction throughput and block characterist
56
56
57
57
The team also completed a comprehensive profitability analysis for Leios SPOs, considering various deployment scenarios:
58
58
- Evaluated infrastructure costs across premium and value cloud providers
59
-
- Demonstrated profitability without Reserve contributions at 50+ TPS
60
-
- Documented the impact of diminishing future rewards due to Reserve depletion
61
-
- Analyzed comparative economics between Praos and Leios SPOs
59
+
- Demonstrated profitability without reserve contributions at 50+ TPS
60
+
- Documented the impact of diminishing future rewards due to reserve depletion
61
+
- Analyzed comparative economics between Praos and Leios SPOs.
*Figure 7: Profitability forecast for Leios SPOs without Reserve contributions*
67
+
*Figure 7: Profitability forecast for Leios SPOs without reserve contributions*
68
68
69
69
</div>
70
70
71
71
### Security and infrastructure improvements
72
72
73
-
The team addressed several security vulnerabilities in the web applications through a series of patches:
74
-
- Fixed minor and moderate security issues in PRs [#321](https://github.com/input-output-hk/ouroboros-leios/pull/321), [#322](https://github.com/input-output-hk/ouroboros-leios/pull/322), [#323](https://github.com/input-output-hk/ouroboros-leios/pull/323), and [#325](https://github.com/input-output-hk/ouroboros-leios/pull/325)
73
+
The team addressed several security vulnerabilities in web applications through a series of patches:
74
+
- Fixed minor and moderate security issues in [#321](https://github.com/input-output-hk/ouroboros-leios/pull/321), [#322](https://github.com/input-output-hk/ouroboros-leios/pull/322), [#323](https://github.com/input-output-hk/ouroboros-leios/pull/323), and [#325](https://github.com/input-output-hk/ouroboros-leios/pull/325) pull requests.
75
75
76
76
### Protocol enhancements
77
77
78
78
Recent protocol improvements include:
79
79
- Implementation of revisions to Full Short Leios design to enhance both temporal and spatial efficiency
80
80
- Optimization of protocol parameters for improved transaction processing
81
-
- Development of new sharding strategy in Rust simulation
82
-
- Enhanced logging system for tracking spatial efficiency metrics
81
+
- Development of a new sharding strategy in Rust simulation
82
+
- Enhanced logging system for tracking spatial efficiency metrics.
83
83
84
84
For more detailed information about the simulations and analysis, please refer to the [analysis documentation](https://github.com/input-output-hk/ouroboros-leios/tree/main/analysis) and the [profitability analysis notebook](https://github.com/input-output-hk/ouroboros-leios/blob/main/analysis/profitability-leios.ipynb).
0 commit comments