Skip to content

Commit

Permalink
Make cert-manager a crate
Browse files Browse the repository at this point in the history
  • Loading branch information
richardpringle committed Feb 5, 2024
1 parent d5e5a49 commit d4381df
Show file tree
Hide file tree
Showing 13 changed files with 7 additions and 867 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ members = [
"avalanchego-conformance-sdk",
"core/network",
"core/server",
"core/cert-manager",
"crates/avalanche-consensus",
"crates/avalanche-types",
"tests/avalanche-e2e",
Expand Down
1 change: 1 addition & 0 deletions core/cert-manager
Submodule cert-manager added at cb1477
1 change: 1 addition & 0 deletions core/network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ rustls-pemfile = "1.0.3"
x509-parser = "0.15.1"
# for feature "pem"
pem = { version = "3.0.0", optional = true } # https://github.com/jcreekmore/pem-rs
cert-manager = { version = "0.0.11", path = "../cert-manager" }

[dev-dependencies]
env_logger = "0.10.0"
Expand Down
2 changes: 1 addition & 1 deletion core/network/examples/peer_outbound_ping.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use std::{
};

use avalanche_types::{ids::Id, message};
use network::{cert_manager, peer::outbound};
use network::peer::outbound;

/// cargo run --example peer_outbound_ping -- [PEER IP] [STAKING PORT]
/// cargo run --example peer_outbound_ping -- 34.222.2.60 9651
Expand Down
2 changes: 0 additions & 2 deletions core/network/src/cert_manager/mod.rs

This file was deleted.

Loading

0 comments on commit d4381df

Please sign in to comment.