Skip to content

Commit 7bb2dc0

Browse files
olgahryniukwill-break-it
authored andcommitted
Minor edits (#197)
1 parent 4d2f5a1 commit 7bb2dc0

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

site/news/2025-02-10-weekly-progress-summary.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tags: [progress, update, weekly]
77

88
## High-level summary
99

10-
This week, the Leios team made significant progress across multiple areas. Major developments included detailed DeltaQ analysis of network topologies, extensive BLS cryptography benchmarking, and improvements to both simulations. The team also explored succinct schemes for BLS key registration and conducted detailed certificate performance analysis. Both Haskell and Rust simulations received substantial updates to improve visualization and support more realistic testing conditions.
10+
This week, the Leios team made significant progress across multiple areas. Major developments included detailed DeltaQ analysis of network topologies, extensive BLS cryptography benchmarking, and improvements to both simulations. The team also explored succinct schemes for BLS key registration and conducted a detailed certificate performance analysis. Both Haskell and Rust simulations received substantial updates to improve visualization and support more realistic testing conditions.
1111

1212
## DeltaQ analysis
1313

@@ -18,12 +18,12 @@ This week, the Leios team made significant progress across multiple areas. Major
1818
- Outputs fitted models in `delta_q` web app syntax
1919
- Key findings from topology analysis:
2020
- Clear distinction between near/far components in examined topologies
21-
- Unexpectedly high hop counts in latency-weighted Dijkstra paths
22-
- Mean 4-5, max 8 for topology-100
23-
- Min 8, max 20 for "realistic" topology
21+
- Unexpectedly high hop counts in latency-weighted Dijkstra paths:
22+
- Min 4-5, max 8 for topology - 100
23+
- Min 8, max 20 for 'realistic' topology
2424
- Model fitting achieved rough shape matching but showed significant deviations at low latencies
25-
- Resource usage tracking goals remain unachieved due to complexity in understanding load multiplication factors
26-
25+
- Resource usage tracking goals remain unmet due to complexity in understanding load multiplication factors.
26+
2727
## BLS cryptography
2828

2929
- Completed comprehensive benchmarking of certificate operations:
@@ -35,13 +35,13 @@ This week, the Leios team made significant progress across multiple areas. Major
3535
- Proposed 90-day key evolution with 124-byte KZG commitments
3636
- Analyzed message sizes for key opening (316 bytes per pool)
3737
- Investigated SNARK-based alternatives for proof of possession
38-
- Added BLS crypto to CI pipeline with automated testing
39-
- Documented parallelization strategies for certificate operations
38+
- Added BLS crypto to the CI pipeline with automated testing
39+
- Documented parallelization strategies for certificate operations.
4040

4141
## Formal methods
4242

43-
- Added conformance testing client for the executable Short Leios specification
44-
- Successfully merged the executable specification for Simplified Leios into main
43+
- Added a conformance testing client for the executable Short Leios specification
44+
- Successfully merged the executable specification for Simplified Leios into main.
4545

4646
## Haskell simulation
4747

@@ -54,7 +54,7 @@ This week, the Leios team made significant progress across multiple areas. Major
5454
- Enhanced simulation output and analysis:
5555
- Added raw field for accumulated data
5656
- Implemented block diffusion CDF extraction
57-
- Created multi-CDF plotting capabilities
57+
- Created multi-CDF plotting capabilities.
5858

5959
## Rust simulation
6060

@@ -69,4 +69,4 @@ This week, the Leios team made significant progress across multiple areas. Major
6969
- Added support for multiple strategies:
7070
- Implemented `ib-diffusion-strategy` (freshest-first, oldest-first, peer-order)
7171
- Added `relay-strategy` affecting TXs, IBs, EBs, votes, and RBs
72-
- Enabled unlimited EB and vote bundle downloads from peers
72+
- Enabled unlimited EB and vote bundle downloads from peers.

0 commit comments

Comments
 (0)