validator: Remove --dev-halt-at-slot argument#9220
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #9220 +/- ##
=======================================
Coverage 82.6% 82.6%
=======================================
Files 890 890
Lines 320910 320889 -21
=======================================
- Hits 265294 265291 -3
+ Misses 55616 55598 -18 🚀 New features to boost your workflow:
|
t-nelson
left a comment
There was a problem hiding this comment.
can you split deprecation and removal so we can bp the deprecation and let the removal ride 4.0
Wasn't planning on BP'ing but if you're on board then let's do it - #9232 is the PR that is suitable for BP. Will rebase this one on top of master once it lands. Will request review from ya on that one once CI completes |
|
well if you want to remove on a major, it needs deprecated before the previous minor hits mb |
abd3596 to
c33551c
Compare
c33551c to
9d3bb5f
Compare
Fair enough - I figured this was functionally dead so ripped it + left the flag to avoid someone erroring out. Probably a bit too aggressive and better to do The-Right-Thing™️ instead. PR has been rebased on tip + updated, we should seemingly land the BP before this one |
|
Extra force push was for a CI failure that I was pretty confident was unrelated to my change (gossip); green CI now so I think we're good |
#9244 merged so this is done |
Summary of Changes
This was a debug flag to stop the validator midway through startup; it has no value now so remove the underlying logic and mark the flag as deprecated
The flag was added prior to 8b2327e (2019); I didn't care to go digging further but I think its time has come