Skip to content

Commit

Permalink
updated Logbook
Browse files Browse the repository at this point in the history
  • Loading branch information
Saizan committed Oct 24, 2024
1 parent fe82c83 commit 15e5b0e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Logbook.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Leios logbook

## 2024-10-24

### Haskell Simulation

* First batch of praos visualizations:
- `cabal run viz praos-1` for a 2-node simulation relaying a chain
across.
- `cabal run viz praos-p2p-1` and `praos-p2p-2` for WIP simulations
of ~100 nodes dynamically generating and diffusing blocks.

* CLI:
- `cabal run viz` now lists the visualization names,
as does `cabal run viz -- --help`.

* CI:
- Haskell CI switched to use `haskell-actions/setup` instead of nix.
- Isolated the formal spec nix setup by using a `dummy-project`
instead of the repo root haskell project. Not a nix expert, others
might find a better solution.


## 2024-10-22

### NetSim
Expand Down

0 comments on commit 15e5b0e

Please sign in to comment.