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 #173 from ethereumjs/new-release-v211
Browse files Browse the repository at this point in the history
New release v2.1.1
  • Loading branch information
holgerd77 committed Aug 30, 2019
2 parents ad75b65 + 8880d6b commit f4cd11f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,7 +6,15 @@ 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).

## [2.1.0] - 2018-06-28
## [2.1.1] - 2019-08-30

- Added support for `Istanbul` reduced non-zero call data gas prices
([EIP-2028](https://eips.ethereum.org/EIPS/eip-2028)),
PR [#171](https://github.com/ethereumjs/ethereumjs-tx/pull/171)

[2.1.1]: https://github.com/ethereumjs/ethereumjs-tx/compare/v2.1.0...v2.1.1

## [2.1.0] - 2019-06-28

**Using testnets and custom/private networks is now easier**

Expand Down
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -45,6 +45,12 @@ using an object with `chain` and `hardfork` names. You can see en example of thi

The second option is by passing the option `common` set to an instance of [ethereumjs-common](https://github.com/ethereumjs/ethereumjs-common)' Common. This is specially useful for custom networks or chains/hardforks not yet supported by `ethereumjs-common`. You can see en example of this in [./examples/custom-chain-tx.ts](./examples/custom-chain-tx.ts).

## Istanbul Support

Support for reduced non-zero call data gas prices from the `Istanbul` hardfork
([EIP-2028](https://eips.ethereum.org/EIPS/eip-2028)) has been added to the library
along with the `v2.1.1` release.

# EIP-155 support

`EIP-155` replay protection is activated since the `spuriousDragon` hardfork. To disable it, set the
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "ethereumjs-tx",
"version": "2.1.0",
"description": "An simple module for creating, manipulating and signing ethereum transactions",
"version": "2.1.1",
"description": "A simple module for creating, manipulating and signing Ethereum transactions",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down

0 comments on commit f4cd11f

Please sign in to comment.