-
Notifications
You must be signed in to change notification settings - Fork 3
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
Conversation
✅ Deploy Preview for confidential-tokens ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
"dependencies": { | ||
"@fhevm/solidity": "0.7.0", | ||
"@openzeppelin/contracts": "file:lib/openzeppelin-contracts" | ||
}, |
There was a problem hiding this comment.
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
.
There was a problem hiding this comment.
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.
There was a problem hiding this 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", |
There was a problem hiding this comment.
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?
* fix solhint and order imports * fix import ordering * fix import ordering
No description provided.