Skip to content

Fix solhint and order imports #73

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

Merged
merged 4 commits into from
Jul 8, 2025
Merged

Fix solhint and order imports #73

merged 4 commits into from
Jul 8, 2025

Conversation

arr00
Copy link
Contributor

@arr00 arr00 commented Jul 2, 2025

No description provided.

@arr00 arr00 requested a review from a team as a code owner July 2, 2025 02:36
Copy link

netlify bot commented Jul 2, 2025

Deploy Preview for confidential-tokens ready!

Name Link
🔨 Latest commit 8314880
🔍 Latest deploy log https://app.netlify.com/projects/confidential-tokens/deploys/6868405762be6f000861349a
😎 Deploy Preview https://deploy-preview-73--confidential-tokens.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@arr00 arr00 requested a review from james-toussaint July 2, 2025 02:42
Comment on lines -39 to -42
"dependencies": {
"@fhevm/solidity": "0.7.0",
"@openzeppelin/contracts": "file:lib/openzeppelin-contracts"
},
Copy link
Contributor

Choose a reason for hiding this comment

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

Why not keeping @fhevm/solidity & @openzeppelin/contracts in dependencies.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The NPM package now uses the package.json in the contracts folder. https://github.com/OpenZeppelin/openzeppelin-confidential-contracts/blob/chore/fix-solhint/contracts/package.json

All dependencies in the root package.json are for development.

Copy link
Contributor

@james-toussaint james-toussaint left a comment

Choose a reason for hiding this comment

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

Good, thank you for that 🙏

"solhint": "^3.4.0",
"solhint-plugin-openzeppelin": "file:scripts/solhint-custom",
"solidity-comments": "^0.0.2",
"solhint": "^5.1.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

Is 6.0 breaking in our context?

@arr00 arr00 merged commit c754286 into master Jul 8, 2025
14 checks passed
@arr00 arr00 deleted the chore/fix-solhint branch July 8, 2025 16:29
arr00 added a commit that referenced this pull request Jul 9, 2025
* fix solhint and order imports

* fix import ordering

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

Successfully merging this pull request may close these issues.

2 participants