-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge
CAL
actor with ProposalBuilder
actor and rename to Host
a…
…ctor (#200) * Remove CAL actor and move `GetValidatorSet` into `ProposalBuilder` * Rename `ProposalBuilder` actor to `Host` * Make `PartStore` context-generic and move into its own module (#201)
- Loading branch information
Showing
11 changed files
with
147 additions
and
197 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
pub mod cal; | ||
pub mod consensus; | ||
pub mod gossip; | ||
pub mod gossip_mempool; | ||
pub mod host; | ||
pub mod mempool; | ||
pub mod node; | ||
pub mod prelude; | ||
pub mod proposal_builder; | ||
pub mod timers; | ||
pub mod util; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.