Skip to content

Commit dfc22b8

Browse files
Saizanwill-break-it
authored andcommitted
Logbook update
1 parent c30e9e1 commit dfc22b8

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Logbook.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
## 2025-02-14
44

5+
### Haskell simulation
6+
7+
- Updated config defaults for block sizes and timings, PR waiting for
8+
additional reviews by research.
9+
- Added support for idealized simulation conditions
10+
- realism features that can be individually dropped:
11+
- requesting block body from a single peer.
12+
- tcp congestion window modeling
13+
- also supports unlimited bandwidth links.
14+
- mini-protocol multiplexing
15+
- see data/simulation/config-idealised.yaml
16+
- Started work on comparison to idealised diffusion report.
17+
- simulation final output includes `raw` field containing the
18+
accumulated data and simulation parameters.
19+
- other stats can be computed from this field.
20+
- implemented extraction of block diffusion cdf for required
21+
percentiles.
22+
- TODO: expose it as a command that takes `raw` field as input
23+
- small gnuplot script to plot multiple cdfs at once (y axis in logscale).
24+
525
### Rust simulation
626

727
- Optimized decoding the CBOR stream in the visualization

0 commit comments

Comments
 (0)