Skip to content

September 11, 2026 Production Release - #79

Merged
csibbach merged 6 commits into
mainfrom
develop
Sep 12, 2026
Merged

csibbach merged 6 commits into
mainfrom
develop

Conversation

@csibbach

Copy link
Copy Markdown
Contributor

No description provided.

Charlie Sibbach and others added 6 commits September 11, 2026 17:25
…nagement

- Added a refresh button in the BitcoinDetails component to allow users to refresh their balance without interrupting other actions.
- Updated the refresh function to support a quiet mode, improving user experience during balance updates.
- Modified AssetList to filter tracked assets by chain ID, ensuring accurate asset representation based on the selected chain.
- Adjusted the ITrackedAssetRepository interface and related implementations to support optional chain ID parameters for asset listing and balance fetching.
- Introduced request ID tracking to ensure only the latest balance request updates the state.
- Enhanced quiet mode handling to manage loading and refreshing states more effectively.
- Added references to track in-flight balance requests, improving user experience during concurrent updates.
- Updated `requestBalanceRefresh` to accept an optional `chainId` parameter, allowing for more precise balance updates based on the source chain.
- Refactored balance refresh calls in `CCTPBridge` to utilize the new parameter, improving the handling of asset balances across different chains.
- Adjusted related components to ensure consistent balance fetching behavior, enhancing overall user experience during transactions.
- Updated `requestBalanceRefresh` calls in the `AssetList` component to accept an optional `chainId` parameter, enhancing balance fetching accuracy for EVM chains.
- Simplified balance loading logic by returning early when the chain is not EVM, ensuring efficient state management and user experience during balance updates.
@csibbach
csibbach merged commit c9765dc into main Sep 12, 2026
2 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