-
Notifications
You must be signed in to change notification settings - Fork 82
refactor(l1): replace rlpx listener functions with spawned
implementation
#3504
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
base: main
Are you sure you want to change the base?
Conversation
Lines of code reportTotal lines added: Detailed view
|
spawned
implementationspawned
implementation
Verfified by running hive tests: make run-hive-debug SIMULATION=devp2p TEST_PATTERN="*" And also by running three nodes at once: |
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.
spawned
implementationspawned
implementation
Cargo.toml
Outdated
# Changing the tag for spawned will break the TDX image build | ||
# When updating it try to build the TDX image and update service.nix with the new hash |
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.
is this comment still necessary?
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.
I believe not, let's remove it.
Remove
spawn_listener
andspawn_broadcast_listener
functions in favour ofspawned
's helper functions for its GenServers.Note: this PR should not be merged until related spawned changes are available on a release.
Closes #3387