Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1bo committed Dec 20, 2023
1 parent 53b95a2 commit 0d6ab99
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@ changes.
- Renamed `HasInlineDatums` type class to `IsBabbageEraOnwards`. Use
`babbageEraOnwards` to produce witnesses for features from babbage onwards.

- New top-level offline mode command, `offline`
- Initializes ledger via `--initial-utxo` parameter, and does not connect to a
cardano-node.
- New `offline` sub-command for `hydra-node`:
- Initializes a head with given `--initial-utxo` parameter, and does not
connect to the Cardano network.
- Transactions submitted on the L2 are validated as usual, where the offline
chain simulates time passing in slots.
- The `--ledger-genesis` option allows to give a shelley genesis file to
configure start time and slot length of the simulated chain time.

- Hydra.Options split into Hydra.Options.Common, Hydra.Options.Offline,
Hydra.Options.Online, re-exported from Hydra.Options.

- The `hydra-node` now also has a default `--node-id` (`"hydra-node-1"`) to
simplify configuration.

Expand Down
2 changes: 1 addition & 1 deletion hydra-node/src/Hydra/Options.hs
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ ledgerGenesisFileParser =
<> metavar "FILE"
<> value Nothing
<> showDefault
<> help "File containing ledger genesis parameters for the simulated L1 in onffline mode."
<> help "File containing shelley genesis parameters for the simulated L1 in offline mode."
)

directChainConfigParser :: Parser DirectChainConfig
Expand Down

0 comments on commit 0d6ab99

Please sign in to comment.