Skip to content

Commit

Permalink
rename zero_nova crate to nova
Browse files Browse the repository at this point in the history
  • Loading branch information
hero78119 committed Aug 4, 2023
1 parent 8dc40f5 commit b7fa103
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 252 deletions.
2 changes: 1 addition & 1 deletion backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ nova = ["dep:nova"]

[dependencies]
halo2 = { path = "../halo2", optional = true }
nova = { path = "../zero_nova", optional = true }
nova = { path = "../nova", optional = true }
pil_analyzer = { path = "../pil_analyzer" }
number = { path = "../number" }
strum = { version = "0.24.1", features = ["derive"] }
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion powdr_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ parser = { path = "../parser" }
riscv = { path = "../riscv" }
number = { path = "../number" }
halo2 = { path = "../halo2", optional = true }
nova = { path = "../zero_nova", optional = true }
nova = { path = "../nova", optional = true }
backend = { path = "../backend" }
pilopt = { path = "../pilopt" }
strum = { version = "0.24.1", features = ["derive"] }
Expand Down
4 changes: 0 additions & 4 deletions zero_nova/init.json

This file was deleted.

Binary file removed zero_nova/nova.params
Binary file not shown.
209 changes: 0 additions & 209 deletions zero_nova/steps.json

This file was deleted.

37 changes: 0 additions & 37 deletions zero_nova/zero.zok

This file was deleted.

0 comments on commit b7fa103

Please sign in to comment.