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

Commit

Permalink
Merge pull request #74 from ethereumjs/new-release-v331
Browse files Browse the repository at this point in the history
New release v3.3.1
  • Loading branch information
holgerd77 committed Oct 26, 2018
2 parents c46ae2f + 01fb9d1 commit a0581ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## [3.3.1] - 2018-10-26
- Replaced calls to BN.toBuffer() with BN.toArrayLike() so that ``ethereumjs-blockchain`` can run in a browser environment, PR [#73](https://github.com/ethereumjs/ethereumjs-blockchain/pull/73)

[3.3.1]: https://github.com/ethereumjs/ethereumjs-blockchain/compare/v3.3.0...v3.3.1

## [3.3.0] - 2018-10-19
- Constantinople support when using block validation (set with ``opts.validate`` in constructor),
update to a Constantinople-ready version of the ``ethereumjs-block`` dependency (>2.1.0), PR [#71](https://github.com/ethereumjs/ethereumjs-blockchain/pull/71)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethereumjs-blockchain",
"version": "3.3.0",
"version": "3.3.1",
"description": "A module to store and interact with blocks",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a0581ef

Please sign in to comment.