Skip to content

Release: develop -> main#73

Merged
Danswar merged 2 commits intomainfrom
develop
Feb 24, 2026
Merged

Release: develop -> main#73
Danswar merged 2 commits intomainfrom
develop

Conversation

@github-actions
Copy link

Automatic Release PR

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

Commits: 2 new commit(s)

Checklist

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

The euroPrice cache (containing USD, EUR and BTC rates from CoinGecko)
had no TTL and only refreshed when blockchain blocks were detected.
If block detection stalled, the BTC rate could become hours stale,
causing significant mispricing on BTC-denominated trading pairs.

Add a 60-second TTL to euroPrice so it self-refreshes on endpoint
access regardless of block detection. Also fix the truthy check on
empty objects ({}) that prevented initial fetches.
@Danswar Danswar merged commit 0fe8b51 into main Feb 24, 2026
2 of 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.

2 participants