Skip to content

Bump the non-major-updates group across 1 directory with 3 updates - #15

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/non-major-updates-fb2955aead
Open

Bump the non-major-updates group across 1 directory with 3 updates#15
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/non-major-updates-fb2955aead

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps the non-major-updates group with 3 updates in the / directory: @ethereumjs/tx, fireblocks-sdk and @types/node.

Updates @ethereumjs/tx from 10.1.2 to 10.1.3

Release notes

Sourced from @​ethereumjs/tx's releases.

@​ethereumjs/tx v10.1.3

Release round overview

Welcome to 10.1.3 — a coordinated release across all active @ethereumjs/* libraries on the 10.1.x line. If you have been experimenting with the upcoming Amsterdam hardfork, this is our close-to-ready preview: the full 14-EIP Hardfork.Amsterdam bundle is implemented and aligned with tests-glamsterdam-devnet@v8.1.0 and glamsterdam-devnet-8. Public APIs and spec alignment are largely stable — a good time to try BAL builder/validator flows, two-dimensional block gas, builder requests, and the rest of the Amsterdam surface — but Amsterdam remains experimental and must not be used in production; spec or API shifts can still happen in later 10.1.x patches.

The sections below cover this package only; for the full EIP list, examples, and release ↔ spec tracking, see the @​ethereumjs/vm Amsterdam overview. On Osaka or earlier hardforks? Nothing changes unless you explicitly select Hardfork.Amsterdam.

@ethereumjs/tx

@ethereumjs/tx defines typed transactions and pre-execution validation. Within the 10.1.3 round Amsterdam tx semantics are complete for glamsterdam-devnet v8.1.0: EIP-2780 revises the intrinsic gas base, EIP-8038 prices access-list bytes under the new schedule, and getMinimumGasLimit() on every tx type returns the max of intrinsic and floor gas — the value integrators should use when sizing gasLimit for Amsterdam fixtures.

At a glance

  • EIP-2780 — intrinsic gas includes recipient/value extras; calldata floor anchored on that base.
  • EIP-8038 — access-list and authority-list byte costs under the glamsterdam schedule.
  • getMinimumGasLimit() on legacy, 2930, 1559, 4844, and 7702 txs.
  • Access/authority list entries restored in JSON cache serialization, see PR #4350.
  • Spec snapshot: tests-glamsterdam-devnet@v8.1.0.

Amsterdam (experimental)

Behaviour may still change in subsequent 10.1.x patch releases. Spec snapshot: tests-glamsterdam-devnet@v8.1.0 · Testnet: glamsterdam-devnet-8 Fork overview: Amsterdam hardfork (experimental)

import { Common, Hardfork, Mainnet } from '@ethereumjs/common'
import { createLegacyTx } from '@ethereumjs/tx'
const common = new Common({ chain: Mainnet, hardfork: Hardfork.Amsterdam })
const tx = createLegacyTx({ gasLimit: 100_000n, gasPrice: 10n, data: new Uint8Array(100) }, { common })
tx.getMinimumGasLimit() // max(intrinsic, calldata floor, access-list floor, …)
tx.getValidationErrors() // [] when gasLimit is sufficient

See packages/tx/examples/calldataFloorGas.ts and the Amsterdam validation README section.

Changes

  • EIP-2780 intrinsic gas and EIP-8038 access-list pricing, see PR #4361, #4364
  • Amsterdam gas schedule alignment, see PR #4337
  • getMinimumGasLimit() on all active tx types, see PR #4372
  • Access/authority list JSON cache items, see PR #4350
Commits

Updates fireblocks-sdk from 5.39.0 to 5.39.1

Release notes

Sourced from fireblocks-sdk's releases.

v5.39.1

Changes

🧰 Improvements

Changelog

Sourced from fireblocks-sdk's changelog.

v5.39.1

19 July 2026

Commits

Updates @types/node from 26.1.1 to 26.4.0

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the non-major-updates group with 3 updates in the / directory: [@ethereumjs/tx](https://github.com/ethereumjs/ethereumjs-monorepo), [fireblocks-sdk](https://github.com/fireblocks/fireblocks-sdk-js) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@ethereumjs/tx` from 10.1.2 to 10.1.3
- [Release notes](https://github.com/ethereumjs/ethereumjs-monorepo/releases)
- [Commits](https://github.com/ethereumjs/ethereumjs-monorepo/compare/@ethereumjs/tx@10.1.2...@ethereumjs/tx@10.1.3)

Updates `fireblocks-sdk` from 5.39.0 to 5.39.1
- [Release notes](https://github.com/fireblocks/fireblocks-sdk-js/releases)
- [Changelog](https://github.com/fireblocks/fireblocks-sdk-js/blob/master/CHANGELOG.md)
- [Commits](fireblocks/fireblocks-sdk-js@v5.39.0...v5.39.1)

Updates `@types/node` from 26.1.1 to 26.4.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@ethereumjs/tx"
  dependency-version: 10.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-updates
- dependency-name: fireblocks-sdk
  dependency-version: 5.39.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-updates
- dependency-name: "@types/node"
  dependency-version: 26.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants