-
Notifications
You must be signed in to change notification settings - Fork 193
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
refactor(store,world): prefix errors with library/contract name #1568
Conversation
🦋 Changeset detectedLatest commit: 407c784 The changes in this PR will be included in the next version bump. This PR includes changesets to release 29 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
should we rename store events to Edit: I think we should, and how is the last chance we can. Followup PR is here: #1577 |
@@ -10,7 +10,7 @@ bytes4 constant MODULE_INTERFACE_ID = IModule.getName.selector ^ | |||
ERC165_INTERFACE_ID; | |||
|
|||
interface IModule is IERC165 { | |||
error RootInstallModeNotSupported(); | |||
error RootInstallNotSupported(); | |||
error NonRootInstallNotSupported(); |
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.
should these be World_
or Module_
prefixed?
3a4119d
to
cee3b35
Compare
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.
✅
partially fixes #1126