diff --git a/coordinator/internal/utils/version.go b/coordinator/internal/utils/version.go index e187c3a05c..712570bcab 100644 --- a/coordinator/internal/utils/version.go +++ b/coordinator/internal/utils/version.go @@ -11,8 +11,6 @@ const ( ) // version get the version for the chain instance -// -// TODO: This is not foolproof and does not cover all scenarios. func Version(hardForkName string, ValidiumMode bool) (uint8, error) { var domain, stfVersion uint8 diff --git a/crates/libzkp/src/proofs.rs b/crates/libzkp/src/proofs.rs index f69639c2eb..b46f681ea9 100644 --- a/crates/libzkp/src/proofs.rs +++ b/crates/libzkp/src/proofs.rs @@ -220,6 +220,7 @@ mod tests { use super::*; #[test] + #[ignore = "requires testdata directory with chunk-proof.json, batch-proof.json, bundle-proof.json"] fn test_roundtrip() -> eyre::Result<()> { macro_rules! assert_roundtrip { ($fd:expr, $proof:ident) => {