chore: release v1.1042.0 - #12613
Merged
Merged
Conversation
…#12551) Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
…#12586) Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
…12587) Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
…12588) Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-authored-by: asset-generation-bot <action@github.com>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
…2605) Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-authored-by: asset-generation-bot <action@github.com>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
…#12612) Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
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 Plus 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.
Checked
.env,.env.production, and.env.development. None of the 16 commits map to aVITE_FEATURE_*flag that is off in production - no commit touches Celo, FlowEVM, Agentic Chat, Sei, Cetus, Chainflip Lending, TCY Activity, WC Direct Connection, MM Native Multichain, Notifications Webservices, or any of the flagged-off EVM chains (Abstract, Berachain, Blast, Cronos, Ethereal, Hemi, Ink, Linea, Mantle, Mode, Plume, Scroll, Soneium, Sonic, Story, Unichain, Worldchain, zkSync Era). Everything below is production-visible.Production changes - testing required
KeepKey
This is the heaviest testing area in the release. Test with a physical KeepKey: click Pair and confirm the button shows a loading state and the PIN matrix appears in-app while the device shows its matrix; disconnect from inside the app and reconnect; open the wallet drawer and confirm firmware, bootloader, label, PIN, timeout and passphrase entries are all reachable and work. Confirm a device on current firmware (7.14.x) is no longer told to update, and that any update prompt points at Vault. Confirm RUJI deposits work and that RUJI/non-RUNE THORChain sends are blocked upfront with a clear message rather than failing at signing.
Wallet flow cleanup
Removes the
NewWalletFlowandNewWalletManagerflags plus ~4,000 lines of unreachable code. The connect-modal portion is inert, but the wallet menu/drawer changes are real: regression test the full connect flow for every wallet type (native, Ledger, Trezor, KeepKey, MetaMask, WalletConnect, Phantom, Vultisig, GridPlus) and click through every entry in the connected wallet drawer.Account discovery performance
Deduplicates EVM address derivation across chains and lets discovery resume and subscribe to transactions without the device attached. Connect a multi-chain wallet from cold and confirm all accounts and balances appear across every EVM chain, that additional account numbers are found, and that incoming transactions still show up in the activity feed.
Assets and swappers
Portals trades previously advertised a 0% tolerance, showing a purple "Custom 0.00%" tag and under-quoting by the full slippage amount. Get a Portals quote and confirm the slippage tag reads the real tolerance and the expected output is sane, then execute one to confirm it does not fail on slippage. Separately, check that Tron and Sui tokens now group with their counterparts on other chains in the asset selector and on asset pages.
Public API
The API no longer advertises or quotes sell assets it cannot build a transaction for (Tron, Sui, TON, NEAR, Starknet), and Bebop's Solana path is disabled rather than returning unsignable quotes. Hit
/v1/chainsand/v1/assetsand confirm those chains are gone from sell-side listings, and that quote requests for them fail cleanly instead of returning an unsignable quote. No effect on the web app UI.Swap widget
Redirect-only chains were filtered out one layer upstream and have never been selectable. Open the widget asset selector and confirm the redirect-only chains appear and that picking one routes to the expected redirect. Also confirm the widget still loads and Solana wallet connection works after the import change.
Fixes, deps, and infra
Routine asset data regeneration, CI coverage for the swap-widget package, and a preview host allowlist entry for the widget release deployment. No testing required.
Dev/local only - no production testing required
No commits in this release are behind a feature flag that is off in production.