Skip to content

Commit

Permalink
Remove Supervisor and EvidenceReporter, as well as associated exa…
Browse files Browse the repository at this point in the history
…mples and tests
  • Loading branch information
romac committed Apr 28, 2023
1 parent c377934 commit 212891e
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 1,763 deletions.
3 changes: 0 additions & 3 deletions light-client/src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@
mod light_client;
pub use light_client::LightClientBuilder;

mod supervisor;
pub use supervisor::SupervisorBuilder;

pub mod error;
132 changes: 0 additions & 132 deletions light-client/src/builder/supervisor.rs

This file was deleted.

72 changes: 0 additions & 72 deletions light-client/src/evidence.rs

This file was deleted.

158 changes: 0 additions & 158 deletions light-client/src/fork_detector.rs

This file was deleted.

4 changes: 0 additions & 4 deletions light-client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,10 @@ pub mod builder;
pub mod components;
pub mod contracts;
pub mod errors;
pub mod evidence;
pub mod fork_detector;
pub mod instance;
pub mod light_client;
pub mod peer_list;
pub mod state;
pub mod store;
pub mod supervisor;

pub(crate) mod utils;

Expand Down
Loading

0 comments on commit 212891e

Please sign in to comment.