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
## Release Notes / Change-Logs
- improved handling of integer key values when converting from json to cbor
- using default path 'payment' for keygen was broken
if(!regExpPath.test(derivation_path)){console.error(`Error: The provided derivation --path '${derivation_path}' does not match the right format! Example: 1852H/1815H/0H/0/0`);process.exit(1);}
1740
1742
}else{
1741
1743
varderivation_path='';//no path provided, set the derivation_path variable to be empty
1744
+
varderivation_path_arg=derivation_path
1742
1745
}
1743
1746
1744
-
1745
1747
//load or overwrite derivation path if CIP36 vote keys are selected
Copy file name to clipboardExpand all lines: src/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "cardano-signer",
3
-
"version": "1.24.1",
3
+
"version": "1.24.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