Skip to content

Commit

Permalink
Fix MultiNodeScript generator
Browse files Browse the repository at this point in the history
Fix #4607

In particular fix the delays of generated events in order to not lead to
wrong schedules
  • Loading branch information
bolt12 committed Sep 25, 2023
1 parent d4e8622 commit 1855c4e
Show file tree
Hide file tree
Showing 2 changed files with 226 additions and 51 deletions.
5 changes: 5 additions & 0 deletions ouroboros-network-framework/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@

* Split `test` component into `io-tests` and `sim-tests`.

* Fix MultiNodeScript Generator, in particular fix the delays between two events that
depend on each other.
* Fix `multiNodeExperiment`, in particular wait to disconnect from a peer only
after the peer has connected to it.

## 0.9.0.0 -- 2023-08-21

### Breaking changes
Expand Down
Loading

0 comments on commit 1855c4e

Please sign in to comment.