Skip to content

Commit

Permalink
refactor: remove unused PoSt code (#1744)
Browse files Browse the repository at this point in the history
There are several Proof-of-Spacetime which were never be used in
production, remove those in order to lower the maintenance burden.
  • Loading branch information
vmx authored Feb 28, 2024
1 parent c7f640c commit 8f5bd86
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 2,311 deletions.
4 changes: 0 additions & 4 deletions storage-proofs-post/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,16 @@ byteorder = "1"
sha2 = "0.10.2"
rayon = "1.0.0"
serde = { version = "1.0", features = ["derive"]}
blake2b_simd = "1.0.0"
ff = "0.13.0"
bellperson = "0.26.0"
log = "0.4.7"
hex = "0.4.0"
generic-array = "0.14.4"
anyhow = "1.0.23"
fr32 = { path = "../fr32", version = "~9.1.0", default-features = false }
blstrs = "0.7.0"

[dev-dependencies]
tempfile = "3"
pretty_assertions = "1.2.0"
filecoin-hashers = { path = "../filecoin-hashers", version = "~11.1.0", default-features = false, features = ["poseidon", "sha256", "blake2s"]}
rand = "0.8"
rand_xorshift = "0.3.0"

Expand Down
167 changes: 0 additions & 167 deletions storage-proofs-post/src/election/circuit.rs

This file was deleted.

157 changes: 0 additions & 157 deletions storage-proofs-post/src/election/compound.rs

This file was deleted.

7 changes: 0 additions & 7 deletions storage-proofs-post/src/election/mod.rs

This file was deleted.

Loading

0 comments on commit 8f5bd86

Please sign in to comment.