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

Commit eb8aff6

Browse files
Merge pull request #49 from ethereumjs/new-release
New release v1.3.3
2 parents ebced40 + 9db27f5 commit eb8aff6

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88

9+
## [1.3.3] - 2020-08-04
10+
Updated `tests` submodule to
11+
[66a55cd42f](https://github.com/ethereum/tests/commit/66a55cd42f63845e34767504d0a7a62b452a7e7a)
12+
(2020-07-13) `develop` branch state of the `ethereum/tests` library.
13+
14+
This is an intermediary release including first `EIP-2537` (Precompile for BLS12-381 curve operations)
15+
tests, see `ethereum/tests` PR [#713](https://github.com/ethereum/tests/pull/713).
16+
17+
[1.3.3]: https://github.com/ethereumjs/ethereumjs-testing/compare/v1.3.2...v1.3.3
18+
919
## [1.3.2] - 2020-06-11
1020
Updated `tests` submodule to
1121
[84b071c](https://github.com/ethereum/tests/commit/84b071cd3747b8fec6918f04430660eecf951aa2)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereumjs-testing",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "test utils for ethereumjs-*",
55
"main": "index.js",
66
"scripts": {

tests

Submodule tests updated 2988 files

0 commit comments

Comments
 (0)