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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# Leios logbook
2
2
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.
0 commit comments