Commit a94a05c
authored
refactor(l1): replace rlpx listener functions with
Remove `spawn_listener` and `spawn_broadcast_listener` functions in
favour of `spawned`'s helper functions for its GenServers.
Note: this PR should not be merged until [related spawned
changes](lambdaclass/spawned#20) are available
on a release.
Closes #3387spawned implementation (#3504)1 parent 894ac49 commit a94a05c
File tree
4 files changed
+72
-99
lines changed- crates
- l2/tee/quote-gen
- networking/p2p/rlpx/connection
4 files changed
+72
-99
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
93 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments