nucypher / taco-web

🌮 A TypeScript client for TACo (Threshold Access Control)
https://docs.threshold.network/app-development/threshold-access-control-tac
GNU General Public License v3.0
14 stars 22 forks source link

chore(deps): bump ethers from 5.7.2 to 6.10.0 #464

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps ethers from 5.7.2 to 6.10.0.

Release notes

Sourced from ethers's releases.

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).
  • Merge: 9a4b7534 0c9c23b0 Merge branch 'v5.8-progress' (cd5f0fe).
  • Allow more loose input format for RLP encoder (#4402; 9a4b753).
  • Update to latest noble crypto libraries (#3975; b27faa0).
  • More robust configuration options for FetchRequest getUrl functions (#4353; 9541f2f).
  • Ignore blockTag when calling Etherscan if it is the default block tag (dcea9b3).

ethers/v6.7.1 (2023-08-15 03:42)

ethers/v6.7.0 (2023-08-03 00:28)

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

... (truncated)

Changelog

Sourced from ethers's changelog.

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

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-10 22:42)

  • 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).
  • Merge: 9a4b7534 0c9c23b0 Merge branch 'v5.8-progress' (cd5f0fe).
  • Allow more loose input format for RLP encoder (#4402; 9a4b753).
  • Update to latest noble crypto libraries (#3975; b27faa0).
  • More robust configuration options for FetchRequest getUrl functions (#4353; 9541f2f).
  • Ignore blockTag when calling Etherscan if it is the default block tag (dcea9b3).

ethers/v6.7.1 (2023-08-15 03:08)

... (truncated)

Commits
  • 1b4debd Limit decoded result imflation ratio from ABI-encoded data (#4537).
  • 6017d3d admin: updated dist files
  • ccac24a Fix Base58 padding for string representation of binary data (#4527).
  • f6d155c admin: update dist files
  • 1802215 Fix uncatchable issue when sending transactions over JSON-RPC and provide som...
  • 6ee1a5f docs: Fixed some grammar in getting-started (#4486, #4487, #4488)
  • 98910ba admin: update changelog after build-clean
  • d60dfc1 admin: updated dist files
  • f8f11c7 Use provider-specified suggested priority fee when available, otherwise fallb...
  • 4681b83 Add auto-detected static network support to providers and allow customizing s...
  • 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 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)
netlify[bot] commented 7 months ago

Deploy Preview for taco-demo failed.

Name Link
Latest commit f12eb226625b8a708481dd9e3fdebe0defc44190
Latest deploy log https://app.netlify.com/sites/taco-demo/deploys/65a5707e4e619b00084aa7f9
netlify[bot] commented 7 months ago

Deploy Preview for taco-nft-demo failed.

Name Link
Latest commit f12eb226625b8a708481dd9e3fdebe0defc44190
Latest deploy log https://app.netlify.com/sites/taco-nft-demo/deploys/65a5707e81ccae0009d8b5f9
piotr-roslaniec commented 7 months ago

@dependabot ignore this major version

dependabot[bot] commented 7 months ago

OK, I won't notify you about version 6.x.x again, unless you re-open this PR.