Skip to content

Commit 7b6dc89

Browse files
committed
Update logbook
1 parent e6d30fa commit 7b6dc89

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Logbook.md

+9
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@
1717
- 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.
1818
- Found another significant source of latency is access to the ledger state necessary to validate IBs.
1919

20+
21+
### Rust simulation
22+
23+
- Addressed minor issues raised by simulation comparison
24+
- Added more information to logs (total size of IB, parent id of RB)
25+
- Use the same EB selection strategy as Haskell (choose the oldest EB available, then the one with the most TXs)
26+
- Validate IB headers before propagating them to neighbors
27+
- Still need to investigate why the Rust simulation doesn't run into as much congestion as Haskell
28+
2029
### Formal methods
2130

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

0 commit comments

Comments
 (0)