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

build(deps): bump ethers from 6.7.1 to 6.8.0 #113

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 18, 2023

Bumps ethers from 6.7.1 to 6.8.0.

Release notes

Sourced from ethers's releases.

ethers/v6.8.0 (2023-10-11 02:19)

  • Replicated former ENS normalize behaviour for empty strings and update namehash testcases (125ff11).
  • Initial shortMessage support for errors (#4241; d6a8c14).
  • Fixed resolving ENS addresses used as from parameters (#3961; 2616f4c).
  • Merge: 9a4b7534 0c9c23b0 Merge branch 'v5.8-progress' (cd5f0fe).
  • Allow more loose input format for RLP encoder (#4402; 9a4b753).
  • Update to latest noble crypto libraries (#3975; b27faa0).
  • More robust configuration options for FetchRequest getUrl functions (#4353; 9541f2f).
  • Ignore blockTag when calling Etherscan if it is the default block tag (dcea9b3).
Changelog

Sourced from ethers's changelog.

ethers/v6.8.0 (2023-10-10 22:42)

  • Replicated former ENS normalize behaviour for empty strings and update namehash testcases (125ff11).
  • Initial shortMessage support for errors (#4241; d6a8c14).
  • Fixed resolving ENS addresses used as from parameters (#3961; 2616f4c).
  • Merge: 9a4b7534 0c9c23b0 Merge branch 'v5.8-progress' (cd5f0fe).
  • Allow more loose input format for RLP encoder (#4402; 9a4b753).
  • Update to latest noble crypto libraries (#3975; b27faa0).
  • More robust configuration options for FetchRequest getUrl functions (#4353; 9541f2f).
  • Ignore blockTag when calling Etherscan if it is the default block tag (dcea9b3).
Commits
  • c847f16 Fixed internal ens-normalize testcase for empty string.
  • 125ff11 Replicated former ENS normalize behaviour for empty strings and update nameha...
  • bc115a2 docs: update docs building info
  • 3644140 admin: updated dist files
  • aca848f admin: bump ens-normalize package
  • d6a8c14 Initial shortMessage support for errors (#4241).
  • 2616f4c Fixed resolving ENS addresses used as from parameters (#3961).
  • cd5f0fe Merge branch 'v5.8-progress'
  • 9a4b753 Allow more loose input format for RLP encoder (#4402).
  • 06db040 admin: added drips authentication
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Copy link
Member

@pierobassa pierobassa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here is the changelog for release 6.8.0

We can update our version to 6.8.0

@rodolfopietro97 they made a PR regarding a different approach secp256 curve, check it out here

This might fix the issue you were having

@rodolfopietro97
Copy link
Collaborator

Here is the changelog for release 6.8.0

We can update our version to 6.8.0

@rodolfopietro97 they made a PR regarding a different approach secp256 curve, check it out here

This might fix the issue you were having

Nice stuff. After tx is finished ill check and ill merge. They substitute hash library as far as I understand

@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-ethers-6.8.0 branch 2 times, most recently from 3356bce to 1927129 Compare October 18, 2023 09:49
Bumps [ethers](https://github.com/ethers-io/ethers.js) from 6.7.1 to 6.8.0.
- [Release notes](https://github.com/ethers-io/ethers.js/releases)
- [Changelog](https://github.com/ethers-io/ethers.js/blob/main/CHANGELOG.md)
- [Commits](ethers-io/ethers.js@v6.7.1...v6.8.0)

---
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 force-pushed the dependabot-npm_and_yarn-ethers-6.8.0 branch from 1927129 to 80dfcb7 Compare October 18, 2023 09:49
@rodolfopietro97 rodolfopietro97 merged commit debfed2 into main Oct 23, 2023
5 checks passed
@rodolfopietro97 rodolfopietro97 deleted the dependabot-npm_and_yarn-ethers-6.8.0 branch October 23, 2023 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants