ethereum-common
Advanced tools
Comparing version 0.0.10 to 0.0.11
10
index.js
@@ -1,8 +0,4 @@ | ||
var params = module.exports = require('./params.json') | ||
var params = require('./params.json') | ||
params.genesisState = require('./genesisState.json') | ||
//load it dynamical because it's slow | ||
Object.defineProperties(params, { | ||
genesisState: { | ||
get: require.bind(this, './genesisState.json') | ||
} | ||
}) | ||
module.exports = params |
{ | ||
"name": "ethereum-common", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "Resources common to all Ethereum implementations", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -215,3 +215,14 @@ { | ||
"d": "the amount a miner gets for inculding a uncle" | ||
}, | ||
"homeSteadForkNumber": { | ||
"v": 720000 | ||
"d": "the block that the homestead fork started at" | ||
}, | ||
"timebombPeriod": { | ||
"v": 100000 | ||
"d": "Exponential difficulty timebomb period" | ||
}, | ||
"freeBlockPeriod": { | ||
"v": 2 | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
644254
9115
0