-
Notifications
You must be signed in to change notification settings - Fork 890
fix: allow BLOB_SCHEDULE: [] field #7758
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
Now empty blob schedules from config.yaml (like BLOB_SCHEDULE: []) will be preserved and included in the /eth/v1/config/spec beacon API endpoint response instead of being omitted.
|
CI fails for kurtosis because the new array datatype requires assertoor to run We are looking into merging fulu supported branch into our master next week. |
This pull request has been removed from the queue for the following reason: The merge conditions cannot be satisfied due to failing checks: You may have to fix your CI before adding the pull request to the queue again. |
Waiting for assertoor fulu support to get merged. |
Assertoor latest release is out. Should have fixed this issue. |
from Nico (https://discord.com/channels/595666850260713488/1392770505387409449/1397145131387453512) |
haha called it |
@barnabasbusa Trying to understand whether we should merge this. What is your goal in making I think we have two options:
Let me know if the second solution would be acceptable for your use case, as I think it's better to avoid breaking Vouch, and more consistent with how we usually handle future forks. |
I'm happy with more complex solution to only have blob schedule when fulu is scheduled. |
Niiice, thanks Closing in favour of: Sorry to deny you a nice little green contribution dot @barnabasbusa 😭 |
Now empty blob schedules from config.yaml (like BLOB_SCHEDULE: []) will be preserved and included in the /eth/v1/config/spec beacon API endpoint response instead of being omitted.
Issue Addressed
Which issue # does this PR address?
Proposed Changes
Please list or describe the changes introduced by this PR.
Additional Info
Please provide any additional information. For example, future considerations
or information useful for reviewers.