Skip to content

Commit

Permalink
remove secret_connection
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Nov 11, 2019
1 parent 10a3026 commit 622411f
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 668 deletions.
5 changes: 0 additions & 5 deletions tendermint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,13 @@ authors = [
circle-ci = { repository = "tendermint/kms" }

[dependencies]
byteorder = { version = "1.2" }
bytes = "0.4"
chrono = { version = "0.4", features = ["serde"] }
digest = "0.8"
failure = "0.1"
hkdf = { version = "0.7" }
hyper = { version = "0.10" }
prost-amino = { version = "0.4.0" }
prost-amino-derive = { version = "0.4.0" }
rand_os = { version = "0.1" }
ring = { version = "0.14" }
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1" }
signatory = { version = "0.12", features = ["ed25519", "ecdsa"] }
Expand All @@ -49,7 +45,6 @@ subtle-encoding = { version = "0.3", features = ["bech32-preview"] }
tai64 = { version = "3", features = ["chrono"] }
toml = { version = "0.5" }
uuid = { version = "0.7", default-features = false }
x25519-dalek = { version = "0.5", default-features = false, features = ["u64_backend"] }
zeroize = { version = "0.9" }

[dev-dependencies]
Expand Down
2 changes: 0 additions & 2 deletions tendermint/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ pub mod node;
pub mod private_key;
pub mod public_key;
pub mod rpc;
pub mod secret_connection;
mod serializers;
pub mod signature;
pub mod time;
Expand All @@ -58,7 +57,6 @@ mod version;
pub mod vote;

pub use crate::genesis::Genesis;
pub use crate::secret_connection::SecretConnection;
pub use crate::{
block::Block,
error::{Error, ErrorKind},
Expand Down
Loading

0 comments on commit 622411f

Please sign in to comment.