ethereum-common
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -1,1 +0,8 @@ | ||
module.exports = require('./params.json') | ||
var params = module.exports = require('./params.json') | ||
//load it dynamical because it's slow | ||
Object.defineProperties(params, { | ||
genesisState: { | ||
get: require.bind(this, './genesisState.json') | ||
} | ||
}) |
{ | ||
"name": "ethereum-common", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Resources common to all Ethereum implementations", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,2 +6,14 @@ { | ||
}, | ||
"genesisDifficulty": { | ||
"v": "0x400000000", | ||
"d": "Difficulty of the Genesis block." | ||
}, | ||
"genesisNonce": { | ||
"v": "0x0000000000000042", | ||
"d": "the geneis nonce" | ||
}, | ||
"genesisExtraData": { | ||
"v": "0x11bbe8db4e347b4e8c937c1c8370e4b5ed33adb3db69cbdb7a38e1e50b1b82fa", | ||
"d": "extra data " | ||
}, | ||
"minGasLimit": { | ||
@@ -15,6 +27,2 @@ "v": 5000, | ||
}, | ||
"genesisDifficulty": { | ||
"v": 131072, | ||
"d": "Difficulty of the Genesis block." | ||
}, | ||
"minimumDifficulty": { | ||
@@ -21,0 +29,0 @@ "v": 131072, |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
643962
7
9104
1
1