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
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.1",
3
+
"version": "1.15.2",
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