This repository was archived by the owner on Apr 6, 2020. It is now read-only.
v4.0.2 - Istanbul Support
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.