3box-dapp
3box-dapp copied to clipboard
Bump ethers from 4.0.48 to 5.4.1
Bumps ethers from 4.0.48 to 5.4.1.
Release notes
Sourced from ethers's releases.
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"> </script>ethers/v5.4.0 (2021-06-26 01:50)
- Added EIP-1559 support. (#1610; 319987e, 91fff14, c5bca77, 5456c35, 7a12216, e95708e)
- Added effectiveGasPrice to receipt. (ba6854b)
- Fixed ENS names for JsonRpcSigner. (1e31b34)
- Added EIP-2930 and EIP-1559 transaction tests. (7deb4c1)
- Added ConstructorFragment to exports. (7efc36d)
- Added error utilities to Interface. (720bde7, f053a7a)
- merged master including transaction type 0 legacy constant. (#1610; 2a7ce0e)
- Added type to TransactionResponse and TrnsactionReceipt. (#1687; d001901)
- Trap CALL_EXCEPTION errors when resolving ENS entries. (#1690; 91951dc)
- Fixed transaction serialization with explicit null type. (#1628; 8277f5a)
- Fix issue with loading JSON ABI with internalType property. (#728; e8a0144)
Embedding UMD with SRI:
<script type="text/javascript" integrity="sha384-dq8L5gpIcUoGAeHh/6setfxuuDI0ngshPvCvksSAcQMMWCr5cVFAaijT//nxVyjb" crossorigin="anonymous" src="https://cdn-cors.ethers.io/lib/ethers-5.4.0.umd.min.js"> </script>ethers/v5.3.1 (2021-06-10 18:28)
- Fixed replacement transaction detection for JsonRpcSigner. (#1658; ee82e86)
- Added Matic testnet info to networks. (#1546; 376cf3c)
- Match Solidity identifier regex. (#1657; a6e128f)
Embedding UMD with SRI:
<script type="text/javascript" </tr></table>
... (truncated)
Changelog
Sourced from ethers's changelog.
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)
- Added EIP-1559 support. (#1610; 319987e, 91fff14, c5bca77, 5456c35, 7a12216, e95708e)
- Added effectiveGasPrice to receipt. (ba6854b)
- Fixed ENS names for JsonRpcSigner. (1e31b34)
- Added EIP-2930 and EIP-1559 transaction tests. (7deb4c1)
- Added ConstructorFragment to exports. (7efc36d)
- Added error utilities to Interface. (720bde7, f053a7a)
- merged master including transaction type 0 legacy constant. (#1610; 2a7ce0e)
- Added type to TransactionResponse and TrnsactionReceipt. (#1687; d001901)
- Trap CALL_EXCEPTION errors when resolving ENS entries. (#1690; 91951dc)
- Fixed transaction serialization with explicit null type. (#1628; 8277f5a)
- Fix issue with loading JSON ABI with internalType property. (#728; e8a0144)
ethers/v5.3.1 (2021-06-10 18:28)
- Fixed replacement transaction detection for JsonRpcSigner. (#1658; ee82e86)
- Added Matic testnet info to networks. (#1546; 376cf3c)
- Match Solidity identifier regex. (#1657; a6e128f)
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)
... (truncated)
Commits
- See full diff in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot badge mewill 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)