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

feat: bump ethers to v6.7.1 #141

Merged
merged 9 commits into from
Sep 25, 2023
Merged

feat: bump ethers to v6.7.1 #141

merged 9 commits into from
Sep 25, 2023

Conversation

zixiang2018
Copy link
Contributor

Summary

To resolve an issue when creating document store on Polygon mainnet which results in "processing response error" on the OA CLI

Changes

  • Bumped ethers version to 6.7.1

Issues

Releases

Channels: latest

@osslgtm osslgtm marked this pull request as draft September 8, 2023 09:26
src/index.test.ts Show resolved Hide resolved
test/DocumentStore.test.js Outdated Show resolved Hide resolved
test/DocumentStore.test.js Outdated Show resolved Hide resolved
test/DocumentStore.test.js Outdated Show resolved Hide resolved
@@ -19,5 +19,6 @@ module.exports = {
},
typechain: {
outDir: "src/contracts",
dontOverrideCompile: false,
Copy link
Contributor

Choose a reason for hiding this comment

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

node_modules/@nomicfoundation/hardhat-toolbox/src/index.ts

  // We don't generate types for js projects
  if (userConfig?.typechain?.dontOverrideCompile === undefined) {
    config.typechain.dontOverrideCompile =
      config.paths.configFile.endsWith(".js") ||
      config.paths.configFile.endsWith(".cjs");
  }

@osslgtm osslgtm marked this pull request as ready for review September 14, 2023 09:24
Copy link
Contributor

@superical superical left a comment

Choose a reason for hiding this comment

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

@zixiang2018 Please make this as a breaking change. Thanks.🙇‍♂️

@zixiang2018 zixiang2018 merged commit 427fec2 into master Sep 25, 2023
5 checks passed
@zixiang2018 zixiang2018 deleted the feat/bump-ethers-v6 branch September 25, 2023 06:41
@github-actions
Copy link

🎉 This PR is included in version 3.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants