Skip to content

Commit

Permalink
chore: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
krhougs committed Oct 20, 2022
1 parent c1d5655 commit cf8ea4c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Phala Service Network (aka. pSN)
----

Phala Service Network is a networking suite to provide connectivity for Phat Contract, it connects between end-users and workers behind a NAT gateway.

This project is in development.

Stable releases and documentations will be provided along with the release of Phat Contract.
4 changes: 1 addition & 3 deletions src/bin/service_broker/local_worker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ use log::{debug, error, info, warn};
use service_network::config::{BROKER_PEER_DEAD_COUNT, BROKER_PEER_LOST_COUNT};
use service_network::mgmt_types::LocalWorkerIdentity;
use std::collections::BTreeMap;
use std::net::Ipv4Addr;
use std::str::FromStr;
use std::sync::Arc;
use tokio::sync::mpsc::{Receiver, Sender};
use tokio::sync::RwLock;
use urlparse::{urlparse, GetQuery};
use urlparse::urlparse;

pub enum LocalWorkerManagerChannelMessage {
ShouldCheckPeerHealth,
Expand Down

0 comments on commit cf8ea4c

Please sign in to comment.