-
Notifications
You must be signed in to change notification settings - Fork 720
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapt to the reorganised Node.run arguments in consensus
In IntersectMBO/ouroboros-network#2720 we reorganised the arguments to `Node.run` so that the consensus ThreadNet tests can use the same `Node.run` function as the real node while using a custom network layer. In this commit we propagate that change. For people that want to override some arguments that now seem to have disappeared: they have been moved to the `LowLevelRunNodeArgs` record in consensus. See the `stdLowLevelRunNodeArgsIO` and `Node.runWith` functions for constructing and running with custom `LowLevelRunNodeArgs`.
- Loading branch information
Showing
2 changed files
with
25 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters