Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fivebinaries/coin-selection

Package Overview
Dependencies
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fivebinaries/coin-selection - npm Package Compare versions

Comparing version 2.3.0-beta.0 to 2.3.0-beta.1

2

lib/cjs/utils/common.js

@@ -184,2 +184,3 @@ "use strict";

return preparedCertificates;
console.log('preparing certs', certificates);
const stakeKey = accountKey.derive(2).derive(0);

@@ -207,2 +208,3 @@ const stakeCred = CardanoWasm.Credential.from_keyhash(stakeKey.to_raw_key().hash());

case types_1.CardanoDRepType.KEY_HASH:
console.log('preparing keyhash cert');
targetDRep = CardanoWasm.DRep.new_key_hash(CardanoWasm.Ed25519KeyHash.from_hex(cert.dRep.keyHash));

@@ -209,0 +211,0 @@ break;

@@ -144,2 +144,3 @@ import * as CardanoWasm from '@emurgo/cardano-serialization-lib-nodejs';

return preparedCertificates;
console.log('preparing certs', certificates);
const stakeKey = accountKey.derive(2).derive(0);

@@ -167,2 +168,3 @@ const stakeCred = CardanoWasm.Credential.from_keyhash(stakeKey.to_raw_key().hash());

case CardanoDRepType.KEY_HASH:
console.log('preparing keyhash cert');
targetDRep = CardanoWasm.DRep.new_key_hash(CardanoWasm.Ed25519KeyHash.from_hex(cert.dRep.keyHash));

@@ -169,0 +171,0 @@ break;

2

package.json
{
"name": "@fivebinaries/coin-selection",
"version": "2.3.0-beta.0",
"version": "2.3.0-beta.1",
"description": "",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc