Skip to content

Commit 0c92dfb

Browse files
committed
Revert cli option renaming
1 parent 30de25a commit 0c92dfb

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ changes.
2626

2727
- Tested with `cardano-node 10.4.1` and `cardano-cli 10.8.0.0`.
2828

29-
- Rename `--script-info` option to `--hydra-script-catalogue`.
30-
3129
Fix rotation log id consistency after restart by changing the rotation check to trigger only
3230
when the number of persisted `StateChanged` events exceeds the configured `--persistence-rotate-after` threshold.
3331
* This also prevents immediate rotation on startup when the threshold is set to 1.

docs/docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Since we pre-publish hydra scrips before each release, instead of specifying hyd
9494
Check the scripts against which a hydra-node was compiled using:
9595

9696
```shell
97-
hydra-node --hydra-script-catalogue
97+
hydra-node --script-info
9898
```
9999

100100
For public [(test) networks](https://book.world.dev.cardano.org/environments.html), we publish Hydra scripts with each new release, listing transaction IDs in the [release notes](https://github.com/cardano-scaling/hydra/releases) and [`networks.json`](https://github.com/cardano-scaling/hydra/blob/master/hydra-node/networks.json).

hydra-node/src/Hydra/Options.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ hydraNodeCommand =
899899
hydraScriptCatalogue =
900900
infoOption
901901
(decodeUtf8 $ encodePretty Contract.hydraScriptCatalogue)
902-
(long "hydra-script-catalogue" <> help "Dump Hydra script catalogue as JSON")
902+
(long "script-info" <> help "Dump script info as JSON")
903903

904904
defaultContestationPeriod :: ContestationPeriod
905905
defaultContestationPeriod = 600

0 commit comments

Comments
 (0)