fix(deps): update dependency @ethereumjs/util to v9 #1127
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.0.3
->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.
v8.1.0
: @ethereumjs/util v8.1.0Compare Source
This release is part of a final planned release round for the current major EthereumJS release versions, with next major versions planned to be released in July 2023.
It mainly removes all non-final EIP-4844, KZG and SSZ code from the libraries (mainly block, tx, util, evm, vm, blockchain) - see PR #2721 - to allow for a clean slate for the current major versions to transition to maintenance mode. In particular the
@chainsafe/ssz
dependency is removed from the@ethereumjs/util
library, which is a dependency of all other upstream EthereumJS libraries and removal therefore makes the whole stack lighter again.If you are interested in continuously following EIP-4844 work have a look at and follow our upcoming breaking releases where major changes will be integrated with 4844 nearing a final state.
v8.0.6
: @ethereumjs/util v8.0.6Compare Source
@chainsafe/ssz
dependency to 0.11.1 (no WASM, native SHA-256 implementation, ES2019 compatible, explicit imports), PRs #2622, #2564 and #2656v8.0.5
Compare Source
v8.0.4
: @ethereumjs/util v8.0.4Compare Source
async
library dependency, PR #2514GWEI_TO_WEI
constant in a newly createdunits
module, PR #2483withdrawal
moduleWithdrawal
class, PR #2483@chainsafe/ssz
dependency, new prepartoryssz
container module, PR #2488MAX_INTEGER_BIGINT
, PR #2536Configuration
📅 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 becomes conflicted, 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.