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

v4.0.2 - Istanbul Support

Compare
Choose a tag to compare
@holgerd77 holgerd77 released this 17 Nov 09:31
· 13 commits to master since this release
0cf409e

Supports Istanbul by updating ethereumjs-block to v2.2.1 which in turn uses ethereumjs-tx v2.1.1 which implements EIP-2028 (calldata fee reduction), PR #130.

From this release the validate flag is deprecated and users are encouraged to use the more granular flags validatePow and validateBlocks. For more on this please see #121.

For Typescript users this release also comes with a BlockchainInterface interface which the Blockchain class implements, PR #124.