Skip to content

Update dependency ethers to v6.16.0#208

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/ethers-6.x-lockfile
Open

Update dependency ethers to v6.16.0#208
renovate[bot] wants to merge 1 commit intomainfrom
renovate/ethers-6.x-lockfile

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 11, 2023

This PR contains the following updates:

Package Change Age Confidence
ethers (source) 6.7.16.16.0 age confidence

Release Notes

ethers-io/ethers.js (ethers)

v6.16.0

Compare Source

  • Added utility method to split EIP-7594 BLOb proofs into its cells (88dfe96).

v6.15.0

Compare Source

  • Allow non-canonical S values in Signatures moving errors to access-time (#​5013; 9944ec9).

v6.14.4

Compare Source

  • Fixed serialization of EIP-7702 transactions with leading 0-bytes (#​4916; 389dc03).

v6.14.3

Compare Source

  • Fixed non-normalized yParity on EIP-7702 JSON-RPC responses (#​4985; a8803ca).

v6.14.2

Compare Source

v6.14.1

Compare Source

  • Fix JSON-RPC authorizationList signature entries encoded as DATA instead of QUANTITY values (#​4916; 135db72).

v6.14.0

Compare Source

  • Remove BlockscoutProvider temporarily until custom error issues are fixed (805a8b3).

v6.13.7

Compare Source

  • Fix FallbackProvider coalescing call exceptions when backends return slightly different error message (268a0ac).

v6.13.6

Compare Source

  • Implicitly use EIP-7702 if authorizationList is given and non-empty (#​4961; e7c1bdf).
    • Initial EIP-7702 support (#​4916; db490e1).
    • Added support for to override fetch init options in the Browser (#​3895; 844ae68).
    • Added EIP-6963 discovery to BrowserProvider (f5469dd).
    • Merge: e5036e7 158f5d0 Merge branch 'main' into wip-v6.14 (e7165a6).
    • tests: squelch the noisy runtime console API event in browser tests (79428fd).
    • tests: added faucet key environment for browser CI tests (27d42af).
    • tests: better runtime exception output for browser tests (0beed25).
    • tests: added more debug endpoints to browser tests (33bbf66).
    • tests: added JSON-RPC tests to web browser CI (1c0c23c).
    • tests: added browser tests for sending (afd613a).
    • tests: debugging browser tests failing to launch (d1baa74).
    • tests: fix assert call for browser assert (1806bbd).
    • tests: inlcude more node tests in the browser tests (92fd5d1).
    • tests: move more tests to dev network (996f30c).
    • tests: debugging CI browser failure (ce7212d).
    • tests: debugging CI browser failure (f1821a6).
    • tests: debugging CI browser failure (cc9119c).
    • tests: debugging CI browser failure (3ac33f9).
    • tests: debugging CI browser failure (25b11ee).
    • tests: debug CI failing (3bcbcae).
    • tests: added circular support to browser-safe inspect (3854b39).
    • tests: added browser-safe inspect for tests (e299a31).
    • tests: fix for browser CI tests (74a68bc).
    • tests: adding debug info to local JsonPrcProvider (c508538).
    • tests: temporarily remove QuickNode (499ed8c).
    • Accept modern KZG library API while exposing legacy API (#​4841; e5036e7).
    • Added CommunityResourcable to exports (#​4776; bca8d1b).

v6.13.5

Compare Source

  • Use local dev net for testing Typed API to prevent tests getting throttled (7654ee3).
    • Fixed bad logic for searching prefetched transactions by hash (#​4868; ef3c9bc).
    • Add newline delimiter to IPC providers for broader support (#​4847; 474a8de).

v6.13.4

Compare Source

v6.13.3

Compare Source

  • Allow CCIP-read to continue during low-level fetch failures (#​4842; 1c31f95).

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

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot force-pushed the renovate/ethers-6.x-lockfile branch 2 times, most recently from cd2d717 to 11471d4 Compare October 21, 2023 01:46
@renovate renovate bot force-pushed the renovate/ethers-6.x-lockfile branch from 11471d4 to 42d4b7b Compare October 23, 2023 20:14
@renovate renovate bot changed the title Update dependency ethers to v6.8.0 Update dependency ethers to v6.8.1 Nov 1, 2023
@renovate renovate bot force-pushed the renovate/ethers-6.x-lockfile branch 2 times, most recently from 07c2bf4 to 55fb7e2 Compare November 4, 2023 03:19
@renovate renovate bot force-pushed the renovate/ethers-6.x-lockfile branch 2 times, most recently from 1e6b8e2 to e1b2b31 Compare November 18, 2023 00:25
@renovate renovate bot force-pushed the renovate/ethers-6.x-lockfile branch from e1b2b31 to bb1d8e6 Compare November 20, 2023 21:46
@renovate renovate bot changed the title Update dependency ethers to v6.8.1 Update dependency ethers to v6.9.0 Nov 27, 2023
@renovate renovate bot force-pushed the renovate/ethers-6.x-lockfile branch 3 times, most recently from f0031ab to 10a3d3c Compare December 2, 2023 13:01
@renovate renovate bot force-pushed the renovate/ethers-6.x-lockfile branch 2 times, most recently from dc70234 to f22fa8b Compare December 10, 2023 13:32
@renovate renovate bot force-pushed the renovate/ethers-6.x-lockfile branch from f22fa8b to 6e89884 Compare December 16, 2023 04:45
@renovate renovate bot changed the title Update dependency ethers to v6.9.0 Update dependency ethers to v6.9.1 Dec 20, 2023
@renovate renovate bot force-pushed the renovate/ethers-6.x-lockfile branch from 6e89884 to 1f5b228 Compare December 20, 2023 09:32
@renovate renovate bot changed the title Update dependency ethers to v6.9.1 Update dependency ethers to v6.9.2 Jan 3, 2024
@renovate renovate bot force-pushed the renovate/ethers-6.x-lockfile branch from 1f5b228 to e7e21c4 Compare January 3, 2024 04:51
@renovate renovate bot force-pushed the renovate/ethers-6.x-lockfile branch from e7e21c4 to ec525e3 Compare January 13, 2024 02:08
@renovate renovate bot changed the title Update dependency ethers to v6.9.2 Update dependency ethers to v6.10.0 Jan 13, 2024
@renovate renovate bot force-pushed the renovate/ethers-6.x-lockfile branch 4 times, most recently from f3696b7 to d4441a4 Compare January 17, 2024 13:09
@renovate renovate bot force-pushed the renovate/ethers-6.x-lockfile branch 2 times, most recently from 43d2832 to b2739f0 Compare February 9, 2024 04:00
@renovate renovate bot changed the title Update dependency ethers to v6.10.0 Update dependency ethers to v6.11.0 Feb 9, 2024
@renovate renovate bot force-pushed the renovate/ethers-6.x-lockfile branch from b2739f0 to 7d5cefb Compare February 14, 2024 18:59
@renovate renovate bot force-pushed the renovate/ethers-6.x-lockfile branch 2 times, most recently from 6e84144 to a2f0871 Compare May 12, 2024 06:12
@renovate renovate bot force-pushed the renovate/ethers-6.x-lockfile branch from a2f0871 to feed83e Compare May 22, 2024 21:49
@renovate renovate bot force-pushed the renovate/ethers-6.x-lockfile branch from feed83e to a2c736e Compare June 2, 2024 17:28
@renovate renovate bot changed the title Update dependency ethers to v6.12.1 Update dependency ethers to v6.12.2 Jun 2, 2024
@renovate renovate bot force-pushed the renovate/ethers-6.x-lockfile branch 2 times, most recently from 2d5cb64 to 5934100 Compare June 4, 2024 06:23
@renovate renovate bot changed the title Update dependency ethers to v6.12.2 Update dependency ethers to v6.13.0 Jun 4, 2024
@renovate renovate bot force-pushed the renovate/ethers-6.x-lockfile branch 3 times, most recently from f7f7fe6 to 3ad6ea5 Compare June 11, 2024 09:11
@renovate renovate bot force-pushed the renovate/ethers-6.x-lockfile branch from 3ad6ea5 to 3ff3d41 Compare June 18, 2024 08:25
@renovate renovate bot changed the title Update dependency ethers to v6.13.0 Update dependency ethers to v6.13.1 Jun 18, 2024
@renovate renovate bot force-pushed the renovate/ethers-6.x-lockfile branch from 3ff3d41 to ca43861 Compare June 20, 2024 23:12
@renovate renovate bot force-pushed the renovate/ethers-6.x-lockfile branch from ca43861 to ea82d32 Compare July 2, 2024 01:58
@renovate renovate bot force-pushed the renovate/ethers-6.x-lockfile branch 2 times, most recently from 6c0c122 to a92dc38 Compare July 13, 2024 15:18
@renovate renovate bot force-pushed the renovate/ethers-6.x-lockfile branch 2 times, most recently from bc3e82e to 0b9d72a Compare July 25, 2024 23:22
@renovate renovate bot changed the title Update dependency ethers to v6.13.1 Update dependency ethers to v6.13.2 Jul 25, 2024
@renovate renovate bot force-pushed the renovate/ethers-6.x-lockfile branch from 0b9d72a to 1797cd3 Compare August 1, 2024 01:52
@renovate renovate bot force-pushed the renovate/ethers-6.x-lockfile branch 2 times, most recently from 9799892 to 385055d Compare September 16, 2024 18:44
@renovate renovate bot force-pushed the renovate/ethers-6.x-lockfile branch 5 times, most recently from be97dd2 to 8a98725 Compare September 26, 2024 21:32
@renovate renovate bot force-pushed the renovate/ethers-6.x-lockfile branch from 8a98725 to e3a3dee Compare October 1, 2024 03:58
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