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

@liskhq/lisk-chain

Package Overview
Dependencies
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liskhq/lisk-chain - npm Package Compare versions

Comparing version 0.5.0-rc.1 to 0.5.0-rc.2

6

dist-node/block_header.js

@@ -152,9 +152,9 @@ "use strict";

}
if (header.aggregateCommit.height !== 0) {
if (header.aggregateCommit.height !== header.height) {
errors.push({
message: 'Genesis block header aggregateCommit.height must equal 0',
message: 'Genesis block header aggregateCommit.height must equal to the genesis height',
keyword: 'const',
dataPath: 'aggregateCommit.height',
schemaPath: 'properties.aggregateCommit.height',
params: { allowedValue: 0 },
params: { allowedValue: header.height },
});

@@ -161,0 +161,0 @@ }

{
"name": "@liskhq/lisk-chain",
"version": "0.5.0-rc.1",
"version": "0.5.0-rc.2",
"description": "Blocks and state management implementation that are used for block processing according to the Lisk protocol",

@@ -5,0 +5,0 @@ "author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",

Sorry, the diff of this file is not supported yet

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