Skip to content

Commit a89bdc5

Browse files
authored
Minor copy improvements (#183)
1 parent 74db82e commit a89bdc5

File tree

1 file changed

+22
-27
lines changed

1 file changed

+22
-27
lines changed

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

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

88
## High-level summary
99

10-
This week saw significant progress in cryptography benchmarking and cost
11-
calculator improvements. The team completed a reference implementation for Leios
12-
cryptography and enhanced the online cost calculator with user-requested
13-
features. Both Haskell and Rust simulations received updates to improve
14-
visualization and network modeling capabilities.
10+
This week, the Leios team worked on cryptography benchmarking and cost calculator improvements. The team completed a reference implementation for Leios cryptography and enhanced the online cost calculator with user-requested features. They also updated both Haskell and Rust simulations to improve visualization and network modeling capabilities.
1511

1612
## Haskell simulation
1713

18-
- Added support for Send and Receive Voting stages
19-
- New configuration option `leios-vote-send-recv-stages`
20-
- Configurable stage length via `leios-stage-active-voting-slots`
14+
- Added support for `Send` and `Receive` voting stages, providing:
15+
- A new `leios-vote-send-recv-stages` configuration option
16+
- A configurable stage length via `leios-stage-active-voting-slots`
2117
- Implemented multiple diffusion strategies:
2218
- Added oldest-first strategy
23-
- Configurable strategies for IBs, EBs, and votes via `*-diffusion-strategy`
24-
configs
25-
- Created new `small` scenario for 100 nodes with 2000kBs links
19+
- Added configurable strategies for IBs, EBs, and votes via `*-diffusion-strategy`
20+
configurations
21+
- Created a new `small` scenario for 100 nodes with 2,000 kB links
2622
- Tuned IB parameters to utilize one-third of link capacity
27-
- Configurations for both single-stage and send-recv voting
23+
- Added configurations for both `single-stage` and `send-recv` voting
2824
- Fixed several simulation behaviors:
2925
- Improved block generation logic
30-
- Prevented duplicate EB inclusion in base chain
26+
- Prevented duplicate EB inclusion in the base chain
3127
- Confirmed proper EB inclusion timing relative to vote diffusion
32-
- Main difference observed between single-stage and send-recv is the former
33-
shows a longer tail in the CPU usage CDF when simulation is run with unlimited
34-
cores
28+
- The main difference observed between `single-stage` and `send-recv` is that the former
29+
shows a longer tail in the CPU usage CDF when the simulation is run with unlimited
30+
cores.
3531

3632
## Cryptography implementation
3733

@@ -42,33 +38,32 @@ implementation:
4238
- Enhanced sortition to use rational arithmetic instead of quad-precision floats
4339
- Added Quickcheck tests for all capabilities
4440
- Added benchmarks for serialization
45-
- Optimized vote and certificate size
41+
- Optimized vote and certificate size.
4642

4743
## Cost calculator improvements
4844

49-
The
50-
[online Leios cost calculator](https://leios.cardano-scaling.org/cost-estimator/)
51-
received several enhancements:
45+
The team enhanced the
46+
[online Leios cost calculator](https://leios.cardano-scaling.org/cost-estimator/):
5247

5348
- Added support for both hyperscale and discount cloud providers
5449
- Made discount providers the default option
5550
- Added option to amortize storage costs perpetually
5651
- Updated defaults:
5752
- Single relay deployment
5853
- More conservative 50% disk compression
59-
- Perpetual storage cost amortization
54+
- Perpetual storage cost amortization.
6055

6156
## Throughput simulator
6257

63-
Updated the
58+
The team updated the
6459
[Cardano throughput simulator](https://www.insightmaker.com/insight/4DU4kmFVCFDaq30ux29PCe/Cardano-Throughput-v0-3)
6560
with:
6661

67-
- Latest cloud-computing cost model
68-
- Synchronized assumptions with online cost calculator
62+
- The latest cloud-computing cost model
63+
- Synchronized assumptions with an online cost calculator.
6964

7065
## Rust simulation
7166

72-
- Minor fixes to new graph generation strategy
73-
- Planned out a roadmap for visualization work focusing on Leios transaction
74-
lifecycle
67+
- Made minor fixes to the new graph generation strategy
68+
- Planned out a roadmap for visualization work focusing on the Leios transaction
69+
lifecycle.

0 commit comments

Comments
 (0)