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 ethers from 5.7.2 to 6.11.0 in /packages/admin #525

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2024

Bumps ethers from 5.7.2 to 6.11.0.

Release notes

Sourced from ethers's releases.

ethers/v6.11.0 (2024-02-08 22:02)

  • Allow transaction encoding for inferred type transactions (f02211d).
  • Added EIP-4788, receipts root and state root fields to Block (#4570; c5f126f).
  • Added EIP-4844 fields to Provider classes and formatter (#4570; 7b4f2c1).
  • Assert BrowserProvider receives an EIP-1193 provider to fail early when passing undefined ethereum object (b69f43b).
  • Add timeout to ContractTransactionResponse wait (#4497; 095de51).
  • Allow override keyword in human-readable ABI and improve error messages (#4514, #4548; be5ec2d).
  • Expand Contract sub-class to accept BaseContract super-class constructor arguments (#4538; 98496bc).
  • Allow network for default provider to be null to select mainnet (#4501; b6bf7ab).
  • Allow long dnsEncode names with optional length parameter (#4543; a136348).
  • Fix parseLog signature when receiving read-only array for topics (#4029, #4459; 20cd8a2).
  • Use Secure endpoints for BNB on Etherscan (#4525; 1f6e188).
  • Added holesky network and related end-points for supporting providers (c6e6c43).
  • Added EIP-4844 BLOb transactions (#4554; 9c1e82e).
  • Normalize EIP-712 types before computing the payload (#4541; 56c1361).
  • Updated thrid-part provider URLs for QuickNode (2b4891d).
  • Fixed normalization and abstracted EIP-712 Array parsing (#4541; 8f99601).
  • Updated third-party provider network URLs (#4542; 84ca14f).
  • Added additional sepolia testnets (4efef76).
  • Fix EIP-712 type aliases for uint and int (#4541; 43fb9c2).
  • Fixed typo in Error string (#4539; 7882905).
  • Better debugging output on fetch errors (bee07a0).

ethers/v6.10.0 (2024-01-12 20:13)

  • Limit decoded result imflation ratio from ABI-encoded data (#4537; 1b4debd).

ethers/v6.9.2 (2024-01-02 21:02)

  • Fix Base58 padding for string representation of binary data (#4527; ccac24a).

ethers/v6.9.1 (2023-12-20 02:57)

  • Fix uncatchable issue when sending transactions over JSON-RPC and provide some retry-recovery for missing v (#4513; 1802215).

ethers/v6.9.0 (2023-11-27 06:15)

  • Use provider-specified suggested priority fee when available, otherwise fallback onto existing logic of 1 gwei (#4463; f8f11c7).
  • Add auto-detected static network support to providers and allow customizing socket provider options (#4199, #4418, #4441; 4681b83).
  • Added Base network to AlchemyProvider (#4384; 9e74d14).
  • Fixed ParamType formatting causing bad tuple full and minimal ABI output (#4329, #4479; 2b67488).
  • Adjust for provider config weight when kicking off a request in FallbackProvider (#4298; da34e35).
  • More robust FallbackProvider broadcast (#4186, #4297, #4442; e2485b8).
  • Added safe and finalized provider events (#3921; a92766e).

ethers/v6.8.1 (2023-11-01 16:08)

  • Fixed typo in error description when converting values to arrays (#4427, #4446; 8fed2f8).
  • Fix invalid token nonpayable being included in formatted constructor (#4412; 2e0bd90).
  • Add ENS support for Sepolia (#4422; 1da50ae).

ethers/v6.8.0 (2023-10-11 02:19)

  • Replicated former ENS normalize behaviour for empty strings and update namehash testcases (125ff11).
  • Initial shortMessage support for errors (#4241; d6a8c14).
  • Fixed resolving ENS addresses used as from parameters (#3961; 2616f4c).

... (truncated)

Changelog

Sourced from ethers's changelog.

ethers/v6.11.0 (2024-02-08 20:26)

  • Allow transaction encoding for inferred type transactions (f02211d).
  • Added EIP-4788, receipts root and state root fields to Block (#4570; c5f126f).
  • Added EIP-4844 fields to Provider classes and formatter (#4570; 7b4f2c1).
  • Assert BrowserProvider receives an EIP-1193 provider to fail early when passing undefined ethereum object (b69f43b).
  • Add timeout to ContractTransactionResponse wait (#4497; 095de51).
  • Allow override keyword in human-readable ABI and improve error messages (#4514, #4548; be5ec2d).
  • Expand Contract sub-class to accept BaseContract super-class constructor arguments (#4538; 98496bc).
  • Allow network for default provider to be null to select mainnet (#4501; b6bf7ab).
  • Allow long dnsEncode names with optional length parameter (#4543; a136348).
  • Fix parseLog signature when receiving read-only array for topics (#4029, #4459; 20cd8a2).
  • Use Secure endpoints for BNB on Etherscan (#4525; 1f6e188).
  • Added holesky network and related end-points for supporting providers (c6e6c43).
  • Added EIP-4844 BLOb transactions (#4554; 9c1e82e).
  • Normalize EIP-712 types before computing the payload (#4541; 56c1361).
  • Updated thrid-part provider URLs for QuickNode (2b4891d).
  • Fixed normalization and abstracted EIP-712 Array parsing (#4541; 8f99601).
  • Updated third-party provider network URLs (#4542; 84ca14f).
  • Added additional sepolia testnets (4efef76).
  • Fix EIP-712 type aliases for uint and int (#4541; 43fb9c2).
  • Fixed typo in Error string (#4539; 7882905).
  • Better debugging output on fetch errors (bee07a0).

ethers/v6.10.0 (2024-01-12 19:46)

  • Limit decoded result imflation ratio from ABI-encoded data (#4537; 1b4debd).

ethers/v6.9.2 (2024-01-02 19:12)

  • Fix Base58 padding for string representation of binary data (#4527; ccac24a).

ethers/v6.9.1 (2023-12-19 04:53)

  • Fix uncatchable issue when sending transactions over JSON-RPC and provide some retry-recovery for missing v (#4513; 1802215).

ethers/v6.9.0 (2023-11-27 06:15)

  • Use provider-specified suggested priority fee when available, otherwise fallback onto existing logic of 1 gwei (#4463; f8f11c7).
  • Add auto-detected static network support to providers and allow customizing socket provider options (#4199, #4418, #4441; 4681b83).
  • Added Base network to AlchemyProvider (#4384; 9e74d14).
  • Fixed ParamType formatting causing bad tuple full and minimal ABI output (#4329, #4479; 2b67488).
  • Adjust for provider config weight when kicking off a request in FallbackProvider (#4298; da34e35).
  • More robust FallbackProvider broadcast (#4186, #4297, #4442; e2485b8).
  • Added safe and finalized provider events (#3921; a92766e).

... (truncated)

Commits
  • f02211d Allow transaction encoding for inferred type transactions.
  • d8a7cbe admin: updated dist files
  • c5f126f Added EIP-4788, receipts root and state root fields to Block (#4570).
  • cac1da1 admin: update dist files
  • 7b4f2c1 Added EIP-4844 fields to Provider classes and formatter (#4570).
  • f1666f1 admin: updated dist files
  • 6bf19c1 tests: added test for gasless ENS-DNS resolution
  • 416de27 admin: update dist files; updated package-lock
  • eeb1a4b admin: updated dist files
  • 47f1add admin: update ens-normalize dependency
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [ethers](https://github.com/ethers-io/ethers.js) from 5.7.2 to 6.11.0.
- [Release notes](https://github.com/ethers-io/ethers.js/releases)
- [Changelog](https://github.com/ethers-io/ethers.js/blob/main/CHANGELOG.md)
- [Commits](ethers-io/ethers.js@v5.7.2...v6.11.0)

---
updated-dependencies:
- dependency-name: ethers
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 12, 2024
Copy link

New dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/[email protected] Transitive: environment, filesystem, network +10 20.4 MB ricmoo

View full report↗︎

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 19, 2024

Superseded by #526.

@dependabot dependabot bot closed this Feb 19, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/packages/admin/ethers-6.11.0 branch February 19, 2024 16:26
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