File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ title : Weekly progress summary - January 27, 2025
3+ authors :
4+ - will
5+ tags : [progress, update, weekly]
6+ ---
7+
8+ ## Haskell simulation updates
9+
10+ - ` short-leios ` simulation now outputs diffusion latency data
11+ - Added support for different IB diffusion strategies:
12+ - freshest-first: higher slot numbers requested first
13+ - peer-order: requested in order of peer announcement
14+ - Added support for Vote (Send) and Vote (Recv) stages
15+
16+ ## Rust simulation progress
17+
18+ - Added an "organic" topology generator that better matches mainnet topology
19+ - Generator creates clusters of colocated stake pools and relays
20+ - Uses stake to determine relay connectivity
21+ - Topology insights gathered from stake pool owners:
22+ - Most pools have multiple relays (2312 relays across 1278 pools counted)
23+ - Pool operators often run multiple colocated pools sharing relays
24+ - Relays typically maintain ~ 25 active outgoing connections
25+ - Incoming connections scale with stake weight (10-400+ connections)
26+
27+ ## DeltaQ update
28+
29+ - Wrote a comprehensive report covering work since September 2024
30+ - Report available at [ Report 2025-01.md] ( ./delta_q/docs/Report%202025-01.md )
You can’t perform that action at this time.
0 commit comments