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

Upgrade node and ethers #168

Merged
merged 16 commits into from
Feb 27, 2024
Merged

Upgrade node and ethers #168

merged 16 commits into from
Feb 27, 2024

Conversation

nicodelatorre7
Copy link
Contributor

No description provided.

@nicodelatorre7 nicodelatorre7 force-pushed the upgrade-node-and-ethers branch 3 times, most recently from af1d3d3 to 9e571ad Compare February 22, 2024 18:15
nicodelatorre7 and others added 2 commits February 26, 2024 09:51
1. Fix Dockerfile fixing Node to 20 and changing to Python 3.10
2. Change prettier settings to use 120 line size for solidity files as
   specified in official style-guide
3. Run prettier with the new settings (many .sol changes)
4. Upgrade pre-commit-config becase we were using non staged versions.
5. Run pre-commit on all files and fix issues found.
6. Remove .solcover.js since is no longer used
7. Disable solhint for mocks folder
"SignedBucketRiskModule: bucketId can't be zero, set default RM parameters"
);
function deleteBucket(uint256 bucketId) external onlyGlobalOrComponentRole2(LEVEL1_ROLE, LEVEL2_ROLE) {
require(bucketId != 0, "SignedBucketRiskModule: bucketId can't be zero, set default RM parameters");
Copy link
Contributor

Choose a reason for hiding this comment

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

Big readability improvement here!

gnarvaja and others added 6 commits February 26, 2024 16:13
1. Fixes some comments in solidity code
2. Fix typo in deploy.js
3. Remove .address and .target when possible (WIP)
Also, it would be useful in other packages
@nicodelatorre7 nicodelatorre7 merged commit 1f6282c into main Feb 27, 2024
3 checks passed
@nicodelatorre7 nicodelatorre7 deleted the upgrade-node-and-ethers branch February 27, 2024 14:30
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.

3 participants