Socket
Socket
Sign inDemoInstall

@chainsafe/lodestar-params

Package Overview
Dependencies
Maintainers
4
Versions
846
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chainsafe/lodestar-params - npm Package Compare versions

Comparing version 0.24.4-dev.8 to 0.24.4-dev.9

8

lib/constants.js

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

exports.TIMELY_HEAD_FLAG_INDEX = TIMELY_HEAD_FLAG_INDEX;
const TIMELY_SOURCE_WEIGHT = BigInt(12);
const TIMELY_SOURCE_WEIGHT = BigInt(14);
exports.TIMELY_SOURCE_WEIGHT = TIMELY_SOURCE_WEIGHT;
const TIMELY_TARGET_WEIGHT = BigInt(24);
const TIMELY_TARGET_WEIGHT = BigInt(26);
exports.TIMELY_TARGET_WEIGHT = TIMELY_TARGET_WEIGHT;
const TIMELY_HEAD_WEIGHT = BigInt(12);
const TIMELY_HEAD_WEIGHT = BigInt(14);
exports.TIMELY_HEAD_WEIGHT = TIMELY_HEAD_WEIGHT;
const SYNC_REWARD_WEIGHT = BigInt(8);
const SYNC_REWARD_WEIGHT = BigInt(2);
exports.SYNC_REWARD_WEIGHT = SYNC_REWARD_WEIGHT;

@@ -64,0 +64,0 @@ const PROPOSER_WEIGHT = BigInt(8);

@@ -11,3 +11,3 @@ "use strict";

SYNC_COMMITTEE_SIZE: 512,
EPOCHS_PER_SYNC_COMMITTEE_PERIOD: 512,
EPOCHS_PER_SYNC_COMMITTEE_PERIOD: 256,
INACTIVITY_PENALTY_QUOTIENT_ALTAIR: BigInt(50331648),

@@ -14,0 +14,0 @@ MIN_SLASHING_PENALTY_QUOTIENT_ALTAIR: BigInt(64),

import { IBeaconPreset } from "../../preset";
export declare const commit = "v1.1.0-alpha.6";
export declare const commit = "v1.1.0-alpha.7";
export declare const preset: IBeaconPreset;
//# sourceMappingURL=index.d.ts.map

@@ -18,3 +18,3 @@ "use strict";

const commit = "v1.1.0-alpha.6";
const commit = "v1.1.0-alpha.7";
exports.commit = commit;

@@ -21,0 +21,0 @@

import { IBeaconPreset } from "../../preset";
export declare const commit = "v1.1.0-alpha.6";
export declare const commit = "v1.1.0-alpha.7";
export declare const preset: IBeaconPreset;
//# sourceMappingURL=index.d.ts.map

@@ -18,3 +18,3 @@ "use strict";

const commit = "v1.1.0-alpha.6";
const commit = "v1.1.0-alpha.7";
exports.commit = commit;

@@ -21,0 +21,0 @@

{
"name": "@chainsafe/lodestar-params",
"version": "0.24.4-dev.8+f52728f6b3c",
"version": "0.24.4-dev.9+6142c137722",
"description": "Chain parameters required for lodestar",

@@ -54,3 +54,3 @@ "author": "ChainSafe Systems",

},
"gitHead": "f52728f6b3c7b82333840613db73930bdc9111d9"
"gitHead": "6142c13772203dad011541c3613a4748567edc98"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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