-
Notifications
You must be signed in to change notification settings - Fork 2
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
[DSHARE-1350] Add check for beacon implementation version #413
[DSHARE-1350] Add check for beacon implementation version #413
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #413 +/- ##
=======================================
Coverage 89.17% 89.17%
=======================================
Files 15 15
Lines 628 628
Branches 73 73
=======================================
Hits 560 560
Misses 68 68 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
script/Release.s.sol
Outdated
address beaconAddress, | ||
address owner, | ||
string memory currentVersion | ||
) internal returns (address) { | ||
address implementation = _deployImplementation(contractName); |
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.
This shouldn't be happening at the start of this function because it should only happen if the beacon requires an upgrade or a new deployment.
Ticket
Please link any clickup tickets, docs or other relevant context.
Description
Check implementation version before upgrading
Tests
What tests scenarios did you perform? Provide relevant screenshot/recordings here.