Skip to content

Conversation

@ltitanb
Copy link
Collaborator

@ltitanb ltitanb commented Oct 23, 2025

in the v2 endpoint , relays are expected to return 202 after the blinded block has been validated , with the publishing happening async. There might be an edge case where a relay may return 202 but fail to publish the block. Previously we would cancel the request on other relays, but now we let those requests still run in the background to extra redundancy.

Also fixed a small bug, select_ok on a tokio::spawn would select over the outer JoinError rather than the inner Result

@jclapis jclapis mentioned this pull request Oct 27, 2025
@ltitanb ltitanb merged commit 5a83386 into main Oct 27, 2025
2 checks passed
@ltitanb ltitanb deleted the lt/get-payload-v2-on-all branch October 27, 2025 21:41
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