Skip to content
This repository was archived by the owner on Aug 9, 2021. It is now read-only.

Conversation

@dependabot-preview
Copy link
Contributor

Bumps @ethersproject/wallet from 5.0.2 to 5.0.8.

Release notes

Sourced from @ethersproject/wallet's releases.

ethers/v5.0.8 (2020-08-04 20:55)


Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-VdCv2iQkvQgOtRBysKb+Fm3b9feRD5z/ggtd9msExhEXGqWzw6f/pSHrh1JwAiwZ"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.0.8.umd.min.js"></script>

ethers/v5.0.7 (2020-07-20 02:22)


Embedding UMD with SRI:

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

ethers/v5.0.6 (2020-07-16 05:54)

  • Removed unnecessary dependency from BigNumber. (#951; 78b350b)
  • Longer Etherscan throttle slot interval. (9f20258)
  • Fixed ENS overrides for the default provider. (#959; 63dd3d4)
  • Added Retry-After support and adjustable slot interval to fetchJson. (7d43545)
  • Added initial throttling support. (#139, #904, #926; 88c7eae)
  • Use status code 1000 on WebSocket hangup for compatibility. (588f64c)
  • Updated WebSocketProvider to use web-style event listener API. (57fd6f0)
  • Normalize formatUnits to simplified decimals. (79b1da1)
  • Prevent zero-padding on Solidity type lengths. (e128bfc)
  • Set sensible defaults for INFURA and AlchemyAPI getWebSocketProvider methods. (e3d3e60)
  • Added logger assert methods. (619a888)
  • Added initial code coverage testing. (0c1d55b)
  • Added destroy to WebSocketProvider. (d0a79c6)
  • Updated packages (security updates). (c660176)

Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-bGyQrmMRrzXQ9eGLai4Ih/i9vKaln27v6Yskj4Hq4aYDvS7uBJrMMEGydeAZiMK6"
</tr></table> ... (truncated)
Changelog

Sourced from @ethersproject/wallet's changelog.

ethers/v5.0.22 (2020-11-23 03:42)

  • Add ABI coder function to compute default values. (#1101; a8e3380)
  • Fix for new versions of Geth which return formatted data on revert rather than standard data. (#949; 4a8d579)
  • Addd missing sideEffects flag to some packages. (20defec)
  • Allow base-10 to be passed into BigNumbner.toString and improve errors for other radices. (#1164; c8bb77d, #1164; fbbe4ad)
  • Allow private keys to Wallet to omit the 0x prefix. (#1166; 29f6c34)

ethers/v5.0.21 (2020-11-19 18:52)

  • Force address to use bignumber package with base36 private functions. (#1163; c9e5480)
  • Remove stray console.log in hardware wallets. (#1136; cc63e61)
  • Added some funding links for the sponsor button. (2816850)
  • Remove invalid pkg.module reference. (#1133; cddc258)

ethers/v5.0.20 (2020-11-17 20:32)

ethers/v5.0.19 (2020-10-22 21:55)

  • Allow 0x as a numeric value for 0 in Provider formatter. (#1104; fe17a29)
  • Use POST for long requests in EtherscanProvider. (#1093; 28f60d5)
  • Added verifyTypedData for EIP-712 typed data. (#687; 550ecf2, a21202c)

ethers/v5.0.18 (2020-10-19 01:26)

ethers/v5.0.17 (2020-10-07 20:08)

  • Better error message for parseUnits of non-strings. (#981; 5abc2f3)
  • Add gzip support to AlchemyProivder and InfuraProvider fetching. (#1085; 38a068b)
  • Add gzip support to getUrl in node. (#1085; 65772a8)
  • Added CommunityResourcable to mark Providers as highly throttled. (a022093)
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)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@codecov-io
Copy link

codecov-io commented Nov 23, 2020

Codecov Report

Merging #933 (4a6c1b4) into develop (cd3ef8f) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #933   +/-   ##
========================================
  Coverage    80.89%   80.89%           
========================================
  Files           18       18           
  Lines         1780     1780           
  Branches       383      383           
========================================
  Hits          1440     1440           
  Misses         278      278           
  Partials        62       62           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cd3ef8f...4a6c1b4. Read the comment docs.

@dependabot-preview
Copy link
Contributor Author

Superseded by #937.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/develop/ethersproject/wallet-5.0.8 branch November 30, 2020 09:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants