ethereum-common
Advanced tools
Comparing version 0.0.5 to 0.0.7
{ | ||
"name": "ethereum-common", | ||
"version": "0.0.5", | ||
"version": "0.0.7", | ||
"description": "Resources common to all Ethereum implementations", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "https://github.com/ethereum/common.git" | ||
"url": "git+https://github.com/ethereum/common.git" | ||
}, | ||
@@ -22,3 +22,9 @@ "keywords": [ | ||
}, | ||
"homepage": "https://github.com/ethereum/common" | ||
"homepage": "https://github.com/ethereum/common", | ||
"maintainers": [ | ||
{ | ||
"name": "null_radix", | ||
"email": "mjbecze@gmail.com" | ||
} | ||
] | ||
} |
@@ -189,13 +189,13 @@ { | ||
"minerReward": { | ||
"v": "1500000000000000000", | ||
"v": "5000000000000000000", | ||
"d": "the amount a miner get rewarded for mining a block" | ||
}, | ||
"uncleReward": { | ||
"v": "1406250000000000000", | ||
"ommerReward": { | ||
"v": "625000000000000000", | ||
"d": "The amount of wei a miner of an uncle block gets for being inculded in the blockchain" | ||
}, | ||
"nephewReward": { | ||
"v": "46875000000000000", | ||
"niblingReward": { | ||
"v": "156250000000000000", | ||
"d": "the amount a miner gets for inculding a uncle" | ||
} | ||
} |
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
6579