-
Notifications
You must be signed in to change notification settings - Fork 238
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
[ETHEREUM-CONTRACTS] use registerAppWithKey #1554
Conversation
Changelog ReminderReminder to update the CHANGELOG.md for any of the modified packages in this PR.
|
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## dev #1554 +/- ##
==========================================
+ Coverage 87.53% 96.35% +8.81%
==========================================
Files 91 41 -50
Lines 4389 2139 -2250
Branches 184 0 -184
==========================================
- Hits 3842 2061 -1781
+ Misses 503 78 -425
+ Partials 44 0 -44
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
@@ -28,7 +28,8 @@ abstract contract SuperAppBaseFlow is ISuperApp { | |||
ISuperfluid host_, | |||
bool activateOnCreated, | |||
bool activateOnUpdated, | |||
bool activateOnDeleted | |||
bool activateOnDeleted, | |||
string memory registrationKey |
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.
breaking change..., but let's do it
oh codecov says no :) @0xdavinchee |
codecov is being a bully :( |
XKCD Comic RelifLink: https://xkcd.com/1554 |
use registerAppWithKey instead of registerApp as the latter is deprecated