Skip to content

Commit

Permalink
remove wagyu
Browse files Browse the repository at this point in the history
  • Loading branch information
joe bebel committed Jun 27, 2023
1 parent 0d7dc07 commit bea6be1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion masp_primitives/src/transaction/components/sapling/fees.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
//! of a transaction.

use crate::asset_type::AssetType;
use crate::sapling::PaymentAddress;
use crate::convert::AllowedConversion;
use crate::sapling::PaymentAddress;

/// A trait that provides a minimized view of a Sapling input suitable for use in
/// fee and change calculation.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
//! of a transaction.

use super::TxOut;
use crate::transaction::TransparentAddress;
use crate::asset_type::AssetType;
use crate::transaction::TransparentAddress;

/// This trait provides a minimized view of a transparent input suitable for use in
/// fee and change computation.
Expand Down
3 changes: 1 addition & 2 deletions masp_proofs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ tracing = "0.1"
blake2b_simd = "1"
directories = { version = "4", optional = true }
redjubjub = "0.5"
wagyu-zcash-parameters = { version = "0.2", optional = true }
getrandom = { version = "0.2", features = ["js"] }
itertools = "0.10.1"

Expand All @@ -50,7 +49,7 @@ pprof = { version = "0.11", features = ["criterion", "flamegraph"] } # MSRV 1.56

[features]
default = ["local-prover", "multicore"]
bundled-prover = ["wagyu-zcash-parameters"]
bundled-prover = []
download-params = ["minreq", "directories"]
local-prover = ["directories"]
multicore = ["bellman/multicore"]
Expand Down
2 changes: 1 addition & 1 deletion masp_proofs/src/prover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ impl LocalTxProver {
// spend_vk: p.spend_vk,
// output_params: p.output_params,
// }
// }
//}
}

impl TxProver for LocalTxProver {
Expand Down

0 comments on commit bea6be1

Please sign in to comment.