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

chore: [Snyk] Upgrade web3 from 4.7.0 to 4.8.0 #2488

Merged
merged 1 commit into from
May 14, 2024

Conversation

swirlds-automation
Copy link
Contributor

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade web3 from 4.7.0 to 4.8.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 10 versions ahead of your current version.
  • The recommended version was released a month ago, on 2024-04-18.
Release notes
Package name: web3
  • 4.8.0 - 2024-04-18

    [4.8.0]

    Changed

    web3-eth-abi

    • Dependencies updated

    web3-eth-accounts

    • Dependencies updated

    Fixed

    web3-eth-contract

    • Fix an issue with smart contract function overloading (#6922)

    web3-utils

    • fixed toHex incorrectly hexing Uint8Arrays and Buffer (#6957)
    • fixed isUint8Array not returning true for Buffer (#6957)

    Added

    web3-eth-contract

    • Added a console warning in case of an ambiguous call to a solidity method with parameter overloading (#6942)
    • Added contract.deploy(...).decodeData(...) and contract.decodeMethodData(...) that decode data based on the ABI (#6950)

    web3-eth

    • method getBlock now includes properties of eip 4844, 4895, 4788 when returning block (#6933)
    • update type withdrawalsSchema, blockSchema and blockHeaderSchema schemas to include properties of eip 4844, 4895, 4788 (#6933)

    web3-types

    • Added signature to type AbiFunctionFragment (#6922)
    • update type Withdrawals, block and BlockHeaderOutput to include properties of eip 4844, 4895, 4788 (#6933)

    New Contributors

  • 4.7.1-dev.ce59737.0 - 2024-04-07
  • 4.7.1-dev.bfb4f6f.0 - 2024-04-08
  • 4.7.1-dev.a173a8f.0 - 2024-03-26
  • 4.7.1-dev.67d8a74.0 - 2024-04-04
  • 4.7.1-dev.5a579fa.0 - 2024-04-05
  • 4.7.1-dev.578ebb6.0 - 2024-04-15
  • 4.7.1-dev.5341c3a.0 - 2024-03-29
  • 4.7.1-dev.526c6f5.0 - 2024-03-27
  • 4.7.1-dev.1c03666.0 - 2024-04-15
  • 4.7.0 - 2024-03-26

    [4.7.0]

    added

    web3-eth-contract

    • Types ContractDeploySend, ContractMethodSend, Web3PromiEvent was exported (#6883)

    web3-eth-ens

    • Added function getText and getName in ENS and resolver classes (#6914)

    fixed

    web3-validator

    • Multi-dimensional arrays(with a fix length) are now handled properly when parsing ABIs (#6798)

    web3-utils

    • fixed erroneous parsing of big numbers in the toNumber(...) function (#6880)

    Contributors

    Thank you to the community who have contributed to this release 😄:
    @ sgerodes #6882
    @ EtlesL #6836
    @ Jouzep #6853
    @ sarthak1dev #6867
    @ edison1105 #6885
    @ gucovip #6886
    @ testwill #6889
    @ pengqiseven #6878

from web3 GitHub release notes
Commit messages
Package name: web3
  • 93eeccb revert
  • ce510b5 update
  • bf06f69 update
  • 6cd8b70 update e2e tests
  • a4f492f update version to 4.8.0
  • 0b9cf2c update changelog
  • 578ebb6 Added EIP-4844 Headers for BlockHeaderOutput. Issue: 6933 (#6937)
  • 1c03666 fix: toHex not supporting Uint8Array (#6958)
  • bfb4f6f fixed typos (#6962)
  • ce59737 Add `contract.decodeMethodData(...)` method to decode contract methods and to `contract.deploy(...).decodeData(...)` decode constructor parameters (#6950)
  • 5a579fa Typos, issue 6940 (#6959)
  • 67d8a74 web3 v4 playground (#6945)
  • 5341c3a Show warning for ambiguous Solidity method call (#6942)
  • 526c6f5 Fix an issue with smart contract function overloading (#6922)
  • a173a8f v4.7.0 #6934)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link

github-actions bot commented May 13, 2024

Acceptance Tests

     35 files     420 suites   52m 43s ⏱️
   583 tests    576 ✔️ 3 💤   4
1 817 runs  1 787 ✔️ 9 💤 21

Results for commit 89bc756.

♻️ This comment has been updated with latest results.

@AlfredoG87 AlfredoG87 changed the title [Snyk] Upgrade web3 from 4.7.0 to 4.8.0 chore: [Snyk] Upgrade web3 from 4.7.0 to 4.8.0 May 14, 2024
@AlfredoG87 AlfredoG87 self-assigned this May 14, 2024
@AlfredoG87 AlfredoG87 added P2 dependencies Pull requests that update a dependency file labels May 14, 2024
@AlfredoG87 AlfredoG87 added this to the 0.48.0 milestone May 14, 2024
@AlfredoG87 AlfredoG87 merged commit 8dd17a6 into main May 14, 2024
33 of 34 checks passed
@AlfredoG87 AlfredoG87 deleted the snyk-upgrade-6f9a798c087916f513d695b88717a318 branch May 14, 2024 05:30
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 P2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants