Skip to content

Commit bff37a5

Browse files
authored
Update 2025-05-19-weekly-progress-summary.md
1 parent f2b3528 commit bff37a5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,32 @@ authors:
55
tags: [progress, update, weekly]
66
---
77

8-
This week, the Leios team focused on improving simulation capabilities, enhancing transaction processing, and expanding the test coverage. The team made significant progress in addressing transaction inclusion rates and developing a comprehensive conformance testing framework.
8+
This week, the Leios team focused on improving simulation capabilities, enhancing transaction processing, and expanding the test coverage. The team also made significant progress in addressing transaction inclusion rates and developing a comprehensive conformance testing framework.
99

1010
## Simulation improvements
1111

1212
### Rust simulation
1313
- Investigated and addressed poor transaction inclusion rates
14-
- Implemented "late IB inclusion" extension to Full Leios, significantly improving transaction ledger inclusion odds
14+
- Implemented 'late IB inclusion' extension to Full Leios, significantly improving transaction ledger inclusion odds
1515
- Identified and addressed issues with non-sharded input transactions causing excessive duplication
1616
- Made several key enhancements:
1717
- Enabled late IB inclusion by default
18-
- Fixed off-by-one error in late IB inclusion logic
18+
- Fixed the off-by-one error in late IB inclusion logic
1919
- Added `praos-fallback-enabled` setting for throughput investigation
2020
- Improved transaction deduplication in Praos blocks.
2121

2222
## Testing framework
2323

2424
### Conformance testing
25-
- Developed comprehensive catalog of [Potential Conformance Tests](https://github.com/input-output-hk/ouroboros-leios/blob/main/leios-trace-verifier/conformance-coverage.md)
26-
- Implemented property-based testing suite for trace verification
25+
- Developed a comprehensive catalog of [potential conformance tests](https://github.com/input-output-hk/ouroboros-leios/blob/main/leios-trace-verifier/conformance-coverage.md)
26+
- Implemented a property-based testing suite for trace verification
2727
- Added both positive and negative test cases covering:
2828
- Genesis slot operations
2929
- Block production (RB, IB, EB)
3030
- Vote generation
3131
- Various production patterns (sporadic, noisy)
3232
- Invalid scenarios (equivocation, gaps)
33-
- Successfully verified golden traces against Agda specification.
33+
- Successfully verified golden traces against the Agda specification.
3434

3535
## Documentation
3636

@@ -45,15 +45,15 @@ This week, the Leios team focused on improving simulation capabilities, enhancin
4545
## Transaction lifecycle analysis
4646

4747
- Conducted detailed analysis of transaction processing efficiency
48-
- Generated cumulative probability model for transaction ledger inclusion
49-
- Analyzed relationship between IB production rate and stage length
48+
- Generated a cumulative probability model for transaction ledger inclusion
49+
- Analyzed the relationship between IB production rate and stage length
5050
- Created visualization of [transaction-to-block inclusion probabilities](https://github.com/input-output-hk/ouroboros-leios/blob/main/analysis/tx-to-block-cum-slots-fig.svg).
5151

5252
![transaction-to-block inclusion probabilities](https://raw.githubusercontent.com/input-output-hk/ouroboros-leios/refs/heads/main/analysis/tx-to-block-cum-slots-fig.svg)
5353

5454
## Next steps
5555

5656
- Continue monitoring and optimizing transaction inclusion rates
57-
- Expand conformance test coverage as Agda specification evolves
57+
- Expand conformance test coverage as the Agda specification evolves
5858
- Further investigate transaction sharding strategies
5959
- Refine transaction lifecycle model based on simulation results.

0 commit comments

Comments
 (0)