Skip to content
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

chore: rc-2 update & beacon node fix for sepolia #11631

Merged
merged 11 commits into from
Jan 31, 2025
Merged

Conversation

spypsy
Copy link
Member

@spypsy spypsy commented Jan 30, 2025

we were making requests to the execution layer RPC for beacon node. However this isn't just a config fix because we can't request to beacon.<api_url>?key=<api_key>/eth/v1/beacon/headers/<hash> as key query needs to be attached at the end.
Furthermore, GCP seems to not like key query to be added to an API's URL that expects other queries, e.g.
beacon.<api_url>/eth/v1/beacon/blob_sidecars/<hash>?indices=1,2,3&key=<api_key> throws error: "BAD_REQUEST: unknown field key, expected indices"
So we need to attach the key as a header, therefore adding another env var

Also added this: #11648 as we clearly should be testing stuff like this against sepolia regularly

@spypsy spypsy marked this pull request as ready for review January 30, 2025 16:00
@spypsy spypsy changed the title chore: rc-2 & skip unecessary steps for sepolia chore: rc-2 & beacon node fix for sepolia Jan 30, 2025
@spypsy spypsy changed the title chore: rc-2 & beacon node fix for sepolia chore: rc-2 update & beacon node fix for sepolia Jan 30, 2025
@spypsy spypsy requested a review from Maddiaa0 January 31, 2025 11:23
@Maddiaa0 Maddiaa0 merged commit ac6b6e8 into master Jan 31, 2025
52 of 53 checks passed
@Maddiaa0 Maddiaa0 deleted the spy/rc-2-bot-none-chain branch January 31, 2025 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants