chore: release v1.1027.0 - #12414
Merged
Merged
Conversation
Contributor
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have everything I need. None of the env analysis is needed beyond confirming the flag states; here's what I found.
Flag analysis: The features OFF in production include chains like Celo, Mantle, Ink, Cronos, Linea, Berachain, Scroll, Worldchain, Story, Plume, etc., plus
VITE_FEATURE_AGENTIC_CHAT,VITE_FEATURE_CHAINFLIP_LENDING,VITE_FEATURE_TX_HISTORY_BYE_BYE,VITE_FEATURE_THORCHAIN_TCY_ACTIVITY,VITE_FEATURE_NOTIFICATIONS_WEBSERVICES, andVITE_FEATURE_WC_DIRECT_CONNECTION. None of the commits in this release touch any flagged-off feature, so the dev-only section is empty.Production changes - testing required
Affiliate dashboard + WalletConnect/AppKit
Hardens the affiliate dashboard's wallet connection: removes dead multi-network actions from the AppKit account modal, fixes the perpetual loading spinner on the connected-wallet pill, and lets non-Arbitrum wallets (Phantom, Rabby) connect for SIWE without forcing a network switch. Also fixes "Invalid App Configuration" / missing WalletConnect QR on non-shapeshift.com origins. Test: connect via WalletConnect and various wallets on both the dashboard and swap widget, confirm the QR renders, the wallet pill resolves (no infinite spinner), and SIWE sign-in succeeds without a chain switch.
Swap widget
Reworks the receive-address experience into an always-visible, inline-editable row after the Buy card (replacing the old modal), and persists the demo customizer's partner code, theme colors, and light/dark preference to localStorage with a corrected light-mode accent. Test: enter and edit a manual receive address inline, confirm custom addresses are accepted even when one is derived, and verify the demo customizer survives a page refresh with correct light-mode accent coloring.
THORChain TCY
During a THORChain halt, TCY claim/stake/unstake confirm buttons are no longer silently disabled and fees still estimate, with the halt reason surfaced to the user. Test: exercise TCY claim/stake/unstake flows and confirm the halt state is shown clearly rather than an unexplained disabled button.
Action Center / RBF
The RBF Speed Up modal now reads the live action from the store instead of a stale snapshot, fixing un-interpolated notifications like
Sending %{amount} BTC. Test: trigger a speed-up on a pending tx and confirm the replacement transaction and its notification show correct amounts/metadata.Fixes, deps, and infra
No testing required.
Translation sync, asset data regeneration, RFOX epoch IPFS pin update, the asset-regen cron moving from daily to weekly, and a swap-widget package bump publishing additive
partnerBps/shapeshiftBpsfields.Dev/local only - no production testing required
None. No commits in this release touch a feature that is flagged off in production.