flow-go
flow-go copied to clipboard
[EFM] Modify `EpochRecover` parsing logic to correctly convert Candence structure
Context
EpochRecover
representation from Cadence has an extra field IndexMap
which has to be correctly parsed to Go structure.
Definition of done
- Add parsing logic from Cadence to Go for
IndexMap
ofEpochRecover
structure. - Update tests