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

[Snyk] Upgrade web3-eth-abi from 1.9.0 to 1.10.0 #261

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

Conversation

ksibisamir
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-eth-abi from 1.9.0 to 1.10.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 2 versions ahead of your current version.
  • The recommended version was released a month ago, on 2023-05-10.
Release notes
Package name: web3-eth-abi
  • 1.10.0 - 2023-05-10

    Fixed

    • Improved the error propagation in web3-providers-http package to effectively propagate useful error infomation about failed HTTP connections (#5955)
    • Fixed "Uncaught TypeError" calling a contract function that revert using MetaMask (#4454) and related "n.data.substring is not a function", that is raised when there is a revert and web.eth.handleRevert = true (#6000)

    Changed

    • transaction.type is now formatted to a hex string before being send to provider (#5979)
    • When sending a transaction, if transaction.type === '0x1' && transaction.accessList === undefined, then transaction.accessList is set to [] (#5979)
    • Removed an unnecessary chainId parameter from toChecksumAddress() function types (#5888)

    Added

    • Added support for getPastEvents method to filter allEvents and specific event (#6015)

    Security

    • Updated dependencies (#6044)
  • 1.10.0-rc.0 - 2023-05-02

    Fixed

    • Improved the error propagation in web3-providers-http package to effectively propagate useful error infomation about failed HTTP connections (#5955)
    • Fixed "Uncaught TypeError" calling a contract function that revert using MetaMask (#4454) and related "n.data.substring is not a function", that is raised when there is a revert and web.eth.handleRevert = true (#6000)

    Changed

    • transaction.type is now formatted to a hex string before being send to provider (#5979)
    • When sending a transaction, if transaction.type === '0x1' && transaction.accessList === undefined, then transaction.accessList is set to [] (#5979)
    • Removed an unnecessary chainId parameter from toChecksumAddress() function types (#5888)

    Added

    • Added support for getPastEvents method to filter allEvents and specific event (#6015)

    Security

    • Updated dependencies (#6044)
  • 1.9.0 - 2023-03-20

    Fixed

    • Fixed skipped ws-ganache tests (#5759)
    • Fixed "provider started to reconnect error" in web3-provider-ws (#5820)
    • Fixed Error: Number can only safely store up to 53 bits (#5845)
    • Fixed types for packages which have default exports but not declared default export in .d.ts (#5866)
    • Fixed Transaction type by adding missing properties (#5856)

    Changed

    • Add optional hexFormat param to getTransaction and getBlock that accepts the value 'hex' (#5845)
    • utils.toNumber and utils.hexToNumber can now return the large unsafe numbers as BigInt, if true was passed to a new optional parameter called bigIntOnOverflow (#5845)
    • Updated @ types/bn.js dependency to 5.1.1 in web3, web3-core and web3-eth-contract as reason mentioned in #5640 (#5885)
    • Add description to error for failed connection on websocket (#5884)

    Security

    • Updated dependencies (#5885)
from web3-eth-abi GitHub release notes
Commit messages
Package name: web3-eth-abi
  • f3846d1 Build commit for 1.10.0
  • 2c74586 v1.10.0
  • 3ed053f build output and changelog update for v1.10.0-rc.0
  • c7bdd99 v1.10.0-rc.0
  • 13a2edc Remove the unnecessary chainId parameter (#5888) (#6057)
  • 7b3ce91 1x update (#6044)
  • 195cd3c Filter option doesn't work in getPastEvents (#6015)
  • 48958ee Nicos99/revert call (#6009)
  • 6ce085b Fix error: "n.data.substring is not a function" (#6000)
  • 4e5afa1 Format `transaction.type` to hex. Add empty `accessList` is `tx.type === '0x1'` (#5979)
  • 9238e10 Bump webpack from 5.75.0 to 5.76.0 (#5925)
  • 2097f8d Improve logging of connection errors (#5955)
  • b4d1272 Create CODEOWNERS (#5952)
  • 11bb4d4 github conf for stale issues and PRs (#5893)
  • 46d414b Release/1.9.0 (#5895)
  • 5508f94 Add empty job to unstuck actions in 1.x (#5932)

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants