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

@dashevo/dashcore-lib

Package Overview
Dependencies
Maintainers
7
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dashevo/dashcore-lib - npm Package Compare versions

Comparing version 0.19.35 to 0.19.36

14

lib/deterministicmnlist/QuorumEntry.js

@@ -369,2 +369,9 @@ const _ = require('lodash');

case constants.LLMQ_TYPES.LLMQ_TYPE_LLMQ_DEVNET:
// @todo needs to be removed after 18 upgrade
if (QuorumEntry.isCore17) {
params.size = 10;
params.threshold = 3;
params.maximumActiveQuorumsCount = 7;
return params;
}
params.size = 12;

@@ -571,2 +578,9 @@ params.threshold = 6;

/**
* @todo Remove after Core 18 upgrade
*
* @type {boolean}
*/
QuorumEntry.isCore17 = false;
/**
* Creates a copy of QuorumEntry

@@ -573,0 +587,0 @@ * @return {QuorumEntry}

2

package.json
{
"name": "@dashevo/dashcore-lib",
"version": "0.19.35",
"version": "0.19.36",
"description": "A pure and powerful JavaScript Dash library.",

@@ -5,0 +5,0 @@ "author": "Dash Core Group, Inc. <dev@dash.org>",

Sorry, the diff of this file is too big to display

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