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(deps): update dependency ethers to v6.13.2 #18

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ethers (source) 6.6.2 -> 6.13.2 age adoption passing confidence

Release Notes

ethers-io/ethers.js (ethers)

v6.13.2

Compare Source

v6.13.1

Compare Source

  • Update ws package to address possible DoS vulnerability (a4b1d1f).

v6.13.0

Compare Source

v6.12.2

Compare Source

  • Copy EIP-4844 properties during estimateGas and call (#​4728; cebe5ee).
    • Use non-capturing regex for data to prevent memory exhaustion for long strings (#​4741; 5463aa0).
    • Added Base endpointsto EtherscanProvider (#​4729; 7e1dc95).

v6.12.1

Compare Source

  • Prevent bad Interface clone when using two different versions of v6 (#​4689; 4d2d90f).

v6.12.0

Compare Source

v6.11.1

Compare Source

  • Throw an error when attempting to derive from a master path from a non-master node (#​4551; 556fdd9).
    • Allow ENS wildcards with labels up to 255 bytes wide; discussed with ENS and deemed safe (#​4543; 7f14bde).
    • Enforce string is passed to toUtf8Bytes (#​4583; f45bb87).
    • Fix transaction.index not being populated on some backends (#​4591; 7f0e140).

v6.11.0

Compare Source

  • 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).

v6.10.0

Compare Source

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

v6.9.2

Compare Source

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

v6.9.1

Compare Source

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

v6.9.0

Compare Source

v6.8.1

Compare Source

v6.8.0

Compare Source

  • Replicated former ENS normalize behaviour for empty strings and update namehash testcases (125ff11).

v6.7.1

Compare Source

v6.7.0

Compare Source

  • Fixed receipt wait not throwing on reverted transactions (25fef4f).
    • Added custom priority fee to Optimism chain (via telegram) (ff80b04).
    • Add context to Logs that fail decoding due to ABI issues to help debugging (f3c46f2).
    • Added new exports for FallbackProviderOptions and FetchUrlFeeDataNetworkPlugin (#​2828, #​4160; b1dbbb0).
    • Allow overriding pollingInterval in JsonRpcProvider constructor (via discord) (f42f258).
    • Fixed FallbackProvider priority sorting (#​4150; 78538eb).
    • Added linea network to InfuraProvider and Network (#​4184, #​4190; d3e5e2c).
    • Added whitelist support to getDefaultProvider (82bb936).
    • Add Polygon RPC endpoints to the default provider (#​3689; 23704a9).
    • Added customizable quorum to FallbackProvider (#​4160; 8f0a509).
    • Added basic Gas Station support via a NetworkPlugin (#​2828; 229145d).
    • Add BNB URLs to EtherscanProvider networks (ec39abe).
    • Added tests for JSON format (#​4248; ba36079).
    • Use empty string for unnamed parameters in JSON output instead of undefined (#​4248; 8c2652c).
    • Return undefined for Contract properties that do not exist instead of throwing an error (#​4266; 5bf7b34).

v6.6.7

Compare Source

  • Prevent malformed logs from preventing other logs being decoded (#​4275; 0dca645).

v6.6.6

Compare Source

  • Better error message when passing invalid overrides object into a contract deployment (#​4182; aa2ea3d).

v6.6.5

Compare Source

  • Reflect symbols in the Contract Proxy to target (#​4084; ac2f5e5).
    • Allow arrays of address for indexed filter topics (#​4259; 93af87c).
    • Fixed filter encoding for bytesX (#​4244; fa3a883).
    • Fix JSON formatting for tuple arrays (#​4237; a8bc49b).
    • Better error messages when parsing fragment strings (#​4246; e36b6c3).
    • Include the missing fragment key and args when no matching Contract method or event is present (#​3809; 450a176).
    • Prevent a single malformed event from preventing other Contract logs; reported on Discord (b1375f4).

v6.6.4

Compare Source

v6.6.3

Compare Source

  • Throw more desscriptive error for unconfigured ENS name contract targets (#​4213; 80f62ef).
    • Fixed contract once not running stop callback (7d061b7).

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

coderabbitai bot commented Apr 16, 2024

Walkthrough

The primary change in this update involves upgrading the ethers library from version 6.6.2 to 6.13.2 in the package.json file. This version bump suggests enhancements such as bug fixes, performance tweaks, and potentially new features that could impact any code relying on the ethers package. Developers will need to review the new version's changelog to understand its implications for their projects.

Changes

Files Change Summary
package.json Updated ethers version from 6.6.2 to 6.13.2

Poem

In the garden of code, where the bytes bloom bright,
A hop to new ethers, what a delightful sight! 🌼
Bug fixes and features, all wrapped up tight,
A leap for the future, oh what a delight!
So let's dance through the updates, with joy in our hearts,
For each line of change is where magic starts! 🐇✨


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/ethers-6.x branch 2 times, most recently from 115ca07 to 35d852f Compare April 17, 2024 11:26
@renovate renovate bot changed the title chore(deps): update dependency ethers to v6.11.1 chore(deps): update dependency ethers to v6.12.0 Apr 17, 2024
@renovate renovate bot force-pushed the renovate/ethers-6.x branch 2 times, most recently from 8c0baa6 to 6e8cc29 Compare May 1, 2024 07:44
@renovate renovate bot changed the title chore(deps): update dependency ethers to v6.12.0 chore(deps): update dependency ethers to v6.12.1 May 1, 2024
@renovate renovate bot changed the title chore(deps): update dependency ethers to v6.12.1 chore(deps): update dependency ethers to v6.12.2 Jun 2, 2024
@renovate renovate bot changed the title chore(deps): update dependency ethers to v6.12.2 chore(deps): update dependency ethers to v6.13.0 Jun 4, 2024
@renovate renovate bot changed the title chore(deps): update dependency ethers to v6.13.0 chore(deps): update dependency ethers to v6.13.1 Jun 18, 2024
@renovate renovate bot changed the title chore(deps): update dependency ethers to v6.13.1 chore(deps): update dependency ethers to v6.13.2 Aug 14, 2024
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 967958c and 48b2ec4.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (1)
  • package.json (1 hunks)
Additional comments not posted (1)
package.json (1)

39-39: Verify compatibility with updated ethers version.

The ethers library has been updated to version 6.13.2. Ensure that all parts of the codebase using ethers are compatible with this version, and review the changelog for any breaking changes or new features that need to be addressed.

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.

0 participants