Skip to content

Commit 2869727

Browse files
committed
Logbook update
1 parent 7eb3e70 commit 2869727

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Logbook.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## 2025-03-14
44

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+
520
### Formal methods
621

722
- Initial trace verifier for Short Leios simulation traces in `leios-trace-verifier`

0 commit comments

Comments
 (0)