Fork choice changes

This commit is contained in:
Eitan Seri-Levi
2025-01-09 10:00:31 +07:00
parent 63a26b1107
commit 3069b36243
9 changed files with 176 additions and 9 deletions

View File

@@ -1384,6 +1384,7 @@ impl<E: EthSpec> ExecutionLayer<E> {
);
}
*self.inner.last_new_payload_errored.write().await = result.is_err();
// TODO(focil) write block hash to some store in the case where theres an IL valdation error on newPayloadv5
process_payload_status(block_hash, result, self.log())
.map_err(Box::new)