You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Logbook.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,22 @@
2
2
3
3
## 2025-03-21
4
4
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
+
5
21
### Formal methods
6
22
7
23
- 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