Skip to content

Commit 70adbbb

Browse files
committed
New release: cardano-signer 1.26.0
## Release Notes / Change-Logs * **1.26.0** #### Key-Generation - Two new output options were added to the `keygen` function: `--out-id <filename>` writes out the generated pool/cc-hot/cc-cold/calidus or drep-id to a file. `--out-mnemonics <filename>` writes out the used mnemonic words to a file. #### Breaking changes - The secret/signing key is no longer automatically exported using the `--json-extended` output format except the `keygen` function. This was removed to enhance security. If you wanna have the secret key included like before, you can do so by adding the new flag `--include-secret`.
1 parent c461ab0 commit 70adbbb

File tree

3 files changed

+79
-23
lines changed

3 files changed

+79
-23
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
## Release Notes / Change-Logs
22

3+
4+
* **1.26.0**
5+
6+
#### Key-Generation
7+
8+
- Two new output options were added to the `keygen` function:
9+
- `--out-id <filename>` writes out the generated pool/cc-hot/cc-cold/calidus or drep-id to a file.
10+
- `--out-mnemonics <filename>` writes out the used mnemonic words to a file for later usage.
11+
12+
#### Breaking changes
13+
14+
- The secret/signing key is no longer automatically exported using the `--json-extended` output format in all function except the `keygen` function. This was removed to enhance security. If you wanna have the secret key included like before, you can do so by adding the new flag `--include-secret`.
15+
16+
317
* **1.25.0**
418

519
#### CIP8/30 Updates

0 commit comments

Comments
 (0)