mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-11 18:04:18 +00:00
Encode DataColumn responses with Electra context bytes (#6313)
* Use Electra context bytes if PeerDAS is not activated in Deneb. Remove some outdated `das` TODOs. * Fix lint.
This commit is contained in:
@@ -766,7 +766,6 @@ impl<T: BeaconChainTypes> SyncNetworkContext<T> {
|
||||
.imported_custody_column_indexes(&block_root)
|
||||
.unwrap_or_default();
|
||||
|
||||
// TODO(das): figure out how to pass block.slot if we end up doing rotation
|
||||
let custody_indexes_duty = self.network_globals().custody_columns();
|
||||
|
||||
// Include only the blob indexes not yet imported (received through gossip)
|
||||
|
||||
Reference in New Issue
Block a user