mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-16 12:28:24 +00:00
Merge branch 'eip4844' into deneb-free-blobs
This commit is contained in:
@@ -5348,7 +5348,7 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
|
||||
latest_valid_hash,
|
||||
ref validation_error,
|
||||
} => {
|
||||
debug!(
|
||||
warn!(
|
||||
self.log,
|
||||
"Invalid execution payload";
|
||||
"validation_error" => ?validation_error,
|
||||
@@ -5357,11 +5357,6 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
|
||||
"head_block_root" => ?head_block_root,
|
||||
"method" => "fcU",
|
||||
);
|
||||
warn!(
|
||||
self.log,
|
||||
"Fork choice update invalidated payload";
|
||||
"status" => ?status
|
||||
);
|
||||
|
||||
match latest_valid_hash {
|
||||
// The `latest_valid_hash` is set to `None` when the EE
|
||||
@@ -5407,7 +5402,7 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
|
||||
PayloadStatus::InvalidBlockHash {
|
||||
ref validation_error,
|
||||
} => {
|
||||
debug!(
|
||||
warn!(
|
||||
self.log,
|
||||
"Invalid execution payload block hash";
|
||||
"validation_error" => ?validation_error,
|
||||
@@ -5415,11 +5410,6 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
|
||||
"head_block_root" => ?head_block_root,
|
||||
"method" => "fcU",
|
||||
);
|
||||
warn!(
|
||||
self.log,
|
||||
"Fork choice update invalidated payload";
|
||||
"status" => ?status
|
||||
);
|
||||
// The execution engine has stated that the head block is invalid, however it
|
||||
// hasn't returned a latest valid ancestor.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user