mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-01 12:45:04 -05:00
The helpers needed to migrate LC data across forks are generic enough to allow extraction from a specific test into the common `light_client.py` helper module. This way, it is possible to use them from future tests. Also complete the missing functions for `LightClientFinalityUpdate`, `LightClientOptimisticUpdate` and `LightClientHeader` in same style.