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-core-helpers from 1.2.11 to 1.6.0 #32

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

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade web3-core-helpers from 1.2.11 to 1.6.0.

merge advice
ℹ️ 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 28 versions ahead of your current version.
  • The recommended version was released 2 months ago, on 2021-09-30.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Cryptographic Issues
SNYK-JS-ELLIPTIC-1064899
340/1000
Why? CVSS 6.8
No Known Exploit

(*) Note that the real score may have changed since the PR was raised.

Release notes
Package name: web3-core-helpers
  • 1.6.0 - 2021-09-30

    Changed

  • 1.6.0-rc.0 - 2021-09-26

    Changed

  • 1.5.3 - 2021-09-22

    Fixed

    • Unable to send legacy transaction if network supported EIP-1559 (#4277)

    Changed

    • ethers from 5.1.4 to 5.4.4 (#4231)
    • karma from 5.2.3 to 6.3.4 (#4231)
    • lerna from 3.22.1 to 4.0.0 (#4231)
    • Dropped build tests in CI for Node v8 and v10, and added support for Node v14
    • Change default value for maxPriorityFeePerGas from 1 Gwei to 2.5 Gwei (#4284)
    • Fixed bug in signTransaction (#4295)
  • 1.5.3-rc.0 - 2021-09-10

    Fixed

    • Unable to send legacy transaction if network supported EIP-1559 (#4277)

    Changed

    • ethers from 5.1.4 to 5.4.4 (#4231)
    • karma from 5.2.3 to 6.3.4 (#4231)
    • lerna from 3.22.1 to 4.0.0 (#4231)
    • Dropped build tests in CI for Node v8 and v10, and added support for Node v14
    • Change default value for maxPriorityFeePerGas from 1 Gwei to 2.5 Gwei (#4284)
    • Fixed bug in signTransaction (#4295)
  • 1.5.2 - 2021-08-15

    Fixed

    • Remove transaction type defaulting for eth.sendTransaction, eth.sendRawTransaction (#4241)
    • type: 0x0 was being added to legacy transaction when using eth.signTransaction (#4241)
  • 1.5.2-rc.0 - 2021-08-15

    Fixed

    • Remove transaction type defaulting for eth.sendTransaction, eth.sendRawTransaction (#4241)
    • type: 0x0 was being added to legacy transaction when using eth.signTransaction (#4241)
  • 1.5.1 - 2021-08-05

    Added

    • maxPriorityFeePerGas and maxFeePerGas now included in _txInputFormatter (#4217)
    • If maxPriorityFeePerGas of maxFeePerGas present _txInputFormatter deletes tx.gasPrice (fixes #4211) (#4217)
    • Add block tag support (e.g. latest, pending, earliest) to getFeeHistory (#4224)
    • Support for EIP-1559 to web3.eth.sendTransaction (#4220)
  • 1.5.1-rc.1 - 2021-08-05

    Added

    • Add block tag support (e.g. latest, pending, earliest) to getFeeHistory (#4224)
    • Support for EIP-1559 to web3.eth.sendTransaction (#4220)
  • 1.5.1-rc.0 - 2021-07-31

    Added

    • maxPriorityFeePerGas and maxFeePerGas now included in _txInputFormatter (#4217)
    • If maxPriorityFeePerGas of maxFeePerGas present _txInputFormatter deletes tx.gasPrice (fixes #4211) (#4217)
  • 1.5.0 - 2021-07-28
  • 1.5.0-rc.1 - 2021-07-24
  • 1.5.0-rc.0 - 2021-07-21
  • 1.4.0 - 2021-06-30
  • 1.4.0-rc.0 - 2021-06-25
  • 1.3.6 - 2021-05-14
  • 1.3.6-rc.2 - 2021-05-13
  • 1.3.6-rc.1 - 2021-05-09
  • 1.3.5 - 2021-04-05
  • 1.3.5-rc.0 - 2021-03-24
  • 1.3.4 - 2021-02-03
  • 1.3.4-rc.2 - 2021-01-28
  • 1.3.4-rc.1 - 2021-01-26
  • 1.3.3 - 2021-01-22
  • 1.3.2 - 2021-01-21
  • 1.3.2-rc.2 - 2021-01-21
  • 1.3.1 - 2020-12-17
  • 1.3.0 - 2020-09-15
  • 1.3.0-rc.0 - 2020-09-02
  • 1.2.11 - 2020-07-18
from web3-core-helpers GitHub release notes
Commit messages
Package name: web3-core-helpers

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.

Bump maxPriorityFeePerGas to 2.5 Gwei maxFeePerGas and maxPriorityFeePerGas have to be given as hex strings
1 participant