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

New release v1.3.3 #49

Merged
merged 2 commits into from
Aug 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ 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.3.3] - 2020-08-04
Updated `tests` submodule to
[66a55cd42f](https://github.com/ethereum/tests/commit/66a55cd42f63845e34767504d0a7a62b452a7e7a)
(2020-07-13) `develop` branch state of the `ethereum/tests` library.

This is an intermediary release including first `EIP-2537` (Precompile for BLS12-381 curve operations)
tests, see `ethereum/tests` PR [#713](https://github.com/ethereum/tests/pull/713).

[1.3.3]: https://github.com/ethereumjs/ethereumjs-testing/compare/v1.3.2...v1.3.3

## [1.3.2] - 2020-06-11
Updated `tests` submodule to
[84b071c](https://github.com/ethereum/tests/commit/84b071cd3747b8fec6918f04430660eecf951aa2)
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.3.2",
"version": "1.3.3",
"description": "test utils for ethereumjs-*",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tests
Submodule tests updated 2988 files