-
Notifications
You must be signed in to change notification settings - Fork 945
Move work queue structs and initialization logic to a separate file and a small refactor #7438
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
Conversation
|
Some required checks have failed. Could you please take a look @eserilev? 🙏 |
|
This pull request has merge conflicts. Could you please resolve them @eserilev? 🙏 |
…v/lighthouse into move-work-queue-logic
|
Some required checks have failed. Could you please take a look @eserilev? 🙏 |
|
This pull request has merge conflicts. Could you please resolve them @eserilev? 🙏 |
|
This pull request has merge conflicts. Could you please resolve them @eserilev? 🙏 |
|
Hi @eserilev, this pull request has been closed automatically due to 30 days of inactivity. If you’d like to continue working on it, feel free to reopen at any time. |
|
This pull request has merge conflicts. Could you please resolve them @eserilev? 🙏 |
Issue Addressed
Partially #6291
Proposed Changes
Move work queue structs and init logic to a separate file. Also introduce a few helper functions and refactor the beacon processor slightly. This is purely a cosmetic change and is needed as a second step towards generalizing the beacon processor.
Note that changes from #7437 are included in this PR. Once thats merged the diff in this PR should decrease a bit.
The actual diff can be found here. Im hoping that since this is mostly a copy paste job, that the diff wont be too difficult to review. Happy to break this up further if needed, just let me know!