-
Notifications
You must be signed in to change notification settings - Fork 250
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
Remove or move notification package from go-ethereum fork to status-go #655
Comments
The other issue is that the patch contains some useful modifications to whisper service. So it couldn't been removed all at once. |
@pombeirp @JekaMas what do you think about splitting |
That'd be great. It should be in the issue. |
One thing: watch out for not making circular imports. In |
Problem
According to some comments (here and here), regarding a package which deals with notifications in https://github.com/status-im/go-ethereum/tree/develop/whisper/notifications, it is not clear if this code is required, but at the very least, it is not necessary for this code to live there and it implies patches (https://github.com/status-im/status-go/blob/develop/_assets/patches/geth/0004-whisper-notifications.patch, https://github.com/status-im/status-go/blob/develop/_assets/patches/geth/0013-whisperv6-notifications.patch). Should the code still be needed, it should be moved to the status-go repo.
Implementation
Investigate whether code is needed. Remove it if not, move it to status-go if yes.
Acceptance Criteria
Notes
Code that initializes notifications: https://github.com/status-im/status-go/blob/develop/geth/node/node.go#L186-L192
The text was updated successfully, but these errors were encountered: