Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @ethersproject/abi from 5.0.0 to 5.7.0 #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 25, 2022

Bumps @ethersproject/abi from 5.0.0 to 5.7.0.

Release notes

Sourced from @​ethersproject/abi's releases.

ethers/v5.7.0 (2022-08-18 16:17)

  • Update PocketProvider to newer URL format. (#2980; 10d07ca)
  • Add new ENS normalization specification for wider UTF-8 support. (#42, #2376, #2754; 14bf407, fce9aaa, f274104)
  • Added ACTION_REJECTED error for UI-based Signers. (d9897e0)
  • Include current baseFee in feeData for easier custom fee calculation. (8314236)
  • Add restrictions for new UTF-8 specification ENS names. (#42, #2376, #2754; e52fbfb)
  • Expand the definition of a WebSocketLike. (#2843; 00114d7)
  • Expanded type for queryFitler to allow string. (#2882; 60da870)
  • Added finalized and safe blockTags. (#3091; 549168c)
  • Added arbitrum-goerli to Networks and AlchemyProvider. (#3246; e72d13e)
  • Add EIP-712 type exports. (#221; 7ce41cd)
  • Added optimism-goerli to AlchemyProvider. (#3246; f1cb0d2)
  • Updated EtherscanProvider for new CommunityResource API throttling. (6bd13c3)
  • Fix old events from being emitted at the beginning of a filter. (#3069, #3094; ea2d245)
  • Fixed Interface signautres missing strings as eventFragments. (#3157; c004ae5)
  • Fix bug in EIP1193Bridge forwarding to the wrong method. (#3166; 17676e9)
  • Use updated Web3 Secret Storage format for JSON wallets. (#3075; 6f57e8b)
  • Relaxed nameprep length requirement dropping RFC-5891 section 4.2.4. (#3161; abdf2e3)
  • Switch to hash.js for ripemd160 on node as it was removed from the default crypto provider in node 17. (#3082; 450694e)
  • Add optimism-kovan to EtherscanProvider. (#3135; 4d3e586)
  • Forward any blockTag along in the FallbackProvider during call. (#3168; ab43e7d)
  • Allow browser fetch option overrides. (#3096; c309df8)

Embedding UMD with SRI:

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

ethers/v5.6.9 (2022-06-17 14:44)

  • Removed Ankr for Ropsten default provider; the merge seems to have broke it. (3790671)
  • Fix NonceManager for increment 0 and provided nonce. (#3062, #3085; 0a28679)
  • Fixed topic filters for numeric types with string values. (#3013; 0078e02)

Embedding UMD with SRI:

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

... (truncated)

Changelog

Sourced from @​ethersproject/abi's changelog.

ethers/v5.7.0 (2022-08-18 16:17)

  • Update PocketProvider to newer URL format. (#2980; 10d07ca)
  • Add new ENS normalization specification for wider UTF-8 support. (#42, #2376, #2754; 14bf407, fce9aaa, f274104)
  • Added ACTION_REJECTED error for UI-based Signers. (d9897e0)
  • Include current baseFee in feeData for easier custom fee calculation. (8314236)
  • Add restrictions for new UTF-8 specification ENS names. (#42, #2376, #2754; e52fbfb)
  • Expand the definition of a WebSocketLike. (#2843; 00114d7)
  • Expanded type for queryFitler to allow string. (#2882; 60da870)
  • Added finalized and safe blockTags. (#3091; 549168c)
  • Added arbitrum-goerli to Networks and AlchemyProvider. (#3246; e72d13e)
  • Add EIP-712 type exports. (#221; 7ce41cd)
  • Added optimism-goerli to AlchemyProvider. (#3246; f1cb0d2)
  • Updated EtherscanProvider for new CommunityResource API throttling. (6bd13c3)
  • Fix old events from being emitted at the beginning of a filter. (#3069, #3094; ea2d245)
  • Fixed Interface signautres missing strings as eventFragments. (#3157; c004ae5)
  • Fix bug in EIP1193Bridge forwarding to the wrong method. (#3166; 17676e9)
  • Use updated Web3 Secret Storage format for JSON wallets. (#3075; 6f57e8b)
  • Relaxed nameprep length requirement dropping RFC-5891 section 4.2.4. (#3161; abdf2e3)
  • Switch to hash.js for ripemd160 on node as it was removed from the default crypto provider in node 17. (#3082; 450694e)
  • Add optimism-kovan to EtherscanProvider. (#3135; 4d3e586)
  • Forward any blockTag along in the FallbackProvider during call. (#3168; ab43e7d)
  • Allow browser fetch option overrides. (#3096; c309df8)

ethers/v5.6.9 (2022-06-17 14:44)

  • Removed Ankr for Ropsten default provider; the merge seems to have broke it. (3790671)
  • Fix NonceManager for increment 0 and provided nonce. (#3062, #3085; 0a28679)
  • Fixed topic filters for numeric types with string values. (#3013; 0078e02)

ethers/v5.6.8 (2022-05-24 11:50)

ethers/v5.6.7 (2022-05-20 19:11)

ethers/v5.6.6 (2022-05-12 17:29)

... (truncated)

Commits
  • ec1b958 admin: updated dist files
  • c004ae5 Fixed Interface signautres missing strings as eventFragments (#3157).
  • 109c094 admin: update dist files
  • 0078e02 Fixed topic filters for numeric types with string values (#3013).
  • a71f518 admin: update dist files
  • a27ef82 Lock versions for BigNumber fix (#3017).
  • 01aea70 admin: updated dist files
  • 32b7373 Remove pedantic check for new keyword which broke some platforms for inherita...
  • 9e57e71 admin: updated dist files.
  • dab6ede Mimic Hardhard error strings in CALL_EXCEPTION for popular matchers (#2849, #...
  • Additional commits viewable in compare view

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)

Bumps [@ethersproject/abi](https://github.com/ethers-io/ethers.js/tree/HEAD/packages/abi) from 5.0.0 to 5.7.0.
- [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.7.0/packages/abi)

---
updated-dependencies:
- dependency-name: "@ethersproject/abi"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 25, 2022
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 javascript Pull requests that update Javascript code
Projects
None yet
0 participants