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

ethereumjs-common

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ethereumjs-common - npm Package Compare versions

Comparing version 1.3.2 to 1.4.0

23

CHANGELOG.md

@@ -9,2 +9,25 @@ # Changelog

## [1.4.0] - 2019-11-05
First release with full `Istanbul` support regarding parameter introductions/updates
and HF block numbers set for supported chains.
Relevant PRs:
- Added `Istanbul` block numbers for `mainnet`, `goerli` and `rinkeby`,
PR [#68](https://github.com/ethereumjs/ethereumjs-common/pull/68)
- Added `Petersburg` and `Constantinople` fork blocks to `rinkeby`,
PR [#71](https://github.com/ethereumjs/ethereumjs-common/pull/71)
- Added `EIP-2200` (rebalance net-metered SSTORE gas costs) parameters for `Istanbul`,
PR [#65](https://github.com/ethereumjs/ethereumjs-common/pull/65)
Other noteworthy changes:
- Adding forks (including `Istanbul`) for `kovan`,
PR [#70](https://github.com/ethereumjs/ethereumjs-common/pull/70)
- Fixed `kovan` genesis state,
PR [#66](https://github.com/ethereumjs/ethereumjs-common/pull/66)
[1.4.0]: https://github.com/ethereumjs/ethereumjs-common/compare/v1.3.2...v1.4.0
## [1.3.2] - 2019-09-04

@@ -11,0 +34,0 @@

2

dist/chains/goerli.json

@@ -67,3 +67,3 @@ {

"name": "istanbul",
"block": null,
"block": 1561651,
"consensus": "poa",

@@ -70,0 +70,0 @@ "finality": null

@@ -16,3 +16,58 @@ {

},
"hardforks": [],
"hardforks": [
{
"name": "chainstart",
"block": 0,
"consensus": "poa",
"finality": null
},
{
"name": "homestead",
"block": 0,
"consensus": "poa",
"finality": null
},
{
"name": "dao",
"block": 0,
"consensus": "poa",
"finality": null
},
{
"name": "tangerineWhistle",
"block": 0,
"consensus": "poa",
"finality": null
},
{
"name": "spuriousDragon",
"block": 0,
"consensus": "poa",
"finality": null
},
{
"name": "byzantium",
"block": 5067000,
"consensus": "poa",
"finality": null
},
{
"name": "constantinople",
"block": 9200000,
"consensus": "poa",
"finality": null
},
{
"name": "petersburg",
"block": 10255201,
"consensus": "poa",
"finality": null
},
{
"name": "istanbul",
"block": 14111141,
"consensus": "poa",
"finality": null
}
],
"bootstrapNodes": [

@@ -19,0 +74,0 @@ {

@@ -67,3 +67,3 @@ {

"name": "istanbul",
"block": null,
"block": 9069000,
"consensus": "pow",

@@ -70,0 +70,0 @@ "finality": null

@@ -55,3 +55,3 @@ {

"name": "constantinople",
"block": null,
"block": 3660663,
"consensus": "poa",

@@ -61,4 +61,10 @@ "finality": null

{
"name": "petersburg",
"block": 4321234,
"consensus": "poa",
"finality": null
},
{
"name": "istanbul",
"block": null,
"block": 5435345,
"consensus": "poa",

@@ -65,0 +71,0 @@ "finality": null

@@ -67,3 +67,3 @@ {

"name": "istanbul",
"block": null,
"block": 6485846,
"consensus": "pow",

@@ -70,0 +70,0 @@ "finality": null

{
"name": "istanbul",
"comment": "HF targeted for October 2019 following the Constantinople/Petersburg HF",
"comment": "HF targeted for December 2019 following the Constantinople/Petersburg HF",
"eip": {

@@ -5,0 +5,0 @@ "url": "https://eips.ethereum.org/EIPS/eip-1679",

{
"name": "ethereumjs-common",
"version": "1.3.2",
"version": "1.4.0",
"description": "Resources common to all Ethereum implementations",

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

@@ -78,2 +78,3 @@ # SYNOPSIS

- `petersburg` (aka `constantinopleFix`, apply together with `constantinople`)
- `istanbul`

@@ -80,0 +81,0 @@ ## Future Hardforks

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