Skip to content

Commit

Permalink
Remove subspace-chiapos from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Oct 1, 2024
1 parent 7127df2 commit f120378
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 60 deletions.
10 changes: 0 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion crates/subspace-proof-of-space/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ bitvec = "1.0.1"
criterion = "0.5.1"
rand = "0.8.5"
rayon = "1.10.0"
subspace-chiapos = { git = "https://github.com/subspace/chiapos", rev = "3b1ab3ca24764d25da30e0c8243e0bf304b776a5" }

[[bench]]
name = "pos"
Expand Down
2 changes: 0 additions & 2 deletions crates/subspace-proof-of-space/src/chiapos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
mod constants;
mod table;
mod tables;
#[cfg(test)]
mod tests;
mod utils;

use crate::chiapos::table::metadata_size_bytes;
Expand Down
47 changes: 0 additions & 47 deletions crates/subspace-proof-of-space/src/chiapos/tests.rs

This file was deleted.

0 comments on commit f120378

Please sign in to comment.