Skip to content

Commit 71ad991

Browse files
committed
Logbook update
1 parent 7435426 commit 71ad991

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Logbook.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
## 2025-03-21
44

5+
### Haskell simulation
6+
7+
- Implemented expiration of blocks
8+
- Has to be enabled via the `cleanup-policies` configuration parameter.
9+
- Greatly improves memory use of the simulation.
10+
- Blocks are cleared from relay buffer as soon as they should stop
11+
diffusing, then cleared from other state as specified.
12+
- Resumption of IB diffusion or other catch-up diffusion mechanisms
13+
are not implemented atm, so scenarios where the network gets very
14+
congested might not give representative results.
15+
- First stab at Full Leios implementation
16+
- Only lightly tested so far.
17+
- Added `praos-chain-quality` configuration parameter for the `\eta`
18+
parameter from the spec.
19+
- default should be revised with input from research.
20+
521
### Formal methods
622

723
- Short Leios trace verification: For Short Leios we are modelling the local state evolution of a node. In addition to the transitions in the Short Leios relation there are updates to the state (for example the network or the underlying ledger) which we now cover in a larger relation. The mapping from simulation log to state updates has been refined

0 commit comments

Comments
 (0)