We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef1db0 commit 70bf75fCopy full SHA for 70bf75f
Logbook.md
@@ -1,5 +1,17 @@
1
# Leios logbook
2
3
+## 2025-04-13
4
+
5
+### Haskell simulation
6
7
+- Started spec of new relay protocol for IB header diffusion without body.
8
+ - see `simulation/docs/network-spec`
9
+- Removed redundancies and harmonized naming in --shared-log-format.
10
+ - see `data/simulation/trace.shared.d.ts` for base schema both sims share.
11
+- Added support for extra events required by conformance testing.
12
+ - see `SlotEvent` and `NoBlockEvent` in schema.
13
+ - use flag `--conformance-events` with `--shared-log-format` to enable them, otherwise too numerous.
14
15
## 2025-04-11
16
17
### Refactored and optimized simulation-analysis workflow
0 commit comments