This repository has been archived by the owner on Apr 6, 2020. It is now read-only.
v3.2.0 - Feature Release
- Added support for setting network and performing hardfork-specific validation by integrating with ethereumjs-common, PR #59
- Added
Blockchain.putHeader()
andBlockchain.putHeaders()
functions to provide header-chain functionality (needed by ethereumjs-client), PR #59 - Fixed a bug with caching, PR #59
- Fixed error propagation in
Blockchain.iterator()
, PR #60