Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modularize notarization #2614

Merged
merged 3 commits into from
Mar 20, 2023
Merged

Modularize notarization #2614

merged 3 commits into from
Mar 20, 2023

Conversation

alexsporn
Copy link
Member

No description provided.

@alexsporn alexsporn changed the base branch from develop to feat/modularize-consensus March 16, 2023 16:45
@@ -102,6 +102,8 @@ func (s *SybilProtection) initializeActiveValidators() {
}); err != nil {
panic(err)
}

s.TriggerInitialized()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if this is in here, maybe rename the function to initialize ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That file has 3 initialize* doing different setup steps, so not sure it will make it clearer to rename it

packages/protocol/engine/engine.go Outdated Show resolved Hide resolved
Base automatically changed from feat/modularize-consensus to develop March 20, 2023 07:04
@alexsporn alexsporn force-pushed the feat/modularize-notarization branch from 9b953c9 to c011799 Compare March 20, 2023 07:09
@alexsporn alexsporn merged commit e0fb172 into develop Mar 20, 2023
@alexsporn alexsporn deleted the feat/modularize-notarization branch March 20, 2023 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants