Skip to content

Commit bcd00dc

Browse files
authored
[skip audit]remove privatetx (#916)
1 parent 1a77270 commit bcd00dc

File tree

6 files changed

+0
-650
lines changed

6 files changed

+0
-650
lines changed

Cargo.lock

Lines changed: 0 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cita-executor/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,3 @@ sm3hash = ["hashable/sm3hash", "libproto/sm3hash", "proof/sm3hash"]
5454
rabbitmq = ["pubsub/rabbitmq"]
5555
zeromq = ["pubsub/zeromq"]
5656
kafka = ["pubsub/kafka"]
57-
privatetx = ["core-executor/privatetx"]

cita-executor/core/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ rlp = { git = "https://github.com/citahub/cita-common.git", branch = "develop" }
4545
libproto = { git = "https://github.com/citahub/cita-common.git", branch = "develop" }
4646
proof = { git = "https://github.com/citahub/cita-common.git", branch = "develop" }
4747
jsonrpc-types = { git = "https://github.com/citahub/cita-common.git", branch = "develop" }
48-
zktx = { git = "https://github.com/citahub/zktx.git", optional = true }
4948
cita-database = "0.1"
5049

5150
cita-ed25519 = { git = "https://github.com/citahub/cita-common.git", branch = "develop" }
@@ -73,6 +72,5 @@ sm2 = ["cita-crypto/sm2", "libproto/sm2", "proof/sm2"]
7372
sha3hash = ["hashable/sha3hash", "libproto/sha3hash", "proof/sha3hash"]
7473
blake2bhash = ["hashable/blake2bhash", "libproto/blake2bhash", "proof/blake2bhash"]
7574
sm3hash = ["hashable/sm3hash", "libproto/sm3hash", "proof/sm3hash"]
76-
privatetx = ["zktx"]
7775
hashlib-keccak = ["tiny-keccak"]
7876
hashlib-sha3 = ["sha3"]

cita-executor/core/src/contracts/native/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,4 @@ pub mod factory;
1717
#[cfg(test)]
1818
mod simple_storage;
1919

20-
#[cfg(feature = "privatetx")]
21-
mod zk_privacy;
22-
2320
pub use factory::Contract;

cita-executor/core/src/contracts/native/zk_privacy.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)