mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-10 01:26:44 +00:00
Fixes
This commit is contained in:
@@ -119,11 +119,16 @@ async fn rpc_columns_with_invalid_header_signature() {
|
||||
/// data columns can be built from those cached blobs.
|
||||
#[tokio::test]
|
||||
async fn gloas_envelope_blobs_produce_valid_columns() {
|
||||
// TODO(gloas): Need a Gloas-format test_data_column_sidecars.ssz fixture before this test
|
||||
// can run. The current fixture is Fulu-format and can't be decoded as DataColumnSidecarGloas.
|
||||
// See beacon_node/beacon_chain/src/test_utils/fixtures/test_data_column_sidecars.ssz
|
||||
let spec = Arc::new(test_spec::<E>());
|
||||
if !spec.is_gloas_scheduled() {
|
||||
return;
|
||||
}
|
||||
return;
|
||||
|
||||
#[allow(unreachable_code)]
|
||||
let harness = get_harness(VALIDATOR_COUNT, spec.clone(), NodeCustodyType::Supernode);
|
||||
harness.execution_block_generator().set_min_blob_count(1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user