Closed aljo242 closed 4 weeks ago
Attention: Patch coverage is 66.66667%
with 15 lines
in your changes missing coverage. Please review.
Project coverage is 57.31%. Comparing base (
1d27812
) to head (46b8197
). Report is 2 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
providers/providertest/provider.go | 0.00% | 9 Missing :warning: |
oracle/market_mapper.go | 81.25% | 4 Missing and 2 partials :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Part of CON-1839
This is a sidecar level fix that reverts the check of
LastUpdated
to checking equality of the incoming market map updates.Factor out updating check to
IsMarketMapValidUpdated
which now has testing.The market equality check can be reverted to the LastUpdated check once we are using on-chain logic with this PR.