Skip to content

Commit 8a42d3f

Browse files
Weekly Update 2025-05-12 (#356)
* site: weekly update
1 parent 4c506d3 commit 8a42d3f

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
title: Weekly Summary - 2025-05-12
3+
authors:
4+
- will
5+
tags: [progress, update, weekly]
6+
---
7+
8+
This week, the team made significant progress on simulation improvements, trace verification, and comprehensive analysis of Leios transaction processing capacity.
9+
10+
### Trace verification
11+
12+
- Improved the trace verifier with better error handling and reporting
13+
- Added support for starting verification from non-initial states
14+
- Created manually curated test cases for the Leios trace verifier
15+
- [Valid traces](https://github.com/input-output-hk/ouroboros-leios/blob/main/leios-trace-verifier/examples/valid/)
16+
- [Invalid traces](https://github.com/input-output-hk/ouroboros-leios/blob/main/leios-trace-verifier/examples/invalid/)
17+
- Integrated the trace verifier into Nix infrastructure and CI builds
18+
- Removed deterministic conformance testing in favor of trace-based approach.
19+
20+
### Simulation improvements
21+
22+
#### Haskell simulation
23+
- Conducted an informal review assessing code quality, design, and implementation
24+
- Analyzed the simulation organization and identified areas for future improvement
25+
- Found that most prospective changes to the Leios protocol would only involve a small fraction of the codebase
26+
- Determined that addition of memory pool and transactions would take approximately 100-200 hours of labor.
27+
28+
The review of the Haskell simulator was documented in detail in [PR#353](https://github.com/input-output-hk/ouroboros-leios/pull/353), covering statistics, organization, code quality, design, implementation, and documentation aspects of the simulator.
29+
30+
#### Rust simulation
31+
- Added `tx-start-time` and `tx-stop-time` parameters to avoid effects of slow starts or sudden terminations on transaction analysis
32+
- Created a new Leios variant `full-without-ibs` where endorser blocks directly reference transactions.
33+
34+
### Documentation and analysis
35+
36+
- Relocated the original Leios report to avoid confusion, while preserving valuable background information
37+
- Added partially-drafted technical reports on Haskell simulations to Nix and CI builds:
38+
- [Ouroboros Leios Network Specification](https://github.com/input-output-hk/ouroboros-leios/blob/main/simulation/docs/network-spec/ReadMe.md)
39+
- [Ouroboros Leios simulation: building confidence in the performance results](https://github.com/input-output-hk/ouroboros-leios/blob/main/simulation/docs/ReadMe.md)
40+
41+
The team conducted higher excess-capacity simulations to evaluate transaction inclusion hypotheses. The transaction lifecycle simulations raised the question of whether duplication of transactions in IBs was starving other transactions from ever being included in an IB. To test this, simulations were run with IBs being produced at three times the normal rate, providing ample space for transaction duplication.
42+
43+
Detailed analysis showed that transaction loss persisted despite increased capacity, indicating that other factors are preventing transactions from reaching the ledger. The results are documented in:
44+
- [Analysis overview](https://github.com/input-output-hk/ouroboros-leios/blob/main/analysis/sims/2025w20/)
45+
- [Results at 1x IB capacity](https://github.com/input-output-hk/ouroboros-leios/blob/main/analysis/sims/2025w20/analysis1x.ipynb)
46+
- [Results at 3x IB capacity](https://github.com/input-output-hk/ouroboros-leios/blob/main/analysis/sims/2025w20/analysis3x.ipynb)
47+

0 commit comments

Comments
 (0)