Skip to content
Unverified Commit 5a17606d authored by Branislav Kontur's avatar Branislav Kontur Committed by GitHub
Browse files

Bridge relayer backwards compatibility for reading storage InboundLaneData/OutboundLaneData (#5921)

For permissionless lanes, we add `lane_state` to the `InboundLaneData`
and `OutboundLaneData` structs. However, for a period of time (until
both BHK and BHP are upgraded to the same version), we need the relayer
to function with runtimes where one has been migrated with `lane_state`
and the other has not. This PR addresses the incompatibility by
introducing wrapper structs for decoding without `lane_state`.
parent dada6cea
Pipeline #500011 waiting for manual action with stages
in 46 minutes and 37 seconds