ethereumjs-tx
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -9,4 +9,12 @@ # Changelog | ||
## [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** | ||
@@ -13,0 +21,0 @@ |
{ | ||
"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", | ||
@@ -40,3 +40,3 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"ethereumjs-common": "^1.3.0", | ||
"ethereumjs-common": "^1.3.1", | ||
"ethereumjs-util": "^6.0.0" | ||
@@ -43,0 +43,0 @@ }, |
@@ -48,2 +48,8 @@ # SYNOPSIS | ||
## 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 | ||
@@ -50,0 +56,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
65820
72
Updatedethereumjs-common@^1.3.1