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: Logbook.md
+15
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,21 @@
2
2
3
3
## 2025-03-14
4
4
5
+
### Haskell simulation
6
+
7
+
- Addressed various issues raised by the simulation comparison
8
+
- Fixed bug in Relay protocol preventing full diffusion of votes.
9
+
- Changed priority of certified EB to be included in RB.
10
+
- Avoid failing on unknown distributions in config file.
11
+
- Opened discussion on reducing EB producer discretion in serialization order of IBs.
12
+
- Added support for output log format that shares a common subset with the Rust sim.
13
+
-`sim short-leios --shared-log-format` outputs log in this format
14
+
- package `leios-trace-hs` provides haskell types and (de)coders for the format.
15
+
- Rust cpu, lottery, and transaction events are not covered.
16
+
- Deeper analysis of TCP realism in the comparison to idealized diffusion
17
+
- Included scenarios with higher IB rate and size, showing somewhat higher traffic leads to better diffusion times, likely due to TCP congestion window staying open.
18
+
- Found another significant source of latency is access to the ledger state necessary to validate IBs.
19
+
5
20
### Formal methods
6
21
7
22
- Initial trace verifier for Short Leios simulation traces in `leios-trace-verifier`
0 commit comments