Advance forge rollout, Ethereum rails, and NBC sources

This commit is contained in:
every.channel 2026-04-01 15:58:49 -07:00
parent be26313225
commit 7d84510eac
No known key found for this signature in database
88 changed files with 11230 additions and 302 deletions

View file

@ -730,6 +730,7 @@ mod tests {
},
manifest_id: "m".to_string(),
signatures: Vec::new(),
commitments: Vec::new(),
};
let bytes = encode_manifest_frame(&manifest).unwrap();
let decoded = decode_manifest_frame(&bytes).unwrap();
@ -768,6 +769,7 @@ mod tests {
body,
manifest_id: manifest_id.clone(),
signatures: vec![sig],
commitments: Vec::new(),
};
let bytes = encode_manifest_frame(&manifest).unwrap();
let decoded = decode_manifest_frame(&bytes).unwrap();