Update dependency @ethereumjs/util to v9 #332
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.1.0
->9.1.0
Release Notes
ethereumjs/ethereumjs-monorepo (@ethereumjs/util)
v9.1.0
: @ethereumjs/util v9.1.0Compare Source
Support for Partial Accounts
For Verkle or other contexts it can be useful to create partial accounts not containing all the account parameters. This is now supported starting with this release, see PR #3269:
New
requests
ModuleThis release introduces a new
requests
module (see PRs #3372, #3393, #3398 and #3477) with various type and an abstract base class for EIP-7685 general purpose execution layer requests to the CL (Prague hardfork) as well as concrete implementations for the currently supported request types:DepositRequest
(Prague Hardfork)WithdrawawlRequest
(Prague Hardfork)ConsolidationRequest
(Prague Hardfork)These request types are mainly used within the @ethereumjs/block library where applied usage instructions are provided in the README.
Verkle Updates
kzg-wasm
to0.4.0
, PR #3358osaka
hardfork, PR #3371verkle
module with utility methods and interfaces, PR #3462Other Features
Other Changes
Account.isContract()
(in Verkle context work), PR #3343Account.isEmpty()
to also work for partial accounts, PR #3405validatorPublicKey
tovalidatorPubkey
, PR #3474v9.0.3
: @ethereumjs/util v9.0.3Compare Source
trustedSetupPath
for theinitKZG()
method, PR #3296v9.0.2
: @ethereumjs/util v9.0.2Compare Source
Self-Contained (and Working 🙂) README Examples
All code examples in
EthereumJS
monorepo library README files are now self-contained and can be executed "out of the box" by simply copying them over and running "as is", see tracking issue #3234 for an overview. Additionally all examples can now be found in the respective library examples folder (in fact the README examples are now auto-embedded from over there). As a nice side effect all examples are now run in CI on new PRs and so do not risk to get outdated or broken over time.Other Changes
hexToBytes
, PR #3185hexToBytes
, PR #3203v9.0.1
: @ethereumjs/util v9.0.1Compare Source
Dencun devnet-11 Compatibility
This release contains various fixes and spec updates related to the Dencun (Deneb/Cancun) HF and is now compatible with the specs as used in devnet-11 (October 2023).
kzg
module to use the official trusted setup formainnet
, PR #3107Other Changes
BIGINT_0
,BIGINT_32
,BIGINT_2EXP96
,...) in thebytes
module for reusage along performance optimizations, PR #3050bytesToBigInt()
performance optimization for 1-byte bytes, PR #3054fromUtf8()
, PR #3112v9.0.0
: @ethereumjs/util v9.0.0Compare Source
Final release version from the breaking release round from Summer 2023 on the EthereumJS libraries, thanks to the whole team for this amazing accomplishment! ❤️ 🥳
See RC1 release notes for the main change description.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.