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/docs/development/monthly-reviews.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,35 +2,35 @@
2
2
sidebar_position: 6
3
3
---
4
4
5
-
# Monthly Review Videos
5
+
# Monthly review videos
6
6
7
-
Every last Wednesday of the month, the Leios team hosts a public review meeting to share progress, foster transparency, and invite early feedback from everyone—builders, curious community members, and innovation teams who may overlap with Leios in the future.
7
+
Every last Wednesday of the month, the Leios team hosts a public review meeting to share progress, foster transparency, and invite early feedback from everyone – builders, curious community members, and innovation teams who may overlap with Leios in the future.
8
8
9
-
These sessions cover the latest updates from each workstream, followed by an open Q&A where anyone can ask questions about Leios. Our goal is to keep the community informed and engaged as the project evolves.
9
+
These sessions cover the latest updates from each workstream, followed by an open Q&A where anyone can ask questions about Leios. The goal is to keep the community informed and engaged as the project evolves.
10
10
11
11
**Workstreams covered in each review:**
12
12
- Research
13
-
- Formal specification & conformance testing
13
+
- Formal specification and conformance testing
14
14
- Delta QSD
15
-
-Simulations (Rust & Haskell)
16
-
- General analysis (economical, technical, performance, etc.)
15
+
- Rust and Haskell simulations
16
+
- General analysis (economical, technical, performance, etc).
17
17
18
-
Stay up to date with the latest progress and discussions! Below you'll find links to our monthly review videos, summarizing key milestones, research updates, and community Q&A.
18
+
Stay up to date with the latest progress and discussions! Below, you'll find links to Leios' monthly review videos, which summarize key milestones, research updates, and community Q&A.
19
19
20
20
:::info
21
-
Until the end of 2024, our monthly review meetings were recorded via Google Meet and shared as links. Starting in 2025, we began live streaming these sessions on [YouTube](https://www.youtube.com/playlist?list=PLnPTB0CuBOBzWWpnojAK3ZaFy9RdofP6l)for greater accessibility and transparency. For some months, due to technical issues (e.g., screen sharing or audio problems), we may provide a fallback Google Meet recording instead of the YouTube stream.
21
+
Until the end of 2024, Leios monthly review meetings were recorded using Google Meet and shared via links. Beginning in 2025, these sessions have been live streamed on [YouTube](https://www.youtube.com/playlist?list=PLnPTB0CuBOBzWWpnojAK3ZaFy9RdofP6l)to improve accessibility and transparency. In some months, due to technical issues (such as screen sharing or audio problems), a fallback Google Meet recording may be provided instead of the YouTube stream.
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