-
Notifications
You must be signed in to change notification settings - Fork 773
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
Update Deneb to 1.4.0-beta.2 (devnet-9) #4735
Update Deneb to 1.4.0-beta.2 (devnet-9) #4735
Conversation
@dapplion I'm going to get this PR passing the tests and merge it 👍 |
This is still WIP, I need to do some more massaging of the EF fork choice tests. |
I've got the EF tests passing now. Ready for review |
@@ -686,6 +688,8 @@ impl ChainSpec { | |||
config_name: None, | |||
max_committees_per_slot: 4, | |||
target_committee_size: 4, | |||
min_per_epoch_churn_limit: 2, |
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.
nice catch
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 was scratching my head for a while over this one, wondering why so many tests were failing on the new spec 😅
This reverts commit 5c5afaf.
Proposed Changes
1.4.0-beta.2-hotfix
Additional Info