From 1b5b11f8311a8e3fb9631a563c2c21058d2bb660 Mon Sep 17 00:00:00 2001 From: holgerd77 Date: Wed, 10 Oct 2018 12:42:39 +0200 Subject: [PATCH 1/3] updated tests submodule to 9777827 --- tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests b/tests index 3f5febc..9777827 160000 --- a/tests +++ b/tests @@ -1 +1 @@ -Subproject commit 3f5febc901913ef698f1b09dda8705babd729e4a +Subproject commit 97778278a9ea325587df572cc821bc810dad7a36 From 56b1e4a386f675318d487f731a42dca2b1f44848 Mon Sep 17 00:00:00 2001 From: holgerd77 Date: Wed, 10 Oct 2018 12:49:51 +0200 Subject: [PATCH 2/3] Bumped version to v1.2.3, added CHANGELOG entry --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd0ae03..9158246 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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``. diff --git a/package.json b/package.json index 10852f4..244ecb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ethereumjs-testing", - "version": "1.2.2", + "version": "1.2.3", "description": "test utils for ethereumjs-*", "main": "index.js", "scripts": { From 2ac648d3794b967ad290ec2629cf271d22be5f3e Mon Sep 17 00:00:00 2001 From: holgerd77 Date: Wed, 10 Oct 2018 12:54:21 +0200 Subject: [PATCH 3/3] Some README updates --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 30f0aab..539dd65 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 ```