fix(deps): update dependency @ethereumjs/util to v10.1.2#1021
Merged
Conversation
3eb6704 to
5a559c3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
10.1.1→10.1.2Release Notes
ethereumjs/ethereumjs-monorepo (@ethereumjs/util)
v10.1.2: @ethereumjs/util v10.1.2Compare Source
Release round overview
Welcome to
10.1.2— a coordinated release across all active@ethereumjs/*libraries on the10.1.xline. If you have been following the upcoming Amsterdam hardfork, this is our first experimental preview ready to try out: a largely complete nine-EIPHardfork.Amsterdambundle, currently aligned with tests-bal@v7.1.0 and BAL devnet-7.Amsterdam is still in flux — please do not use this in production yet — and we expect further
10.1.xreleases as the spec and official tests evolve. The sections below cover this package only; for the full fork picture (EIP list, examples, release ↔ spec tracking), see the @ethereumjs/vm Amsterdam overview. On Osaka or earlier hardforks? Nothing changes unless you explicitly selectHardfork.Amsterdam.@ethereumjs/util@ethereumjs/utilis the shared toolbox the whole monorepo builds on — bytes, accounts, addresses, and fork-specific helpers that higher layers import rather than reimplement. Within the10.1.2round, the headline addition is a dedicatedbalmodule for working with EIP-7928 Block Level Access Lists outside of live execution: parsing fixtures, validating structure, computing the header hash, and writing test tooling. The VM performs accumulation duringrunBlock(); Util gives you the portable data model and canonical encoding.This package also picks up two cross-environment fixes:
Account.isEmpty()for partial accounts, and a newisDebugEnabled()helper used across the monorepo for safeDEBUGchecks in browsers and Web Workers.At a glance
balmodule:BlockLevelAccessList, JSON/RLP factories, validation helpers, andhash()for offline BAL work.Account.isEmpty()when called on partial accounts (e.g. state trie reads), see PR #4268.isDebugEnabled(namespace)— avoidsReferenceErrorin workers whereprocessis undeclared, see PR #4265.Amsterdam (experimental)
Typical Util workflow: ingest a BAL JSON fixture (from a test vector or RPC payload), validate structure and gas-limit footprint, and verify the hash against an expected
blockAccessListHash. Example frompackages/util/examples/bal.ts:Key exports include
createBlockLevelAccessListFromJSON/FromRLP,validateBlockAccessListStructure,validateBlockAccessListGasLimit,hashBlockAccessListFromJSON, andequalsBlockAccessList. See the Module: bal section in the README for the full at-a-glance map.Changes
BlockLevelAccessList, canonical RLP/JSON encoding, and validation utilities, see PR #4233, #4246, #4303, #4306Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ 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.