File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments