Closed
Description
@pawanjay176 is investigating issues with our SSZ builder implementation, added in:
There may be no fault in our impl, it could be an issue on the mev-boost side.
Either way, we may want to harden our error handling so that we disable SSZ if we get an error response.
We could set ssz_enabled
to result.is_ok()
here, rather than setting it to true:
lighthouse/beacon_node/builder_client/src/lib.rs
Lines 135 to 142 in 1888be5
Similarly, here:
lighthouse/beacon_node/execution_layer/src/lib.rs
Lines 1905 to 1908 in 1888be5