-
Notifications
You must be signed in to change notification settings - Fork 777
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Maintenance Release Round #2648
Conversation
Codecov Report
Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more. |
packages/util/CHANGELOG.md
Outdated
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) | |||
(modification: no type change headlines) and this project adheres to | |||
[Semantic Versioning](http://semver.org/spec/v2.0.0.html). | |||
|
|||
## 8.0.6 - 2023-04-20 | |||
|
|||
- Bump `@chainsafe/ssz` dependency to 0.11.0 (no WASM, native SHA-256 implementation, ES2019 compatible), PRs [#2622](https://github.com/ethereumjs/ethereumjs-monorepo/pull/2622) and PR [#2564](https://github.com/ethereumjs/ethereumjs-monorepo/pull/2564) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would be curious to ask some folks who complained about the WASM dependency if this does indeed resolve their issue (switching to noble-curves
still appears to install as-sha256
- at least for us since I had to manually patch that in the karma test runner config)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I opened a PR that seems to fix this here: ChainSafe/ssz#318 - pending review
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
Note: this will get paused to see if there is a chance to get ChainSafe/ssz#313 (comment) settled before. Please do not merge in between. |
@holgerd77 This should be enough! #2656 |
merged the PR! 🥳 we should be gtg with releases now |
…ent @ethereumjs dependencies, @ethereumjs/devp2p v5.1.2
Ok, great work 🎉, have updated this PR with the latest changes, ready for re-review! |
Ok, thanks for the reviews, will directly start with the releases as first task tomorrow morning. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🎉
Just published the following releases on npm:
|
* Draft various release notes * CHANGELOG updates * Version bump, updated upstream dependency versions, @ethereumjs/util v8.0.6 * Version bump, updated upstream dependency versions, @ethereumjs/common v3.1.2 * Version bump, updated upstream dependency versions, @ethereumjs/tx v4.1.2 * Version bump, updated upstream dependency versions, @ethereumjs/trie v5.0.5 * Add additional @chainsafe/ssz notes to CHANGELOG files of other libraries * Version bump, updated upstream dependency versions, updated (all) client @ethereumjs dependencies, @ethereumjs/devp2p v5.1.2 * Version bump, updated upstream dependency versions, @ethereumjs/statemanager v1.0.5 * Version bump, updated upstream dependency versions, @ethereumjs/block v4.2.2 * Version bump, updated upstream dependency versions, @ethereumjs/ethash v2.0.5 * Version bump, updated upstream dependency versions, @ethereumjs/blockchain v6.2.2 * Version bump, updated upstream dependency versions, @ethereumjs/evm v1.3.2 * Version bump, updated upstream dependency versions, @ethereumjs/vm v6.4.2 * Version bump, @ethereumjs/client v0.7.1 * Rebuild package-lock.json * Rebuild relevant documentation * Updated @chainsafe/ssz related CHANGELOG entries
Releases on all libraries except
RLP
, various bug fixes and other maintenance updates (performance, dependencies), also some spec updates on EIP-4844.Follow-up on #2556, #2549 and #2521.