Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions coordinator/internal/utils/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions crates/libzkp/src/proofs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down