chore: release v1.1044.0 - #12631
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: Team Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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.
All five commits touch features enabled in production (
VITE_FEATURE_RFOX,VITE_FEATURE_BOB_GATEWAY_SWAP,VITE_FEATURE_PORTALS_SWAPPER,VITE_FEATURE_SWAPPER_RELAYare alltruewith no production override), so nothing lands in the dev-only section.Production changes - testing required
rFOX
Disables un-staking on the rFOX Arbitrum position ahead of the Ethereum migration, showing a tooltip that explains why and when to un-stake instead, and points the current epoch at the epoch 26 metadata. Test that the Arbitrum un-stake button is disabled with the tooltip visible, that staking and claiming still behave normally, and that epoch 26 rewards data loads on the rFOX page.
BOB Gateway swapper
Fixes a regression that broke every BOB Gateway BTC sell by sending the EVM receive address as the BTC refund address; the refund address is now a proper BTC address. Test that BTC sells through BOB Gateway return rates, produce a quote, and execute end to end.
Portals swapper
Portals cross-chain orders that settle on Relay are now tracked (previously only Axelar and Squid were polled, so completed swaps showed Pending forever behind a dead Axelarscan link) and the sell amount is corrected. Test a Portals cross-chain swap (for example Ethereum to Base) and confirm it moves to Complete with a working tracker link, and that the sell amount shown matches what leaves the wallet.
Fixes, deps, and infra
Release tooling only - the tag lookup now sorts semver tags instead of trusting simple-git ordering, so
pnpm releasepicks the real latest tag. No testing required.Dev/local only - no production testing required
None in this release.