-
Notifications
You must be signed in to change notification settings - Fork 773
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
Devp2p EventEmitter refactor #2893
Conversation
…IdFilter, and _capabilities
… _refillIntervalId, and _refillIntervalSelectionCounter
…ethereumjs/ethereumjs-monorepo into devp2p-fields-access-and-naming-cleanup
Codecov Report
Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more. |
Ok, thanks a lot for the other PR 👍, RC releases tomorrow (Tuesday), I might or might not be able to still take this one in as well. Definitely no stress though, as you make it. Otherwise we'll just take this into the final breaking releases. |
…to devp2p-eventemitter-refactor
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!
To-tal-ly love this!!! 🙂👍 Thanks a lot! |
This PR addresses part of #2872 by changing the classes in the devp2p package that extend the
EventEmitter
class to rather keep the emitter in a class field. This PR builds off of #2889 and should be merged after #2889 has been merged.