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

Commit

Permalink
Merge pull request #29 from ethereumjs/new-release-v123
Browse files Browse the repository at this point in the history
New release v1.2.3
  • Loading branch information
holgerd77 authored Oct 10, 2018
2 parents ae68c49 + 2ac648d commit a33ac8d
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ 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).


## [1.2.3] - 2018-10-10
Updated ``tests`` submodule to ``9777827``.

Test changes summary:
- New ``difficultyConstantinople.json`` difficulty tests
- Regenerated all state tests, mainly for ``SSTORE`` gas cost changes
- Fixed wrong timestamp in tests
- Refilled ``stCreate2`` with new gas prices
- Refilled state tests as blockchain tests
- Refill of VM tests
- Corrected Constantinople expect section in state tests

[1.2.3]: https://github.com/ethereumjs/ethereumjs-testing/compare/v1.2.3...v1.2.3

## [1.2.2] - 2018-09-20
Updated ``tests`` submodule to ``3f5febc``.

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SYNOPSIS
[![Build Status](https://img.shields.io/travis/ethereumjs/ethereumjs-testing.svg?branch=master&style=flat-square)](https://travis-ci.org/ethereumjs/ethereumjs-testing)
[![Gitter](https://img.shields.io/gitter/room/ethereum/ethereumjs-lib.svg?style=flat-square)]() or #ethereumjs on freenode
[![Gitter](https://img.shields.io/gitter/room/ethereum/ethereumjs.svg?style=flat-square)]()

[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)

Expand All @@ -16,6 +16,9 @@ cd tests
git pull origin develop
```

Releases on npm are outdated, latest releases are only done as tagged versions on GitHub due to npm size constraints, use e.g. ``git+https://github.com/ethereumjs/ethereumjs-testing.git#[LATEST_TAG_VERSION]`` in
your dependencies.

## API

```
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-testing",
"version": "1.2.2",
"version": "1.2.3",
"description": "test utils for ethereumjs-*",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tests
Submodule tests updated 13598 files

0 comments on commit a33ac8d

Please sign in to comment.