Skip to content

Commit 1937102

Browse files
committed
docs(site): add weekly update
1 parent 2af8b2a commit 1937102

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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)

0 commit comments

Comments
 (0)