Closed renovate[bot] closed 1 year ago
This PR is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This PR was closed because it has been inactive for 7 days since being marked as stale.
Because you closed this PR without merging, Renovate will ignore this update (^6.0.4). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps
array of your Renovate config.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
This PR contains the following updates:
6.6.0
->6.7.1
Release Notes
ethers-io/ethers.js (ethers)
### [`v6.7.1`](https://togithub.com/ethers-io/ethers.js/blob/HEAD/CHANGELOG.md#ethersv671-2023-08-15-0308) [Compare Source](https://togithub.com/ethers-io/ethers.js/compare/v6.7.0...v6.7.1) - Prevent destroyed providers from emitting network detection errors ([7d41730](https://togithub.com/ethers-io/ethers.js/commit/7d4173049edc3b4ff2de1971c3ecca3b08588651)). - Fix VSCode reported lint issues ([#4153](https://togithub.com/ethers-io/ethers.js/issues/4153), [#4156](https://togithub.com/ethers-io/ethers.js/issues/4156), [#4158](https://togithub.com/ethers-io/ethers.js/issues/4158), [#4159](https://togithub.com/ethers-io/ethers.js/issues/4159); [4eb84da](https://togithub.com/ethers-io/ethers.js/commit/4eb84da865a82a27c5113c38102b6b710096958e), [203dfc3](https://togithub.com/ethers-io/ethers.js/commit/203dfc33b9c8e72c9cdfe0a349ac763ef17a4484)). - Add gasPrice to Polygon feeData for type 0 and type 1 legacy transactions ([#4315](https://togithub.com/ethers-io/ethers.js/issues/4315); [0df3ab9](https://togithub.com/ethers-io/ethers.js/commit/0df3ab93137039de1e1986bbfe9a5b32ceffa8a4)). ### [`v6.7.0`](https://togithub.com/ethers-io/ethers.js/blob/HEAD/CHANGELOG.md#ethersv670-2023-08-02-2352) [Compare Source](https://togithub.com/ethers-io/ethers.js/compare/v6.6.7...v6.7.0) - Fixed receipt wait not throwing on reverted transactions ([25fef4f](https://togithub.com/ethers-io/ethers.js/commit/25fef4f8d756f5bbf5a2a05e38233248a8eb43ac)). - Added custom priority fee to Optimism chain (via telegram) ([ff80b04](https://togithub.com/ethers-io/ethers.js/commit/ff80b04f31da21496e72d3687cecd1c01efaecc5)). - Add context to Logs that fail decoding due to ABI issues to help debugging ([f3c46f2](https://togithub.com/ethers-io/ethers.js/commit/f3c46f22994d194ff78b3b176407b2ecb7af1c77)). - Added new exports for FallbackProviderOptions and FetchUrlFeeDataNetworkPlugin ([#2828](https://togithub.com/ethers-io/ethers.js/issues/2828), [#4160](https://togithub.com/ethers-io/ethers.js/issues/4160); [b1dbbb0](https://togithub.com/ethers-io/ethers.js/commit/b1dbbb0de3f10a3d9e12d6a84ad5c52bea25c7f6)). - Allow overriding pollingInterval in JsonRpcProvider constructor (via discord) ([f42f258](https://togithub.com/ethers-io/ethers.js/commit/f42f258beb305a06e563ad16522f095a72da32eb)). - Fixed FallbackProvider priority sorting ([#4150](https://togithub.com/ethers-io/ethers.js/issues/4150); [78538eb](https://togithub.com/ethers-io/ethers.js/commit/78538eb100addd135d29e60c9fa4fed3946278fa)). - Added linea network to InfuraProvider and Network ([#4184](https://togithub.com/ethers-io/ethers.js/issues/4184), [#4190](https://togithub.com/ethers-io/ethers.js/issues/4190); [d3e5e2c](https://togithub.com/ethers-io/ethers.js/commit/d3e5e2c45b28c377f306091acfc024e30c49ef20)). - Added whitelist support to getDefaultProvider ([82bb936](https://togithub.com/ethers-io/ethers.js/commit/82bb936542e29c6441ac8dc2d3ebbdd4edb708ee)). - Add Polygon RPC endpoints to the default provider ([#3689](https://togithub.com/ethers-io/ethers.js/issues/3689); [23704a9](https://togithub.com/ethers-io/ethers.js/commit/23704a9c44d5857817e138fb19d44ce2103ca005)). - Added customizable quorum to FallbackProvider ([#4160](https://togithub.com/ethers-io/ethers.js/issues/4160); [8f0a509](https://togithub.com/ethers-io/ethers.js/commit/8f0a50921a12a866addcf5b0fabc576bfc287689)). - Added basic Gas Station support via a NetworkPlugin ([#2828](https://togithub.com/ethers-io/ethers.js/issues/2828); [229145d](https://togithub.com/ethers-io/ethers.js/commit/229145ddf566a962517588eaeed155734c7d4598)). - Add BNB URLs to EtherscanProvider networks ([ec39abe](https://togithub.com/ethers-io/ethers.js/commit/ec39abe067259fad4ea8607a6c5aece61890eb41)). - Added tests for JSON format ([#4248](https://togithub.com/ethers-io/ethers.js/issues/4248); [ba36079](https://togithub.com/ethers-io/ethers.js/commit/ba36079a285706694532ce726568c4c447acad47)). - Use empty string for unnamed parameters in JSON output instead of undefined ([#4248](https://togithub.com/ethers-io/ethers.js/issues/4248); [8c2652c](https://togithub.com/ethers-io/ethers.js/commit/8c2652c8cb4d054207d89688d30930869d9d3f8b)). - Return undefined for Contract properties that do not exist instead of throwing an error ([#4266](https://togithub.com/ethers-io/ethers.js/issues/4266); [5bf7b34](https://togithub.com/ethers-io/ethers.js/commit/5bf7b3494ed62952fc387b4368a0bdc86dfe163e)). ### [`v6.6.7`](https://togithub.com/ethers-io/ethers.js/blob/HEAD/CHANGELOG.md#ethersv667-2023-07-28-1450) [Compare Source](https://togithub.com/ethers-io/ethers.js/compare/v6.6.6...v6.6.7) - Prevent malformed logs from preventing other logs being decoded ([#4275](https://togithub.com/ethers-io/ethers.js/issues/4275); [0dca645](https://togithub.com/ethers-io/ethers.js/commit/0dca645632d73488bf6ad460e0d779361a537bbe)). - Allow visibility on human-readable constructors ([#4278](https://togithub.com/ethers-io/ethers.js/issues/4278); [3a52201](https://togithub.com/ethers-io/ethers.js/commit/3a52201fe2ba68a00105cca2c0901da5ffa18d6b)). ### [`v6.6.6`](https://togithub.com/ethers-io/ethers.js/blob/HEAD/CHANGELOG.md#ethersv666-2023-07-28-0114) [Compare Source](https://togithub.com/ethers-io/ethers.js/compare/v6.6.5...v6.6.6) - Better error message when passing invalid overrides object into a contract deployment ([#4182](https://togithub.com/ethers-io/ethers.js/issues/4182); [aa2ea3d](https://togithub.com/ethers-io/ethers.js/commit/aa2ea3d5296956fd0d40b83888e1ca053bb250ee)). ### [`v6.6.5`](https://togithub.com/ethers-io/ethers.js/blob/HEAD/CHANGELOG.md#ethersv665-2023-07-24-0004) [Compare Source](https://togithub.com/ethers-io/ethers.js/compare/v6.6.4...v6.6.5) - Reflect symbols in the Contract Proxy to target ([#4084](https://togithub.com/ethers-io/ethers.js/issues/4048); [ac2f5e5](https://togithub.com/ethers-io/ethers.js/commit/ac2f5e563b8ec0e91a931470eb6ea58b0c01fb3d)). - Allow arrays of address for indexed filter topics ([#4259](https://togithub.com/ethers-io/ethers.js/issues/4259); [93af87c](https://togithub.com/ethers-io/ethers.js/commit/93af87c447eeb77090e29bd940612603b3f74026)). - Fixed filter encoding for bytesX ([#4244](https://togithub.com/ethers-io/ethers.js/issues/4244); [fa3a883](https://togithub.com/ethers-io/ethers.js/commit/fa3a883ff7c88611ce766f58bdd4b8ac90814470)). - Fix JSON formatting for tuple arrays ([#4237](https://togithub.com/ethers-io/ethers.js/issues/4237); [a8bc49b](https://togithub.com/ethers-io/ethers.js/commit/a8bc49bdcf07a51b35f38cf209db27e116cc1a59)). - Better error messages when parsing fragment strings ([#4246](https://togithub.com/ethers-io/ethers.js/issues/4246); [e36b6c3](https://togithub.com/ethers-io/ethers.js/commit/e36b6c35b7bc777c9adbe0055b32b31a13185240)). - Include the missing fragment key and args when no matching Contract method or event is present ([#3809](https://togithub.com/ethers-io/ethers.js/issues/3809); [450a176](https://togithub.com/ethers-io/ethers.js/commit/450a176ee25f88a2ddb9ff23b153ef70bf1dc546)). - Prevent a single malformed event from preventing other Contract logs; reported on Discord ([b1375f4](https://togithub.com/ethers-io/ethers.js/commit/b1375f4e4463b856855ebc684b45945455ac082e)). ### [`v6.6.4`](https://togithub.com/ethers-io/ethers.js/blob/HEAD/CHANGELOG.md#ethersv664-2023-07-16-0035) [Compare Source](https://togithub.com/ethers-io/ethers.js/compare/v6.6.3...v6.6.4) - More robust support for Signatures with less standard parameter values ([#3835](https://togithub.com/ethers-io/ethers.js/issues/3835), [#4228](https://togithub.com/ethers-io/ethers.js/issues/4228); [a7e4048](https://togithub.com/ethers-io/ethers.js/commit/a7e4048fe3b75a743cec8c8ef2a5fad4bdc8b14c)). - Fixed CCIP-read in the EnsResolver ([#4221](https://togithub.com/ethers-io/ethers.js/issues/4221); [57f1e1c](https://togithub.com/ethers-io/ethers.js/commit/57f1e1c47148921148e35c10c83539531942923e)). - Skip checking confirmation count if confirms is 0 ([#4229](https://togithub.com/ethers-io/ethers.js/issues/4229), [#4242](https://togithub.com/ethers-io/ethers.js/issues/4242); [492919d](https://togithub.com/ethers-io/ethers.js/commit/492919d14f646c630f29e1596e5564df1e51f309)). - Fixed waiting for confirmations in deployment transactions ([#4212](https://togithub.com/ethers-io/ethers.js/issues/4212), [#4230](https://togithub.com/ethers-io/ethers.js/issues/4230); [43c253a](https://togithub.com/ethers-io/ethers.js/commit/43c253a402f52a08353c424f6c4e236836cfaf36)). ### [`v6.6.3`](https://togithub.com/ethers-io/ethers.js/blob/HEAD/CHANGELOG.md#ethersv663-2023-07-11-2055) [Compare Source](https://togithub.com/ethers-io/ethers.js/compare/v6.6.2...v6.6.3) - Throw more desscriptive error for unconfigured ENS name contract targets ([#4213](https://togithub.com/ethers-io/ethers.js/issues/4213); [80f62ef](https://togithub.com/ethers-io/ethers.js/commit/80f62efc41c3a29e690af40a1976928b7f886a0e)). - Fixed contract once not running stop callback ([7d061b7](https://togithub.com/ethers-io/ethers.js/commit/7d061b786f72cbfc461bf80d139d10aeff533a6e)). ### [`v6.6.2`](https://togithub.com/ethers-io/ethers.js/blob/HEAD/CHANGELOG.md#ethersv662-2023-06-27-2330) [Compare Source](https://togithub.com/ethers-io/ethers.js/compare/v6.6.1...v6.6.2) - Wider error detection for call exceptions on certain backends ([#4154](https://togithub.com/ethers-io/ethers.js/issues/4154), [#4155](https://togithub.com/ethers-io/ethers.js/issues/4155); [9197f9f](https://togithub.com/ethers-io/ethers.js/commit/9197f9f938b5f3b5f97c043f2dab06854656c932)). - Added wider error deetection for JSON-RPC unsupported operation ([#4162](https://togithub.com/ethers-io/ethers.js/issues/4162); [1dc8986](https://togithub.com/ethers-io/ethers.js/commit/1dc8986a33be9dce536b24189326cbfaabf1342e)). - Fixed formatUnits and parseUnits for values over 128 bits ([#4037](https://togithub.com/ethers-io/ethers.js/issues/4037), [#4133](https://togithub.com/ethers-io/ethers.js/issues/4133); [3d141b4](https://togithub.com/ethers-io/ethers.js/commit/3d141b44b528f52b3c9205125b64ce342f91643c)). ### [`v6.6.1`](https://togithub.com/ethers-io/ethers.js/blob/HEAD/CHANGELOG.md#ethersv661-2023-06-23-0035) [Compare Source](https://togithub.com/ethers-io/ethers.js/compare/v6.6.0...v6.6.1) - Fixed CCIP read in contract calls ([#4043](https://togithub.com/ethers-io/ethers.js/issues/4043); [d51e3fb](https://togithub.com/ethers-io/ethers.js/commit/d51e3fbff43c31d88353ac71151626312d22c0b9), [857aa8c](https://togithub.com/ethers-io/ethers.js/commit/857aa8ccc30f25eda8e83dcac3e0ad2c1a5ce2b3)).Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» 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.
This PR has been generated by Mend Renovate. View repository job log here.