New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ethereum-common

Package Overview
Dependencies
Maintainers
1
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.0.2 to 0.0.3

2

package.json
{
"name": "ethereum-common",
"version": "0.0.2",
"version": "0.0.3",
"description": "Resources common to all Ethereum implementations",

@@ -5,0 +5,0 @@ "main": "index.js",

{
"genesisGasLimit": {
"v": 1000000,
"v": 3141592,
"d": "Gas limit of the Genesis block."

@@ -35,5 +35,13 @@ },

"epochDuration": {
"v": 3000,
"v": 30000,
"d": "Duration between proof-of-work epochs."
},
"stackLimit": {
"v": 1024,
"d": "Maximum size of VM stack allowed."
},
"callCreateDepth": {
"v": 1024,
"d": "Maximum depth of call/create stack."
},
"tierStepGas": {

@@ -61,16 +69,12 @@ "v": [0, 2, 3, 5, 8, 10, 20],

"v": 50,
"d": "Multiplied by the number of 32-byte words that are copied (round up) for any *COPY operation and added."
"d": "Once per SLOAD operation."
},
"sstoreSetGas": {
"v": 20000,
"d": "Once per SLOAD operation."
"d": "Once per SSTORE operation if the zeroness changes from zero."
},
"sstoreResetGas": {
"v": 5000,
"d": "Once per SSTORE operation if the zeroness changes from zero."
"d": "Once per SSTORE operation if the zeroness does not change from zero."
},
"sstoreClearGas": {
"v": 5000,
"d": "Once per SSTORE operation if the zeroness doesn't change."
},
"sstoreRefundGas": {

@@ -96,3 +100,2 @@ "v": 15000,

},
"createGas": {

@@ -148,3 +151,3 @@ "v": 32000,

"v": 3,
"d": ""
"d": "Multiplied by the number of 32-byte words that are copied (round up) for any *COPY operation and added."
},

@@ -178,3 +181,17 @@ "ecrecoverGas": {

"d": ""
},
"minerReward": {
"v": "1500000000000000000",
"d": "the amount a miner get rewarded for mining a block"
},
"uncleReward": {
"v": "1406250000000000000",
"d": "The amount of wei a miner of an uncle block gets for being inculded in the blockchain"
},
"nephewReward": {
"v": "46875000000000000",
"d": "the amount a miner gets for inculding a uncle"
}
}
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