-
Notifications
You must be signed in to change notification settings - Fork 781
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
Fix consensus validation bugs #2031
Conversation
This should fix the client integration test failures that have been occurring lately |
Codecov Report
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
LGTM :)
Label, label, label, label 🤪...I will miss this in the release notes otherwise! Thanks a lot for adressing otherwise! 🙏 🙂 |
🤦 Ugh, sorry! |
You are not alone! 😅 |
Fixes two bugs related to consensus validation that were introduced when we merged #1959
extraData
in genesis parameters forclient
devnet start-up_consensusFormatValidation
inblock
constructor so thatextraData
can be correctly constructed for PoA blocks.