mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Update ForkName::latest_stable to Fulu for tests (#8181)
Update `ForkName::latest_stable` to Fulu, reflecting our plan to stabilise Fulu in the immediate future! This will lead to some more tests running with Fulu rather than Electra. Co-Authored-By: Michael Sproul <michael@sigmaprime.io>
This commit is contained in:
@@ -51,7 +51,7 @@ impl ForkName {
|
||||
/// This fork serves as the baseline for many tests, and the goal
|
||||
/// is to ensure features are passing on this fork.
|
||||
pub fn latest_stable() -> ForkName {
|
||||
ForkName::Electra
|
||||
ForkName::Fulu
|
||||
}
|
||||
|
||||
/// Set the activation slots in the given `ChainSpec` so that the fork named by `self`
|
||||
|
||||
Reference in New Issue
Block a user