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 #59 from ethereumjs/new-release-v131
Browse files Browse the repository at this point in the history
New release v1.3.1
  • Loading branch information
holgerd77 authored Aug 7, 2019
2 parents 6bb78bb + 914ac29 commit 2ec9674
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ 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.1] - 2019-08-08

Added missing **Istanbul** gas costs for:

- ChainID opcode (EIP-1344, as base param in `hardforks/chainstart.json`)
- Blake2b precompile (EIP-2129/152)
- Calldata gas cost reduction (EIP-2028)

See PR [#58](https://github.com/ethereumjs/ethereumjs-common/pull/58).

[1.3.1]: https://github.com/ethereumjs/ethereumjs-common/compare/v1.3.0...v1.3.1

## [1.3.0] - 2019-06-18

- Add a static factory method `Custom.forCustomChain` to make working with
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,11 @@ associated EIP pages.
Supported EIPs in the library:

- [EIP-1108](https://eips.ethereum.org/EIPS/eip-1108) `alt_bn128` precompile
gas cost reductions (HF candidate, `DRAFT` status)
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

## 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.0",
"version": "1.3.1",
"description": "Resources common to all Ethereum implementations",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 2ec9674

Please sign in to comment.