oceanprotocol / uploader.js

OCEAN Decentralized Backend Storage js Library
Apache License 2.0
1 stars 0 forks source link

Bump ethers from 6.6.7 to 6.7.1 #43

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps ethers from 6.6.7 to 6.7.1.

Release notes

Sourced from ethers's releases.

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

Sourced from ethers's changelog.

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

ethers/v6.7.0 (2023-08-02 23:52)

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


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)