First Gloas test passes!

This commit is contained in:
Michael Sproul
2026-02-25 17:09:32 +11:00
parent 59a2b6dead
commit adfa3b882d
3 changed files with 29 additions and 16 deletions

View File

@@ -5477,9 +5477,11 @@ async fn test_gloas_block_and_envelope_storage() {
// Process the envelope.
let envelope = envelope.expect("Gloas block should have envelope");
let mut full_state = pending_state.clone();
let envelope_state_root = envelope.message.state_root;
let full_state_root = harness
.process_envelope(block_root, envelope, &mut full_state)
.await;
assert_eq!(full_state_root, envelope_state_root);
full_state_roots.push(full_state_root);
block_roots.push(block_root);