Skip to content

Conversation

@isstuev
Copy link
Collaborator

@isstuev isstuev commented Feb 9, 2026

Description and Related Issue(s)

resolves #2293

Additional Information

historical exchange rate would be set to null for the latest txs in the 10.0 backend release

Checklist for PR author

  • I have tested these changes locally.
  • I added tests to cover any new functionality, following this guide
  • Whenever I fix a bug, I include a regression test to ensure that the bug does not reappear silently.
  • If I have added a feature or functionality that is not privacy-compliant (e.g., tracking, analytics, third-party services), I have disabled it for private mode.
  • If I have added, changed, renamed, or removed an environment variable
    • I updated the list of environment variables in the documentation
    • I made the necessary changes to the validator script according to the guide
    • I added "ENVs" label to this pull request

Note

Medium Risk
Touches shared value rendering used widely across the UI and changes how USD amounts are computed/displayed (including new interactive toggle), so regressions in formatting or tooltip behavior could affect many views.

Overview
Adds historic_exchange_rate to the Transaction API type and updates stubs/mocks and degraded/RPC placeholder tx objects to carry it through.

Updates AssetValue/SimpleValue to optionally compute USD using a historic exchange rate by default, show a tooltip label (historic vs current), and—when enabled—render the USD value as a clickable tag to toggle between historic and current rates. Wires this through NativeCoinValue usages across tx details (value, fees, rollup fees, burnt/blob fees) and tx lists via a new hasExchangeRateToggle prop (including TxFee). Adds Playwright screenshot tests covering the new exchange-rate toggle and tooltip behavior.

Written by Cursor Bugbot for commit 2a7dd7c. This will update automatically on new commits. Configure here.

@isstuev isstuev force-pushed the fe-2293 branch 4 times, most recently from a3a80e0 to 92957f0 Compare February 10, 2026 21:10
@isstuev isstuev marked this pull request as ready for review February 11, 2026 09:05
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

This PR is being reviewed by Cursor Bugbot

Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

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.

Tx page: show historical $ value

1 participant