Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #64 from ethereumjs/new-release-v132
Browse files Browse the repository at this point in the history
New release v1.3.2
  • Loading branch information
holgerd77 authored Sep 4, 2019
2 parents 7703382 + 23b6fce commit d321b6e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
(modification: no type change headlines) and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.3.2] - 2019-09-04

**Istanbul** Updates:

- Added gas parameters for `EIP-2200` (rebalanced net-metered SSTORE
gas costs), PR [#65](https://github.com/ethereumjs/ethereumjs-common/pull/65)
- Renamed hardfork `blake2bRound` (-> `blake2Round`) parameter,
PR [#63](https://github.com/ethereumjs/ethereumjs-common/pull/63)

Other Changes:

- Fixed `Kovan` genesis state,
PR [#66](https://github.com/ethereumjs/ethereumjs-common/pull/66)

[1.3.2]: https://github.com/ethereumjs/ethereumjs-common/compare/v1.3.1...v1.3.2

## [1.3.1] - 2019-08-08

Added missing **Istanbul** gas costs for:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,15 @@ Scope and technical details on the `Istanbul` HF are currently forming out
within [EIP-1679](https://eips.ethereum.org/EIPS/eip-1679) respectively the
associated EIP pages.

Supported EIPs in the library:
Supported EIPs in the library (use `istanbul` HF parameter):

- [EIP-1108](https://eips.ethereum.org/EIPS/eip-1108) `alt_bn128` precompile
gas cost reductions (`DRAFT` status)
- [EIP-1344](https://eips.ethereum.org/EIPS/eip-1344) ChainID opcode
(as `gasPrices` -> `base` parameter in `hardforks/chainstart.json`)
- [EIP-2129/152](https://github.com/ethereum/EIPs/pull/2129) Blake2b precompile
- [EIP-2028](https://eips.ethereum.org/EIPS/eip-2028) Calldata gas cost reduction
- [EIP-2200](https://github.com/ethereum/EIPs/pull/2200) Rebalance net-metered SSTORE gas cost

## Parameter Access

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethereumjs-common",
"version": "1.3.1",
"version": "1.3.2",
"description": "Resources common to all Ethereum implementations",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit d321b6e

Please sign in to comment.