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

Add notarization event #2239

Merged
merged 4 commits into from
Jun 3, 2022
Merged

Conversation

jkrvivian
Copy link
Contributor

Description of change

Type of change

  • Enhancement

Change checklist

  • My code follows the contribution guidelines for this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

@jkrvivian jkrvivian requested review from daria305 and acha-bill June 2, 2022 13:38
@@ -48,6 +48,9 @@ func NewManager(epochManager *EpochManager, epochCommitmentFactory *EpochCommitm
pendingConflictsCount: make(map[epoch.EI]uint64),
log: options.Log,
options: options,
Events: &Events{
ECCommitable: event.New[*ECCommitableEvent](),
Copy link
Contributor

Choose a reason for hiding this comment

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

we should do Epoch commitmed event that is triggered when epoch commitment is first time requested.
And we increase the lastCommitmed epoch index

@daria305 daria305 merged commit 89de972 into feat/epoch-commitment Jun 3, 2022
@daria305 daria305 deleted the feat/notarization-event branch June 3, 2022 07:26
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