version: aggkit-proxy: v0.11.0-rc9
When the /tracker endpoint detects that a bridge has already been claimed, the bridge should be considered finalized.
If the tracker cannot populate one or more intermediate steps because of errors or unavailable data, it should skip those steps instead of leaving the tracker stuck or returning an error.
Expected behavior
- Detect that the bridge has already been claimed.
- Attempt to populate all relevant tracking steps.
- If an intermediate step cannot be populated, mark it as skipped.
- Include the reason why the step was skipped, when available.
- Mark the bridge tracking process as successfully finalized.
A failure to retrieve historical data for an intermediate step should not prevent finalization when the on-chain claim proves that the bridge lifecycle has already completed.
version: aggkit-proxy:
v0.11.0-rc9When the /tracker endpoint detects that a bridge has already been claimed, the bridge should be considered finalized.
If the tracker cannot populate one or more intermediate steps because of errors or unavailable data, it should skip those steps instead of leaving the tracker stuck or returning an error.
Expected behavior
A failure to retrieve historical data for an intermediate step should not prevent finalization when the on-chain claim proves that the bridge lifecycle has already completed.