Skip to content

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

Merged
Maddiaa0 merged 11 commits into
masterfrom
spy/rc-2-bot-none-chain
Jan 31, 2025
Merged

chore: rc-2 update & beacon node fix for sepolia#11631
Maddiaa0 merged 11 commits into
masterfrom
spy/rc-2-bot-none-chain

Conversation

@spypsy

@spypsy spypsy commented Jan 30, 2025

Copy link
Copy Markdown
Member

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
@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