Skip to content

Commit 17045df

Browse files
committed
Add changelog entry for --nodes flag
1 parent 522984e commit 17045df

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
### Added
2+
3+
- Added `--nodes` flag to specify node roles (SPO/relay) and custom `cardano-node` binaries per node.
4+
Example: `--nodes spo,spo:node-bin=/path/to/bin,relay,relay`.
5+
6+
### Changed
7+
8+
- Renamed `NodeOptions` to `NodeWithOptions` and `TestnetNodeOptions` to `TestnetNodesWithOptions`
9+
(exported from `Testnet.Start.Types` and `Cardano.Testnet`). The new types include a `nodeBin` field for
10+
specifying a per-node `cardano-node` binary.

0 commit comments

Comments
 (0)