Skip to content

Commit

Permalink
zcash_proofs: Remove obsolete examples.
Browse files Browse the repository at this point in the history
Since we now use the bundled prover everywhere, we no longer need
utilities to download Zcash parameters, which was the only purpose that
these examples were serving.
  • Loading branch information
nuttycom committed Nov 3, 2023
1 parent ea7c608 commit c0a0ef1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 49 deletions.
12 changes: 0 additions & 12 deletions zcash_proofs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,5 @@ multicore = ["bellman/multicore", "zcash_primitives/multicore"]
[lib]
bench = false

[[example]]
name = "get-params-path"
required-features = ["directories"]

[[example]]
name = "download-params"
required-features = ["download-params"]

[[example]]
name = "download-sprout-and-sapling-params"
required-features = ["download-params"]

[badges]
maintenance = { status = "actively-developed" }
4 changes: 0 additions & 4 deletions zcash_proofs/examples/download-params.rs

This file was deleted.

26 changes: 0 additions & 26 deletions zcash_proofs/examples/download-sprout-and-sapling-params.rs

This file was deleted.

7 changes: 0 additions & 7 deletions zcash_proofs/examples/get-params-path.rs

This file was deleted.

0 comments on commit c0a0ef1

Please sign in to comment.