Skip to content
Unverified Commit 29e2dbf1 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 04ac9c69
Pipeline #499999 waiting for manual action with stages
in 47 minutes and 38 seconds