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

ethereumjs-tx

Package Overview
Dependencies
Maintainers
4
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ethereumjs-tx - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

10

CHANGELOG.md

@@ -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 @@

6

package.json
{
"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 @@

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