Merge conflicts

This commit is contained in:
Eitan Seri-Levi
2026-04-30 09:48:04 +02:00
86 changed files with 2835 additions and 1038 deletions

View File

@@ -122,7 +122,7 @@ impl<T: BeaconChainTypes> PayloadNotifier<T> {
);
inclusion_list_transactions
} else {
// TODO(eip7805) what should be done here in terms of error handling
// TODO(heze) what should be done here in terms of error handling
VariableList::new(vec![])
.map_err(|_| BlockError::InternalError("Cant create empty IL".to_string()))?
};