mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-25 01:50:08 +00:00
240a127f9f
When calling `get_sync_aggregate` with a `signature_slot - 1` in a future fork, i.e., the first slot of the new fork is missed, it uses a wrong fork version for the signature. Fix that by correctly applying fork transitions to the `signature_state`, if a fork schedule is given.