mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Add comment
This commit is contained in:
@@ -99,10 +99,12 @@ pub async fn publish_execution_payload_envelope<T: BeaconChainTypes>(
|
||||
)));
|
||||
}
|
||||
|
||||
// TODO(gloas): Add more validation:
|
||||
// TODO(gloas): Do we want to add more validation like:
|
||||
// - Verify the signature
|
||||
// - Check builder_index is valid
|
||||
// - Verify the envelope references a known block
|
||||
//
|
||||
// If we do, then we must post the signed execution payload envelope to the BN that originally produced it.
|
||||
|
||||
info!(
|
||||
%slot,
|
||||
|
||||
Reference in New Issue
Block a user