Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 26, 2021

Bumps ethers from 5.0.17 to 5.1.3.

Release notes

Sourced from ethers's releases.

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)

Embedding UMD with SRI:

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

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)

Embedding UMD with SRI:

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

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

  • Increased sendTransaction timeout to 15 minutes and pull Pocket from tx tests. (08adc18)
  • Export Eip1193Bridge in experimental package. (1fcf4b6)
  • Prevent non-typed transactions from unsafely ignoring specified access lists. (#1364; 4577444)
  • Update tests for current EIP-2930 support across backends. (#1364; 1cb3199)
  • Removed underscore from the JsonRpcBatchProvider name. (#62, #656, #892; ae0d5eb)
  • Added better error detection when pre-EIP-155 transactions are disabled. (b8df000)
  • Fix Android React Native environment shims which crash on normalizing Korean test. (#1298; eb1ec2f)
  • Fixed EIP-2930 transactions for EtherscanProvider. (#1364; b655089)
  • Re-enable AlchemyProvider Berlin tests. (bec066b)
  • Added experimental _JsonRpcBatchProvider. (#62, #656, #892; d55ab6d)
  • Cache JsonRpcProvider requests for certain methods per event loop. (#1371; 1a7c4e8)

Embedding UMD with SRI:

<script type="text/javascript"
</tr></table> 

... (truncated)

Changelog

Sourced from ethers's changelog.

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)

  • Increased sendTransaction timeout to 15 minutes and pull Pocket from tx tests. (08adc18)
  • Export Eip1193Bridge in experimental package. (1fcf4b6)
  • Prevent non-typed transactions from unsafely ignoring specified access lists. (#1364; 4577444)
  • Update tests for current EIP-2930 support across backends. (#1364; 1cb3199)
  • Removed underscore from the JsonRpcBatchProvider name. (#62, #656, #892; ae0d5eb)
  • Added better error detection when pre-EIP-155 transactions are disabled. (b8df000)
  • Fix Android React Native environment shims which crash on normalizing Korean test. (#1298; eb1ec2f)
  • Fixed EIP-2930 transactions for EtherscanProvider. (#1364; b655089)
  • Re-enable AlchemyProvider Berlin tests. (bec066b)
  • Added experimental _JsonRpcBatchProvider. (#62, #656, #892; d55ab6d)
  • Cache JsonRpcProvider requests for certain methods per event loop. (#1371; 1a7c4e8)

ethers/v5.1.0 (2021-03-30 14:44)

  • Added BigNumber.toBigInt method. (#1415; 81fd628)
  • Abstracted Contract with BaseContract without meta-class properties for easier extensions. (#1384; 87ceaed)
  • Fixed Contract properties that collide with null member properties. (#1393; 0e1721b)
  • Added EIP-2930 support. (#1364; c47d2eb)
  • Added abstraction for EIP-2718 support. (1db4ce1)

ethers/v5.0.32 (2021-03-07 18:17)

  • Bumped TypeScript to 4.2.2. (#1288; b2ecffb)
  • Fixed shims from not displaying debug information. (a953f71)
  • Force TypedData numbers to be in decimal. (#1193; c5a53d6)

ethers/v5.0.31 (2021-02-12 19:04)

  • Prevent unhandled rejections when passing nullish into Contract constructor. (#1234; d937668)
  • Better error messaging when provider backends give bogus responses. (#1243; 8279120)

... (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 dependabot bot added the dependencies Pull requests that update a dependency file label Apr 26, 2021
@vercel
Copy link

vercel bot commented Apr 26, 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/s4SrnMP1aJtCGDU1BR9wKN6UZcNL
✅ Preview: Failed

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 3, 2021

Superseded by #136.

@dependabot dependabot bot closed this May 3, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/protocol/ethers-5.1.3 branch May 3, 2021 06:32
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