ethereum-common
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "ethereum-common", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Resources common to all Ethereum implementations", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "node tests/index.js" | ||
}, | ||
@@ -22,2 +22,5 @@ "repository": { | ||
"homepage": "https://github.com/ethereumjs/common", | ||
"devDependencies": { | ||
"tape": "^4.2.0" | ||
}, | ||
"maintainers": [ | ||
@@ -24,0 +27,0 @@ { |
@@ -208,14 +208,26 @@ { | ||
}, | ||
"modexpGquaddivisor": { | ||
"v": 20, | ||
"d": "Gquaddivisor from modexp precompile for gas calculation." | ||
}, | ||
"ecAddGas": { | ||
"v": 500, | ||
"d": "Gas costs for curve addition precompile." | ||
}, | ||
"ecMulGas": { | ||
"v": 40000, | ||
"d": "Gas costs for curve multiplication precompile." | ||
}, | ||
"ecPairingGas": { | ||
"v": 100000, | ||
"d": "Base gas costs for curve pairing precompile." | ||
}, | ||
"ecPairingWordGas": { | ||
"v": 80000, | ||
"d": "Gas costs regarding curve pairing precompile input length." | ||
}, | ||
"minerReward": { | ||
"v": "5000000000000000000", | ||
"v": "3000000000000000000", | ||
"d": "the amount a miner get rewarded for mining a block" | ||
}, | ||
"ommerReward": { | ||
"v": "625000000000000000", | ||
"d": "The amount of wei a miner of an uncle block gets for being inculded in the blockchain" | ||
}, | ||
"niblingReward": { | ||
"v": "156250000000000000", | ||
"d": "the amount a miner gets for inculding a uncle" | ||
}, | ||
"homeSteadForkNumber": { | ||
@@ -222,0 +234,0 @@ "v": 1150000, |
@@ -0,1 +1,5 @@ | ||
# SYNOPSIS | ||
[![Build Status](https://img.shields.io/travis/ethereumjs/common.svg?branch=master&style=flat-square)](https://travis-ci.org/ethereumjs/common) | ||
# COMMON | ||
@@ -2,0 +6,0 @@ Resources common to all Ethereum implementations |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
648403
12
9174
1
10
1
1