mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-10 01:34:29 +00: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.