Chris Hager
Chris Hager
Added a test for the gzip response: https://github.com/dmarzzz/mev-boost/pull/1 (needs to be merged by @dmarzzz into his repo to update this PR)
This is not an error, just that the relay doesn't have a block for these slots at the time you requested. I'm investigating the frequency
For the slot in your log we just had no bid/block available. Sometimes that's just the case. How often are you seeing no bids?
If the validator registration has been accepted by the relay at least once in the past, then this wouldn't be the issue. I wonder though why do you do this...
How often and under which circumstances are you calling getHeader? Our builders are only building for slots that have a registered validator.
Is this still an active issue?
That was some of the thinking behind the original implementation (as well as simplicity). But both mev-boost as well as the relays would log errors, users were confused, and there...
would it make sense to add gocritic to `make lint`?
please add it to `make lint` too
@estensen do you like to get this over the line?