Skip to content

Commit 69189ac

Browse files
committed
Logbook update
1 parent d067c5d commit 69189ac

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Logbook.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Leios logbook
22

3+
## 2025-04-04
4+
5+
### EB ledger state / order of IBs discussion
6+
7+
- Prompted by workshop discussion about EB ledger states, added some concerns about how to define them without "history rewriting" effects to [the relevant github discussion](https://github.com/input-output-hk/ouroboros-leios/discussions/243).
8+
9+
### Haskell simulation
10+
11+
- Added support for dishonest Nodes that diffuse an unbounded amount of old IBs.
12+
- see `adversarial` field in network topology schema.
13+
- should be useful to observe differences between freshest-first and oldest-first delivery.
14+
- Traced loss of Vote delivery to bug in config generation for the simulation runs.
15+
- also explains why no difference was observed between default and uniform/extended voting: the default was actually extended as well.
16+
317
## 2025-03-28
418

519
### Haskell simulation

0 commit comments

Comments
 (0)