ethereum-common
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -1,4 +0,1 @@ | ||
module.exports = { | ||
allotments: require('./genesis.json'), | ||
fees: require('./params.json') | ||
}; | ||
module.exports = require('./params.json') |
{ | ||
"name": "ethereum-common", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Resources common to all Ethereum implementations", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
{ | ||
"genesisGasLimit": { | ||
"v": 3141592, | ||
"v": 5000, | ||
"d": "Gas limit of the Genesis block." | ||
}, | ||
"minGasLimit": { | ||
"v": 125000, | ||
"v": 5000, | ||
"d": "Minimum the gas limit may ever be." | ||
@@ -27,7 +27,7 @@ }, | ||
"durationLimit": { | ||
"v": 8, | ||
"v": 13, | ||
"d": "The decision boundary on the blocktime duration used to determine whether difficulty should go up or not." | ||
}, | ||
"maximumExtraDataSize": { | ||
"v": 1024, | ||
"v": 32, | ||
"d": "Maximum size extra data may be after Genesis." | ||
@@ -47,14 +47,2 @@ }, | ||
}, | ||
"tierStepGas": { | ||
"v": [0, 2, 3, 5, 8, 10, 20], | ||
"d": "Once per operation, for a selection of them." | ||
}, | ||
"expGas": { | ||
"v": 10, | ||
"d": "Once per EXP instuction." | ||
}, | ||
"expByteGas": { | ||
"v": 10, | ||
"d": "Times ceil(log256(exponent)) for the EXP instruction." | ||
}, | ||
"sha3Gas": { | ||
@@ -183,3 +171,2 @@ "v": 30, | ||
"d": "the amount a miner get rewarded for mining a block" | ||
}, | ||
@@ -189,3 +176,2 @@ "uncleReward": { | ||
"d": "The amount of wei a miner of an uncle block gets for being inculded in the blockchain" | ||
}, | ||
@@ -192,0 +178,0 @@ "nephewReward": { |
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
6182
5
179