Skip to content
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.

Commit

Permalink
feat: implement new SectionChain that can resolve forks
Browse files Browse the repository at this point in the history
  • Loading branch information
madadam committed Mar 2, 2021
1 parent 11b86a7 commit a3d786f
Show file tree
Hide file tree
Showing 2 changed files with 549 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/section/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ mod elders_info;
mod member_info;
mod section_keys;
mod section_peers;
// TODO: remove this and replace with `section_chain`.
mod section_chain;
mod section_proof_chain;

#[cfg(test)]
Expand Down

0 comments on commit a3d786f

Please sign in to comment.