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
This week, the team made significant progress on simulation improvements, trace verification, and comprehensive analysis of Leios transaction processing capacity.
8
+
This week, the team made significant progress on simulation improvements, trace verification, and a comprehensive analysis of Leios' transaction processing capacity.
9
9
10
10
### Trace verification
11
11
@@ -15,17 +15,17 @@ This week, the team made significant progress on simulation improvements, trace
- Integrated the trace verifier into Nix infrastructure and CI builds
18
-
- Removed deterministic conformance testing in favor of trace-based approach.
18
+
- Removed deterministic conformance testing in favor of a trace-based approach.
19
19
20
20
### Simulation improvements
21
21
22
22
#### Haskell simulation
23
23
- Conducted an informal review assessing code quality, design, and implementation
24
24
- Analyzed the simulation organization and identified areas for future improvement
25
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.
26
+
- Determined that adding memory pool and transactions would take approximately 100-200 hours of labor.
27
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.
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 its statistics, organization, code quality, design, implementation, and documentation aspects.
29
29
30
30
#### Rust simulation
31
31
- Added `tx-start-time` and `tx-stop-time` parameters to avoid effects of slow starts or sudden terminations on transaction analysis
@@ -35,13 +35,13 @@ The review of the Haskell simulator was documented in detail in [PR#353](https:/
35
35
36
36
- Relocated the original Leios report to avoid confusion, while preserving valuable background information
37
37
- Added partially-drafted technical reports on Haskell simulations to Nix and CI builds:
-[Ouroboros Leios simulation: building confidence in the performance results](https://github.com/input-output-hk/ouroboros-leios/blob/main/simulation/docs/ReadMe.md)
-[Ouroboros Leios simulation: building confidence in the performance results](https://github.com/input-output-hk/ouroboros-leios/blob/main/simulation/docs/ReadMe.md).
40
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.
41
+
The team ran higher excess-capacity simulations to test hypotheses about transaction inclusion. The transaction lifecycle simulations raised the question of whether duplicated transactions in IBs were preventing other transactions from ever being included. The team ran simulations with IBs produced at three times the normal rate to test this, providing ample space for transaction duplication.
42
42
43
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:
0 commit comments