Skip to content

Commit

Permalink
rusk: Add zk feature to execution-core
Browse files Browse the repository at this point in the history
  • Loading branch information
moCello committed Aug 2, 2024
1 parent 7bcfcc6 commit 7d202f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions rusk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ blake2b_simd = { version = "1", default-features = false }

poseidon-merkle = { version = "0.6", features = ["rkyv-impl", "size_32"] }
sha3 = "0.10"
dusk-plonk = "0.19"
dusk-bytes = "0.1"
kadcast = "0.6.0-rc"
pin-project = "1"
Expand All @@ -59,7 +58,7 @@ tokio-rustls = "0.25"
rustls-pemfile = "2"
async-trait = "0.1"

execution-core = { version = "0.1.0", path = "../execution-core" }
execution-core = { version = "0.1.0", path = "../execution-core", features = ["zk"] }
rusk-profile = { version = "0.6", path = "../rusk-profile" }
rusk-abi = { version = "0.13.0-rc", path = "../rusk-abi", default-features = false, features = ["host"] }
rusk-prover = { version = "0.3", path = "../rusk-prover", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion rusk/tests/common/wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ use std::sync::{Arc, RwLock};
use crate::common::block::Block as BlockAwait;

use dusk_bytes::{DeserializableSlice, Serializable};
use dusk_plonk::prelude::Proof;
use execution_core::{
plonk::Proof,
signatures::bls::PublicKey as BlsPublicKey,
stake::StakeData,
transfer::{
Expand Down

0 comments on commit 7d202f2

Please sign in to comment.