Skip to content

Commit 97345b5

Browse files
authored
Merge pull request #922 from ethereumjs/beta.1-release
Beta.1 Releases
2 parents 1afe8db + 8324e9e commit 97345b5

File tree

182 files changed

+10979
-6346
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

182 files changed

+10979
-6346
lines changed

packages/block/CHANGELOG.md

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

9-
## 3.0.0 - UNRELEASED
9+
## 3.0.0-beta.1 - 2020-10-22
1010

1111
### New Package Name
1212

@@ -159,6 +159,17 @@ as an input parameter.
159159
The HF setting is now automatically taken from the HF set for `Common.DEAULT_HARDFORK`,
160160
see PR [#863](https://github.com/ethereumjs/ethereumjs-vm/pull/863).
161161

162+
### Dual ES5 and ES2017 Builds
163+
164+
We significantly updated our internal tool and CI setup along the work on
165+
PR [#913](https://github.com/ethereumjs/ethereumjs-vm/pull/913) with an update to `ESLint` from `TSLint`
166+
for code linting and formatting and the introduction of a new build setup.
167+
168+
Packages now target `ES2017` for Node.js builds (the `main` entrypoint from `package.json`) and introduce
169+
a separate `ES5` build distributed along using the `browser` directive as an entrypoint, see
170+
PR [#921](https://github.com/ethereumjs/ethereumjs-vm/pull/921). This will result
171+
in performance benefits for Node.js consumers, see [here](https://github.com/ethereumjs/merkle-patricia-tree/pull/117) for a releated discussion.
172+
162173
### Other Changes
163174

164175
**Features**

0 commit comments

Comments
 (0)