Merge branch 'gloas-serve-envelope-rpc' into epbs-devnet-0

This commit is contained in:
Eitan Seri- Levi
2026-03-03 20:11:41 -08:00
41 changed files with 1638 additions and 44 deletions

View File

@@ -1092,6 +1092,11 @@ where
let cgc_change_effective_slot =
cgc_changed.effective_epoch.start_slot(E::slots_per_epoch());
beacon_chain.update_data_column_custody_info(Some(cgc_change_effective_slot));
// Persist change to disk.
beacon_chain
.persist_custody_context()
.map_err(|e| format!("Failed writing updated CGC: {e:?}"))?;
}
info!(