Skip to content

Release: develop -> main#57

Merged
TaprootFreak merged 1 commit into
mainfrom
develop
May 18, 2026
Merged

Release: develop -> main#57
TaprootFreak merged 1 commit into
mainfrom
develop

Conversation

@github-actions
Copy link
Copy Markdown

Automatic Release PR

This PR was automatically created after changes were pushed to develop.

Commits: 1 new commit(s)

Checklist

  • Review all changes
  • Verify CI passes
  • Approve and merge when ready for production

Same retry-storm bug we fixed in d-EURO API (PR d-EURO#112):
when fetchPrice() returns no usd value (e.g. an unlisted collateral
token where CoinGecko returns {}), updatePrices() left the cache
entry untouched and the 5-minute staleness check
(timestamp + 300_000 < now) was still true on the next block tick.
Combined with the 10 s block polling that drives updatePrices(),
this made the same handful of unlisted tokens generate a steady
upstream MISS on every cycle, leaking through the pricing-proxy's
60 s cache once per minute per token.

Bump the entry's timestamp on a failed fetch too, so the retry
honours the same 5-minute window as a successful fetch.
@TaprootFreak TaprootFreak merged commit a26bcc0 into main May 18, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant