You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 1.15.1
* New constitutional-commitee-member cold-key generation mode:
- generate conway cc-cold keys via the path `--path cc-cold` or
- generate conway cc-cold keys from the derivation path "1852'/1815'/acc'/4/idx'
- generate conway cc-cold keys from mnemonics or let cardano-signer generate new mnemonics for you
* New constitutional-commitee-member hot-key generation mode:
- generate conway cc-hot keys via the path `--path cc-hot` or
- generate conway cc-hot keys from the derivation path "1852'/1815'/acc'/5/idx'
- generate conway cc-hot keys from mnemonics or let cardano-signer generate new mnemonics for you
* General
- some corrections on extended verification key outputs
- an unknown parameter now throws an error, before optional parameters with a typo were simply ignored
- general code cleanup, typos, etc.
boolean: ['json','json-extended','cip8','cip30','cip36','deregister','jcli','bech','hashed','nopayload','vkey-extended'],//all booleans are set to false per default
19
+
boolean: ['help','version','usage','json','json-extended','cip8','cip30','cip36','deregister','jcli','bech','hashed','nopayload','vkey-extended'],//all booleans are set to false per default
20
20
//adding some aliases so users can also use variants of the original parameters. for example using --signing-key instead of --secret-key
Copy file name to clipboardExpand all lines: src/package.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "cardano-signer",
3
-
"version": "1.15.0",
3
+
"version": "1.15.1",
4
4
"description": "cardano-signer signs a given data(hex/text/file) with a signing key(hex/bech/file) or verify the signature via a public key(hex/bech/file). it can also produce a cip-8/cip-30/cip-36 conform payload signing/verification. can produce ed25519 keys from mnemonic for payment, staking, drep, constitutional commitee cold/hot keys, etc...",
0 commit comments