-
Notifications
You must be signed in to change notification settings - Fork 123
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
Change the min rounds per epoch #1928
Conversation
Fixed the name of the role when calling set_burnable()
Docker tags |
Benchmark for 327b5d1Click to view benchmark
|
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! A few suggestions to make it not break testnets
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.
Really nice, thanks! :)
@@ -0,0 +1,44 @@ | |||
{ |
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.
Hmm I'm surprised this didn't error because they weren't regenerated... In a separate PR,
I would suggest in a separate PR that we either:
- Move this into the scenario
dumper.rs
(probably slightly easier) - Keep it separate, and use a
FolderContentAligner
, and have separate update/validate methods, and add itsupdate
function to./update-scenarios.sh
so it will run when someone updates a scenario.
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.
Sounds good to me. Will move this into the scenario in a separate PR.
Summary
Updates the min rounds per epoch in cuttlefish to be 100