Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 31, 2021

Bumps ethers from 5.3.1 to 5.4.3.

Release notes

Sourced from ethers's releases.

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)

Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-vsz9YA+ULlESA0434y8k25Vio7Dzn/cFXLqZT+Dk4qv2IMESrfJqqlIws85A9n2g"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.4.3.umd.min.js">
</script>

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)

Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-E3C8Sq6evrXkqc76OyCo0CoYAb/wRJnUekj79DC85Soudd4+MuAPY0VzpQYzhY68"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.4.2.umd.min.js">
</script>

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)

Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-xA6XksA+S81KMKVo5shbejvuHxb0UMBTEG1c2ifc8SsBJKISpURzwy2Y8dDo0fli"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.4.1.umd.min.js">
</tr></table> 

... (truncated)

Changelog

Sourced from ethers's changelog.

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)

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)

edmulraney and others added 30 commits April 2, 2021 14:54
Try to predict when an operation would end up below CCR.
This doesn't change any resolved versions, just updates some matchers that
were replaced with exact versions in dabbadb
(e.g. "somepackage@^5.0.0" => "somepackage@5.1.5").
fix: stop spinner and revert icon from overlapping
feat: allow configuring Dev UI in testnet-only mode
(maybe add dependency notes?)
Since devui.liquity.org is for testing only.
…sses

devui: 480 use mainnet LQTY and ETH/LUSD token addresses
devui: add vertical scroll bar for stats popup on mobile
bingen and others added 24 commits June 29, 2021 18:26
- Change initial funding to 15k.
- Allow to pass an already deployed address as an env variable to make
  it more resilient.
- Allow to pass gas price as an env variable for mainnet config.
- Add Balancer deployment output file.
contracts: Balancer pool deployment last tweaks
`SystemState` wasn't being bumped by `LqtyStakeChange` entities.

Fixes #629.
Fix ambiguous `cause` of some `SystemState` entities
 * `packages/lib` had been renamed to `packages/lib-ethers`.
 * The internal channel is no longer being used.

Fixes #642.
First custom deployment w/ customized token names and disabled tellor
Bumps [ethers](https://github.com/ethers-io/ethers.js/tree/HEAD/packages/ethers) from 5.3.1 to 5.4.3.
- [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.3/packages/ethers)

---
updated-dependencies:
- dependency-name: ethers
  dependency-type: direct:production
  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 Jul 31, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 5, 2021

Superseded by #6.

@dependabot dependabot bot closed this Aug 5, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ethers-5.4.3 branch August 5, 2021 16:33
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.

9 participants