3box / 3box-js

3Box JavaScript SDK: User identities, storage, messaging
MIT License
207 stars 65 forks source link

chore(deps): bump @ethersproject/wallet from 5.0.2 to 5.3.0 #977

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps @ethersproject/wallet from 5.0.2 to 5.3.0.

Release notes

Sourced from @​ethersproject/wallet's releases.

ethers/v5.3.0 (2021-05-31 18:41)

  • Added MinInt256 and MaxInt256 constants. (#1576; bfcd05f)
  • Version bumps for bn.js and hash.js to match elliptic and fix some build tools. (#1478; 819b1ac)
  • Removed Hangul checks in shims which crashes Android. (#1519; 4b33114)
  • Fixed ENS namehash with leading and trailing dots. (#1605; 7adcf3b)
  • Fixed broken variable in template string. (#1624, #1626; 630656e)
  • Fixed FixedNumber rounding for non-default formats. (#1629; 8681cd5)
  • Update ws dependency version to fix security. (#1633, #1634; 470551e)

Embedding UMD with SRI:

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

ethers/v5.2.0 (2021-05-17 16:18)

  • More aggresively check for mempool transactions sent from JsonRpcSigner. (3316468)
  • Added initial support for detecting replacement transactions. (#1477; 987bec8, 5144acf)
  • Added convenience method for HD path derivation. (aadc5cd)
  • Added mnemonicPath option to cli. (6e08809)
  • Added some popular Ethereum-compatible chains to networks. (b6370f1)
  • Added debug event to Web3Provider. (26464c5)
  • Abstracted EtherscanProivder to more easily fascilitate other Etherscan-supported chains. (#1204, #1473; 37a9c77)
  • Added Custom Contract Errors. (#1498; 6519609, 483d67f)
  • More flexible FixedNumber input and output for strings with no decimals. (#1019, #1291, #1463; a9cdbe1)
  • Added hex support for bigint. (#1472; 4e9abfd)
  • Added support for null entries in EventFilter. (#1499; 3bb5fbf)
  • Add bigint to allowed BigNumberish types. (#1472; cadccc3)
  • Minor version bump. (8e22e02)

Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-2S1HFzUxYbqm3u7L+2llkuQVpZdT/hHqRV7EHtnbsXsDj6a3Y1LKerYUMstHNOyG"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.2.0.umd.min.js">
</script>

ethers/v5.1.4 (2021-04-22 06:33)


... (truncated)

Changelog

Sourced from @​ethersproject/wallet's changelog.

ethers/v5.3.0 (2021-05-31 18:41)

  • Added MinInt256 and MaxInt256 constants. (#1576; bfcd05f)
  • Version bumps for bn.js and hash.js to match elliptic and fix some build tools. (#1478; 819b1ac)
  • Removed Hangul checks in shims which crashes Android. (#1519; 4b33114)
  • Fixed ENS namehash with leading and trailing dots. (#1605; 7adcf3b)
  • Fixed broken variable in template string. (#1624, #1626; 630656e)
  • Fixed FixedNumber rounding for non-default formats. (#1629; 8681cd5)
  • Update ws dependency version to fix security. (#1633, #1634; 470551e)

ethers/v5.2.0 (2021-05-17 16:18)

  • More aggresively check for mempool transactions sent from JsonRpcSigner. (3316468)
  • Added initial support for detecting replacement transactions. (#1477; 987bec8, 5144acf)
  • Added convenience method for HD path derivation. (aadc5cd)
  • Added mnemonicPath option to cli. (6e08809)
  • Added some popular Ethereum-compatible chains to networks. (b6370f1)
  • Added debug event to Web3Provider. (26464c5)
  • Abstracted EtherscanProivder to more easily fascilitate other Etherscan-supported chains. (#1204, #1473; 37a9c77)
  • Added Custom Contract Errors. (#1498; 6519609, 483d67f)
  • More flexible FixedNumber input and output for strings with no decimals. (#1019, #1291, #1463; a9cdbe1)
  • Added hex support for bigint. (#1472; 4e9abfd)
  • Added support for null entries in EventFilter. (#1499; 3bb5fbf)
  • Add bigint to allowed BigNumberish types. (#1472; cadccc3)
  • Minor version bump. (8e22e02)

ethers/v5.1.4 (2021-04-22 06:33)

ethers/v5.1.3 (2021-04-19 21:01)

  • Fixed JsonRpcProvider event-loop caching when using any network. (#1484; 58488e7)
  • Updated experimental Eip1193Bridge to support final EIP-1193 API. (2911659)
  • Fail early for ABI decoding that will obviously run out of data. (#1486; 51f0e1a)
  • Fixed BigNumber toBigInt return type. (#1485; c086962)

ethers/v5.1.2 (2021-04-18 19:31)

  • Increase provider tests gas price for sending a transaction. (8eaeba3)
  • Fixed run-checking non-filter Contract events. (#1458; 4a44865)

ethers/v5.1.1 (2021-04-18 02:47)

... (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) - `@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)
dependabot-preview[bot] commented 3 years ago

Superseded by #979.