Skip to content

Commit bfe7ce5

Browse files
committed
Update logbook
1 parent e493d40 commit bfe7ce5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Logbook.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Leios logbook
22

3+
## 2024-12-05
4+
5+
### Rust simulation
6+
7+
We have a running model of RB production, which means we're simulating Leios end to end! Transaction throughput seems lower than expected, only ~57% of transactions reach the base chain over the course of 300 slots. This is likely a bug with the sim and needs more investigation.
8+
9+
Shifting focus on the visualization, from an extremely-slowed-down view of network traffic to views of the individual blocks themselves. We learned this morning that stage length would likely be 20 slots (we had assumed much lower), so we want to prioritize views with less data so that we can run them in real or sped-up time.
10+
311
## 2024-12-04
412

513
### Outline for first technical report
@@ -16,6 +24,10 @@ The [draft first technical report for Leios](docs/technical-report-1.md) contain
1624
- Cost analysis for Leios nodes
1725
- Findings and conclusions
1826

27+
### Rust simulation
28+
29+
Fixed the issue caught by ΔQ; it was an issue with the topology of the test data. Alas, the model still doesn't match any reasonable formula in ΔQ.
30+
1931
## 2024-12-03
2032

2133
### Agda version of Leios cost model
@@ -47,6 +59,12 @@ Metrics
4759
Retained fees ÷ cost: 175.347923221418 %
4860
```
4961

62+
### Rust simulation
63+
64+
Simplified the representation of events, so that votes don't take up as much file size. Began work on modeling RB production.
65+
66+
Roland measured the rust sim's transaction propagation time against a ΔQ model, and the rust sim propagated more quickly than physically possible. Unforutnately, this is a bug.
67+
5068
## 2024-11-28
5169

5270
### ΔQSD Update

0 commit comments

Comments
 (0)