ceramic-anchor-service
ceramic-anchor-service copied to clipboard
chore(deps): bump ethers from 5.7.2 to 6.7.1
Bumps ethers from 5.7.2 to 6.7.1.
Release notes
Sourced from ethers's releases.
ethers/v6.7.1 (2023-08-15 03:42)
- Prevent destroyed providers from emitting network detection errors (7d41730).
- Fix VSCode reported lint issues (#4153, #4156, #4158, #4159; 4eb84da, 203dfc3).
- Add gasPrice to Polygon feeData for type 0 and type 1 legacy transactions (#4315; 0df3ab9).
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).
ethers/v6.6.7 (2023-07-28 15:18)
- Prevent malformed logs from preventing other logs being decoded (#4275; 0dca645).
- Allow visibility on human-readable constructors (via telegram) (3a52201).
ethers/v6.6.6 (2023-07-28 02:21)
- Better error message when passing invalid overrides object into a contract deployment (#4182; aa2ea3d).
ethers/v6.6.5 (2023-07-24 01:29)
- Reflect symbols in the Contract Proxy to target (#4048; 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).
ethers/v6.6.4 (2023-07-16 00:53)
- More robust support for Signatures with less standard parameter values (#3835, #4228; a7e4048).
- Fixed CCIP-read in the EnsResolver (#4221; 57f1e1c).
- Skip checking confirmation count if confirms is 0 (#4229, #4242; 492919d).
- Fixed waiting for confirmations in deployment transactions (#4212, #4230; 43c253a).
ethers/v6.6.3 (2023-07-11 20:55)
- Throw more desscriptive error for unconfigured ENS name contract targets (#4213; 80f62ef).
- Fixed contract once not running stop callback (7d061b7).
ethers/v6.6.2 (2023-06-27 23:60)
... (truncated)
Changelog
Sourced from ethers's changelog.
ethers/v6.7.1 (2023-08-15 03:08)
- Prevent destroyed providers from emitting network detection errors (7d41730).
- Fix VSCode reported lint issues (#4153, #4156, #4158, #4159; 4eb84da, 203dfc3).
- Add gasPrice to Polygon feeData for type 0 and type 1 legacy transactions (#4315; 0df3ab9).
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).
ethers/v6.6.7 (2023-07-28 14:50)
- Prevent malformed logs from preventing other logs being decoded (#4275; 0dca645).
- Allow visibility on human-readable constructors (#4278; 3a52201).
ethers/v6.6.6 (2023-07-28 01:14)
- Better error message when passing invalid overrides object into a contract deployment (#4182; aa2ea3d).
ethers/v6.6.5 (2023-07-24 00:04)
- 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).
ethers/v6.6.4 (2023-07-16 00:35)
... (truncated)
Commits
7d41730Prevent destroyed providers from emitting network detection errors.30d3d6eadmin: updated dist files71606b5docs: remove beta target in getting started docs (#4147)4d2e1ffdocs: added solidity packed functions to migration docs (#4289)203dfc3Fixed VSCode lint vs tsc discrepency (#4153, #4156, #4158, #4159).4eb84daFix VSCode reported lint issues (#4153, #4156, #4158, #4159).609e2f5admin: updated devDependency semver2710077docs: add title for socket providers section0df3ab9Add gasPrice to Polygon feeData for type 0 and type 1 legacy transactions (#4...b4fb1a1docs: fixed typo in error message (#4306)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.