BeaconState ssz_static tests passing

This commit is contained in:
Michael Sproul
2026-01-20 09:51:29 +11:00
parent 90122b7662
commit 7bf98d4ff6
6 changed files with 3 additions and 8 deletions

View File

@@ -22,7 +22,7 @@ pub trait Handler {
// Add forks here to exclude them from EF spec testing. Helpful for adding future or
// unspecified forks.
fn disabled_forks(&self) -> Vec<ForkName> {
vec![ForkName::Gloas]
vec![]
}
fn is_enabled_for_fork(&self, fork_name: ForkName) -> bool {