Merge branch 'unstable' of https://github.com/sigp/lighthouse into gloas-containers

This commit is contained in:
Eitan Seri- Levi
2025-11-06 22:53:01 -08:00
83 changed files with 389 additions and 650 deletions

View File

@@ -3159,6 +3159,10 @@ async fn weak_subjectivity_sync_test(
.get_state(&state_root, Some(slot), CACHE_STATE_IN_TESTS)
.unwrap()
.unwrap();
assert_eq!(
state_root,
beacon_chain.state_root_at_slot(slot).unwrap().unwrap()
);
assert_eq!(state.slot(), slot);
assert_eq!(state.canonical_root().unwrap(), state_root);
}