-
Notifications
You must be signed in to change notification settings - Fork 112
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
Author a sibling block in case best block's slot is same as current slot #2726
Merged
kishansagathiya
merged 14 commits into
development
from
kishan/fix/slot-number-must-increase
Sep 9, 2022
Merged
Author a sibling block in case best block's slot is same as current slot #2726
kishansagathiya
merged 14 commits into
development
from
kishan/fix/slot-number-must-increase
Sep 9, 2022
Commits on Jul 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5cd4263 - Browse repository at this point
Copy the full SHA 5cd4263View commit details -
Configuration menu - View commit details
-
Copy full SHA for f57fa84 - Browse repository at this point
Copy the full SHA f57fa84View commit details
Commits on Aug 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ca4724f - Browse repository at this point
Copy the full SHA ca4724fView commit details
Commits on Aug 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 12fde0b - Browse repository at this point
Copy the full SHA 12fde0bView commit details
Commits on Aug 4, 2022
-
While authoring a new block, if we find that best block was authored in
the current slot, we should author a new block as child of best block's parent. This would create forks in the chain which would get resolved eventually.
Configuration menu - View commit details
-
Copy full SHA for ae2fa69 - Browse repository at this point
Copy the full SHA ae2fa69View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc2ffaf - Browse repository at this point
Copy the full SHA cc2ffafView commit details
Commits on Aug 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cbc44d2 - Browse repository at this point
Copy the full SHA cbc44d2View commit details
Commits on Aug 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3de132f - Browse repository at this point
Copy the full SHA 3de132fView commit details
Commits on Aug 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a63a073 - Browse repository at this point
Copy the full SHA a63a073View commit details -
Configuration menu - View commit details
-
Copy full SHA for aca3b68 - Browse repository at this point
Copy the full SHA aca3b68View commit details -
test that we create a fork if best block is authored in the same slot
that we are claiming at the moment
Configuration menu - View commit details
-
Copy full SHA for 9c9f47b - Browse repository at this point
Copy the full SHA 9c9f47bView commit details
Commits on Aug 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 527f515 - Browse repository at this point
Copy the full SHA 527f515View commit details
Commits on Aug 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cecc308 - Browse repository at this point
Copy the full SHA cecc308View commit details -
Configuration menu - View commit details
-
Copy full SHA for d022f43 - Browse repository at this point
Copy the full SHA d022f43View commit details
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.