Skip to content

Commit 0febb06

Browse files
authored
Minor tweaks to 2025-05-05-weekly-progress-summary.md (#327)
1 parent b59a0a2 commit 0febb06

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

site/news/2025-05-05-weekly-progress-summary.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ This week, the team focused on simulation analysis, security improvements, and p
99

1010
### Simulation analysis and performance
1111

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:
1313

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.
1616

1717
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.
1818

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:
2020

2121
<div align="center">
2222

@@ -40,7 +40,7 @@ Our analysis produced several key visualizations that demonstrate the system's p
4040

4141
### Protocol documentation and analysis
4242

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:
4444

4545
<div align="center">
4646

@@ -56,29 +56,29 @@ We conducted extensive analysis of transaction throughput and block characterist
5656

5757
The team also completed a comprehensive profitability analysis for Leios SPOs, considering various deployment scenarios:
5858
- 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.
6262

6363
<div align="center">
6464

6565
![Profitability forecast visualization](https://raw.githubusercontent.com/input-output-hk/ouroboros-leios/refs/heads/main/analysis/leios-forecast-sqrt-fill.svg)
6666

67-
*Figure 7: Profitability forecast for Leios SPOs without Reserve contributions*
67+
*Figure 7: Profitability forecast for Leios SPOs without reserve contributions*
6868

6969
</div>
7070

7171
### Security and infrastructure improvements
7272

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.
7575

7676
### Protocol enhancements
7777

7878
Recent protocol improvements include:
7979
- Implementation of revisions to Full Short Leios design to enhance both temporal and spatial efficiency
8080
- 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.
8383

8484
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

Comments
 (0)