Skip to content

Update dependency ethers to v5.8.0#24

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ethers-5.x
Open

Update dependency ethers to v5.8.0#24
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ethers-5.x

Conversation

@renovate

@renovate renovate Bot commented Oct 20, 2021

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
ethers (source) 5.4.75.8.0 age confidence

Release Notes

ethers-io/ethers.js (ethers)

v5.8.0: ethers/v5.8.0 (2025-02-25 19:15) [legacy version]

Compare Source

This is a security update for the legacy Ethers v5 branch, addressing two security fixes.

For those that wish to audit the specific changes in the the bundled version between v5.7 and v5.8, see this gist.

Changes
  • Updated to latest elliptic library to fix audit warnings. (f8deaae)
  • Added ENS to Sepolia. (0065547)
  • Bump ws package version to address DoS security concern. (#​4791; f345816)
  • Added modern networks, updated third-party backend URLs and added QuickNode. (#​3935, #​4010; f7c813d)

Embedding UMD with SRI:

<script type="text/javascript"
  integrity="sha384-KpyAXoFibPIUEi79EsnN1EtEWCCrOQ8MtGsa4IrVxeZo514PYarFXujnjyu0DzgC"
  crossorigin="anonymous"
  src="https://cdnjs.cloudflare.com/ajax/libs/ethers/5.8.0/ethers.umd.min.js">
</script>

v5.7.2: ethers/v5.7.2 (2022-10-19 04:19)

Compare Source


Embedding UMD with SRI:

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

v5.7.1: ethers/v5.7.1 (2022-09-13 21:28)

Compare Source


Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-RG8QV/8Pwe52alIcSWxFpA7GbD1/mIxUAQA5PeEDh5EnTyJiWhIvYfw5RYBIz8DQ"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.7.1.umd.min.js">
</script>

v5.7.0: ethers/v5.7.0 (2022-08-18 16:17)

Compare Source


Embedding UMD with SRI:

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

v5.6.9: ethers/v5.6.9 (2022-06-17 14:44)

Compare Source

  • Removed Ankr for Ropsten default provider; the merge seems to have broke it. (3790671)
  • Fix NonceManager for increment 0 and provided nonce. (#​3062, #​3085; 0a28679)
  • Fixed topic filters for numeric types with string values. (#​3013; 0078e02)

Embedding UMD with SRI:

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

v5.6.8: ethers/v5.6.8 (2022-05-24 11:50)

Compare Source


Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-HylgU+iVrVfHivfdkJGhzBJmBxfXLECLZzB2HEiL6bU7GwQH+Xnf/lEDZpNbWs9C"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.6.8.umd.min.js">
</script>

v5.6.7: ethers/v5.6.7 (2022-05-20 19:11)

Compare Source


Embedding UMD with SRI:

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

v5.6.6: ethers/v5.6.6 (2022-05-12 17:29)

Compare Source


Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-aYbelA/Ptk4xbBWv+CrZGR4bFtfdsUgXeWNCIKloTT769EAtwGS81FYbgbnbRP3r"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.6.6.umd.min.js">
</script>

v5.6.5: ethers/v5.6.5 (2022-05-01 02:10)

Compare Source


Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-HDtKXW/WGUPp3+NyVJAJ7Uocm4RHhHnupa1pgV6m+G8JSFlL5wCphMFvwkPhdaTo"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.6.5.umd.min.js">
</script>

v5.6.4: ethers/v5.6.4 (2022-04-13 16:56)

Compare Source


Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-Y3akzp1SirJeIbvoXIqJpwsCXex0qqH9sYkn3YBk5V+eFg6UjDOL3+SuzFDBoehq"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.6.4.umd.min.js">
</script>

v5.6.3: ethers/v5.6.3 (2022-04-13 00:23)

Compare Source


Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-FdKjh3/99hRuPi1kjKQCoVDxcqDyadFCzn+0eGRqlRDfCfu34dUIvARvD1GetdRk"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.6.3.umd.min.js">
</script>

v5.6.2: ethers/v5.6.2 (2022-03-25 17:56)

Compare Source

  • Fixed left-padding in arrayify. (#​2833; e192903)
  • More robust JSON-RPC error handling for reverted executions. (#​2603; 9d9b14b)
  • Added IPNS support for ENS contenthash. (e70f3fe)
  • Added initial AnkrProvider (96de581)

Embedding UMD with SRI:

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

v5.6.1: ethers/v5.6.1 (2022-03-16 01:25)

Compare Source


Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-gpTMxPzzvJTTqvtQYTKNpUG2OF+R5E8zdloHZvHIh+fw0lwlsStx33A86eG4WKve"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.6.1.umd.min.js">
</script>

v5.6.0: ethers/v5.6.0 (2022-03-09 14:57)

Compare Source


Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-9yTnv56yzVfnTq5ivTdc/x0dgp+W1JPRborbGbrr8lAvXBP/W83A08rvYb2hIs6O"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.6.0.umd.min.js">
</script>

v5.5.4: ethers/v5.5.4 (2022-01-24 16:45)

Compare Source


Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-Jk2KQmxNIrlZNY8bE1bEnOjnx9PkvpwWgH/MEBCK+gpks+KdtHLnr2RzmMseDrGh"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.5.4.umd.min.js">
</script>

v5.5.3: ethers/v5.5.3 (2022-01-06 03:52)

Compare Source


Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-9YjKsdXMXrDGpJr2BHBh4/Ho+T0N760c/6CNf9rTk8PVPu51rpSgiQONc8II24HF"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.5.3.umd.min.js">
</script>

v5.5.2: ethers/v5.5.2 (2021-11-30 19:16)

Compare Source

  • Fixed test case for getAvatar; url has moved (617714d)
  • Added basic redirect support. (42784b8)
  • Added arbitrum and optimism to networks and providers. (#​2335; 0844de4)
  • Added support for data URLs for avatar metadata. (b8391b0)
  • Fixed getAvatar for unconfigured ENS names. (1e1c93e)

Embedding UMD with SRI:

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

v5.5.1: ethers/v5.5.1 (2021-10-20 03:59)

Compare Source


Embedding UMD with SRI:

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

v5.5.0: ethers/v5.5.0 (2021-10-19 00:01)

Compare Source


Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-B0/+vAZvVIFYnN5Jy/sN0OJZd7ai9oCi69Xw8kjMkRDDHPoQpGMYOwcN+fp8OLSw"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.5.0.umd.min.js">
</script>

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/ethers-5.x branch from d2ca0c2 to 4bb7415 Compare October 20, 2021 09:53
@renovate renovate Bot changed the title Update dependency ethers to v5.5.0 Update dependency ethers to v5.5.1 Oct 20, 2021
@renovate renovate Bot force-pushed the renovate/ethers-5.x branch 15 times, most recently from 02bef71 to 0353f4f Compare October 26, 2021 13:41
@renovate renovate Bot force-pushed the renovate/ethers-5.x branch 7 times, most recently from 06168e0 to d1674c0 Compare November 3, 2021 21:31
@renovate renovate Bot force-pushed the renovate/ethers-5.x branch 6 times, most recently from dd7e70c to 4752964 Compare November 11, 2021 22:43
@renovate renovate Bot force-pushed the renovate/ethers-5.x branch 9 times, most recently from 6127039 to 2831145 Compare December 1, 2021 19:46
@renovate renovate Bot changed the title Update dependency ethers to v5.5.1 Update dependency ethers to v5.5.2 Dec 1, 2021
@renovate renovate Bot force-pushed the renovate/ethers-5.x branch 8 times, most recently from 59468af to 4704afd Compare December 7, 2021 22:07
@renovate renovate Bot force-pushed the renovate/ethers-5.x branch 7 times, most recently from cf9381b to 6c47ee9 Compare December 16, 2021 00:44
@renovate renovate Bot force-pushed the renovate/ethers-5.x branch 3 times, most recently from 397db2d to 7214d65 Compare December 21, 2021 02:26

@damianczer damianczer left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant