-
Notifications
You must be signed in to change notification settings - Fork 195
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: factory upgrade #901
Conversation
loga4
commented
Dec 17, 2024
- split vault factory into 2 contracts: Beacon and VaultFactory
- remove onlyBeacon modifier from initializer
Hardhat Unit Tests Coverage Summary
Diff against master
Results for commit: 3019051 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
…rade # Conflicts: # test/0.8.25/vaults/staking-vault/staking-vault.test.ts
…rade # Conflicts: # test/0.8.25/vaults/dashboard/dashboard.test.ts # test/0.8.25/vaults/delegation/delegation.test.ts # test/0.8.25/vaults/staking-vault/staking-vault.test.ts
- merge feat/vaults
…factory-upgrade # Conflicts: # test/0.8.25/vaults/delegation/delegation.test.ts
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.
LGTM
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.
Everything looks good. I have added some comments regarding the styling.
Feat/factory upgrade immutable