ToBlinded: Use Fulu. (#14797)

* `ToBlinded`: Use Fulu.

* Fix Sammy's comment.

* `unmarshalState`: Use `hasFuluKey`.
This commit is contained in:
Manu NALEPA
2025-01-15 20:50:48 +01:00
committed by GitHub
parent ef293e52f8
commit e07341e1d5
5 changed files with 61 additions and 5 deletions

View File

@@ -366,5 +366,5 @@ func FillTestVersions(c *BeaconChainConfig, b byte) {
c.CapellaForkVersion[0] = 3
c.DenebForkVersion[0] = 4
c.ElectraForkVersion[0] = 5
c.FuluForkVersion[0] = 5
c.FuluForkVersion[0] = 6
}