Skip to content

Commit a47d37b

Browse files
authored
Merge pull request ethereumjs#230 from ethereumjs/new-release-232
[Release] New release v2.3.2
2 parents 51a1b04 + 0ffb9f6 commit a47d37b

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ os:
44

55
language: node_js
66
node_js:
7-
- "7"
7+
- "6"
88

99
addons:
1010
apt:
@@ -29,15 +29,15 @@ matrix:
2929
fast_finish: true
3030
include:
3131
- os: linux
32-
node_js: "7"
32+
node_js: "6"
3333
env: CXX=g++-4.8 TEST_SUITE=lint
3434
- os: linux
35-
node_js: "7"
35+
node_js: "6"
3636
env: CXX=g++-4.8 TEST_SUITE=testState
3737
- os: linux
38-
node_js: "7"
38+
node_js: "6"
3939
env: CXX=g++-4.8 TEST_SUITE=testBlockchainBlockGasLimit
4040
- os: linux
41-
node_js: "7"
41+
node_js: "6"
4242
env: CXX=g++-4.8 TEST_SUITE=testBlockchainTotalDifficulty
4343
script: npm run $TEST_SUITE

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
(modification: no type change headlines) and this project adheres to
66
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [2.3.2] - 2017-10-29
9+
- Better handling of ``rustbn.js`` exceptions
10+
- Fake (default if non-provided) blockchain fixes
11+
- Testing improvements (separate skip lists)
12+
- Minor optimizations and bug fixes
13+
14+
[2.3.2]: https://github.com/ethereumjs/ethereumjs-vm/compare/v2.3.1...v2.3.2
15+
816
## [2.3.1] - 2017-10-11
917
- ``Byzantium`` compatible
1018
- New opcodes ``REVERT``, ``RETURNDATA`` and ``STATICCALL``

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereumjs-vm",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"description": "an ethereum VM implementation",
55
"main": "index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)