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-19-weekly-progress-summary.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,32 +5,32 @@ authors:
5
5
tags: [progress, update, weekly]
6
6
---
7
7
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.
9
9
10
10
## Simulation improvements
11
11
12
12
### Rust simulation
13
13
- 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
15
15
- Identified and addressed issues with non-sharded input transactions causing excessive duplication
16
16
- Made several key enhancements:
17
17
- 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
19
19
- Added `praos-fallback-enabled` setting for throughput investigation
20
20
- Improved transaction deduplication in Praos blocks.
21
21
22
22
## Testing framework
23
23
24
24
### 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
27
27
- Added both positive and negative test cases covering:
28
28
- Genesis slot operations
29
29
- Block production (RB, IB, EB)
30
30
- Vote generation
31
31
- Various production patterns (sporadic, noisy)
32
32
- Invalid scenarios (equivocation, gaps)
33
-
- Successfully verified golden traces against Agda specification.
33
+
- Successfully verified golden traces against the Agda specification.
34
34
35
35
## Documentation
36
36
@@ -45,15 +45,15 @@ This week, the Leios team focused on improving simulation capabilities, enhancin
45
45
## Transaction lifecycle analysis
46
46
47
47
- 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
50
50
- 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).
0 commit comments