Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
feat(lib/babe): implement secondary slot block production #2260
feat(lib/babe): implement secondary slot block production #2260
Changes from 33 commits
e41869d
ea2729c
9d691a7
a42b712
a3d7d4a
25bddae
1c09237
c25d9d6
a9c0d07
454eab2
151482c
25d7a92
d771a94
1bd089b
aea4766
8e23302
a7e027f
f2a407f
1550205
a06c66b
b27b37a
8b6a6d0
a9a9d11
f0aab84
255fdd7
c7f1730
34f2605
c9b863a
d1afc50
988395c
e9b24a9
347a698
11b326b
4de8ed5
678b2f8
c182a0d
1291d1b
983af6e
0c8a7b0
bc775c6
9d6d62e
e71b76d
1a44de1
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure what you mean here, the error is logged below no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have seen below part getting executed
gossamer/lib/babe/epoch_handler.go
Lines 73 to 76 in 67a9bbb
Because
errEpochPast
is being sent on the channel here, I should seeerror from epochHandler
in logs because of following codegossamer/lib/babe/babe.go
Lines 388 to 390 in 67a9bbb
I did not see
error from epochHandler
in the logs when I was running gossamerThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh ok, maybe a deadlock? It would be nice to investigate
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kishansagathiya can you open an issue for this?