Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ethereum-common

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ethereum-common - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

.npmignore

7

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc