Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 30, 2021

Bumps ethers from 5.0.17 to 5.4.6.

Release notes

Sourced from ethers's releases.

ethers/v5.4.6 (2021-08-27 15:34)

  • Temporarily remove the block miner for clique-based networks from CI testing. (#1967; 8320d53)
  • More readable errors involving Uint8Arrays. (b6a061e)
  • Added Deferred Error support to Description objects to extent Interface parse methods. (#1894; a662490)
  • Fix address coder to prepare non-hexdatastring addresses as hexdatastring. (#1906; 017b1fe)
  • Removed temporary code for better errors needed until Alchemy added EIP-1559 support. (#1893; accb852)

Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-jaqCQEyTaqkzVimN6ycsv5kLSWUSF2ONLspf9q2ETyrm6vav2RnRxhxik5dPc3zP"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.4.6.umd.min.js">
</script>

ethers/v5.4.5 (2021-08-18 03:05)

  • Fxied getBlockWithTransactions results (1858). (78e4273)

Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-NvZDg6ALAelzcNNdjR3jfJwpEPg50zAPV5PB5BV1zx/+KF48DYHNKeUCllqDNjKj"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.4.5.umd.min.js">
</script>

ethers/v5.4.4 (2021-08-04 01:37)

  • Fixed Etherscan API key in default provider. (#1807; 1d27d95)
  • Adjust default masPriorityFeePerGas to account for MEV-heavy blocks. (#1817; 7175e2e)

Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-+zmUPvri3U8M4vN+Wf/Hp9TW5FZAEnEBnyiQ5/nJm/Bm5GjzrLGiDt36mx2uIVmr"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.4.4.umd.min.js">
</script>

ethers/v5.4.3 (2021-07-29 23:26)

  • Fixed JsonRpcProvider for pre-EIP-2930 chains. (#1766; 7274cd0)
  • Forward some missing EIP-1559 fields to call and estimateGas. (#1766; be3854e)

... (truncated)

Changelog

Sourced from ethers's changelog.

ethers/v5.4.6 (2021-08-27 15:34)

  • Temporarily remove the block miner for clique-based networks from CI testing. (#1967; 8320d53)
  • More readable errors involving Uint8Arrays. (b6a061e)
  • Added Deferred Error support to Description objects to extent Interface parse methods. (#1894; a662490)
  • Fix address coder to prepare non-hexdatastring addresses as hexdatastring. (#1906; 017b1fe)
  • Removed temporary code for better errors needed until Alchemy added EIP-1559 support. (#1893; accb852)

ethers/v5.4.5 (2021-08-18 03:05)

  • Fxied getBlockWithTransactions results (1858). (78e4273)

ethers/v5.4.4 (2021-08-04 01:37)

  • Fixed Etherscan API key in default provider. (#1807; 1d27d95)
  • Adjust default masPriorityFeePerGas to account for MEV-heavy blocks. (#1817; 7175e2e)

ethers/v5.4.3 (2021-07-29 23:26)

  • Fixed JsonRpcProvider for pre-EIP-2930 chains. (#1766; 7274cd0)
  • Forward some missing EIP-1559 fields to call and estimateGas. (#1766; be3854e)
  • Fixed possible UnhandledPromiseException for bad ENS names. (63f8b28)
  • Prevent overriding value for non-payble constructors. (#1785; 593b488)

ethers/v5.4.2 (2021-07-23 17:22)

  • Fix test case for new transactions responses. (0aafca7)
  • Added matic support to INFURA and Alchemy. (#1546; 576e9b5)
  • Added string change to coalesce errors on some clients. (bc5cc2e)
  • Added wait to transactions returned by getBlockWithTransactions. (#971; 660e69d)
  • Fixed floor, ceiling and round for FixedNumber for non-default Formats. (#1749; 551cfa0)
  • Fixed null confirmations in Wallet transaction. (#1706; 0f0d0c0)
  • Fixed Etherscan string change and enabled all tests. (a1f8d18)

ethers/v5.4.1 (2021-07-02 01:47)

  • Added Pocket back into Homestead defaultProvider and skip certain EtherscanProvider tests affected by outage. (6e8a39e)
  • Fixed EtherscanProvider NONCE_EXPIRED matching string update. (ecae793)
  • Fixed explicit EIP-1559 keys for JsonRpcSigner. (72feee8)

ethers/v5.4.0 (2021-06-26 01:50)

... (truncated)

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

Bumps [ethers](https://github.com/ethers-io/ethers.js/tree/HEAD/packages/ethers) from 5.0.17 to 5.4.6.
- [Release notes](https://github.com/ethers-io/ethers.js/releases)
- [Changelog](https://github.com/ethers-io/ethers.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ethers-io/ethers.js/commits/v5.4.6/packages/ethers)

---
updated-dependencies:
- dependency-name: ethers
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 30, 2021
@vercel
Copy link

vercel bot commented Aug 30, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/split-fi/split-interface/DhDTFiCws7H5LKD9nhwnFVDRhDB1
✅ Preview: Failed

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 20, 2021

Superseded by #202.

@dependabot dependabot bot closed this Sep 20, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/protocol/ethers-5.4.6 branch September 20, 2021 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant