Skip to content
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

Bump ws and @ethereumjs/tx in /test/generate #92

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 18, 2024

Removes ws. It's no longer used after updating ancestor dependency @ethereumjs/tx. These dependencies need to be updated together.

Removes ws

Updates @ethereumjs/tx from 4.0.1 to 4.2.0

Release notes

Sourced from @​ethereumjs/tx's releases.

@​ethereumjs/tx v4.2.0

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.

Other Changes:

  • Fix EIP-155 transaction encoding on chain ID 0 for legacy txs, PR #2671

@​ethereumjs/tx v4.1.2

Features

  • Add allowUnlimitedInitcodeSize option to partially disable EIP-3860, PR #2594
  • Better Optimism RPC compatibility, new TransactionFactory.fromRPCTx() static constructor, PR #2613

Bugfixes

  • Fixed EIP-3860 (max init code size) check when deserializing RLPs, PR #2601
  • EIP-3860: only check max init code size on create contract tx, PR #2575

Maintenance

  • Removed Ethers dependency, alternative fromEthersProvider() static constructor implementation, PR #2633
  • Bump @ethereumjs/util @chainsafe/ssz dependency to 0.11.1 (no WASM, native SHA-256 implementation, ES2019 compatible, explicit imports), PRs #2622, #2564 and #2656
  • Update ethereum-cryptography from 1.2 to 2.0 (switch from noble-secp256k1 to noble-curves), PR #2641
Commits
  • 8508606 Last Planned Maintenance v6 Release Round (4844/KZG/SSZ Removal) (#2754)
  • e04b6de allforks: Remove 4844, ssz and kzg from maintenance-v6 (#2721)
  • bd85ada trie: update references to old deleteFromDB constructor arg (#2695)
  • 404054b Monorepo: Remove Dynamic Node Versions check / Fix Test Runs (#2683)
  • 7a5b697 Fix link for running EVM code in browser (#2682)
  • 11a5ab8 Update README.md (#2679)
  • c9b0a45 tx: Fix EIP-155 transaction encoding on chain ID 0
  • 49c2d93 New Maintenance Release Round (#2648)
  • ca32296 Bump chainsafe/ssz to 0.11.1 (#2656)
  • 1726a86 Fix karma dependency resolution in vm (#2645)
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [ws](https://github.com/websockets/ws). It's no longer used after updating ancestor dependency [@ethereumjs/tx](https://github.com/ethereumjs/ethereumjs-monorepo). These dependencies need to be updated together.


Removes `ws`

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

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
- dependency-name: "@ethereumjs/tx"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 18, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants