chore: release v1.1039.0 - #12519
Open
kaladinlight wants to merge 7 commits into
Open
Conversation
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
…ol (#12511) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: asset-generation-bot <action@github.com>
…ect (#12512) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…12517) Co-authored-by: Claude Fable 5 <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.
All six commits map to features that are ON in production (
VITE_FEATURE_RUNEPOOL,VITE_FEATURE_USDT_APPROVAL_RESET, and the swapper flags for Across/Bebop/Butter/Relay/deBridge/THOR/Arbitrum Bridge/BOB Gateway are alltruein.envwith no.env.productionoverride). The only prod-off flags areAGENTIC_CHAT,FLOWEVM,CELO,THORCHAIN_TCY_ACTIVITY, and the base-false chain/swapper flags - none of which appear in this release.Production changes - testing required
Swapper quote execution rework (executable quotes + gas estimation + approvals)
Quotes now carry their transaction data built at quote time (execution reads that stored data and only refreshes gas price), rates become display-only best-effort, gas estimation uses state overrides so ERC-20 sells can be estimated before approval (Tenderly is removed), and the public API quote response now returns ready-to-sign exact approval transactions in broadcast order. This is the highest-risk area of the release: test end-to-end swaps on every swapper and chain type (EVM, UTXO, Solana, Cosmos, TRON, TON, CowSwap), with particular attention to first-time ERC-20 sells that require an approval, USDT-style tokens needing an allowance reset, and quotes that sit open long enough to need a fresh gas price at execution. Verify displayed network fees and rate quotes still populate, and confirm previously hard-failing pre-approval quotes on ArbitrumBridge, ButterSwap, THORChain/MAYAChain EVM, and BOB Gateway now return.
THORChain DeFi cleanup + RUNEPool
THORChain lending and savers are deleted outright and RUNEPool is extracted onto its own rails, with a follow-up fix for RUNEPool positions failing to load on account/asset pages and the "view position" redirect. Confirm
/lendingand savers entry points are fully gone (no dead nav items or broken routes), then check RUNEPool deposit/withdraw and that an existing RUNEPool position renders correctly from the account page, asset page, earn dashboard, and wallet drawer without an infinite spinner. Also regression-check TCY, THORChain LP, and the sweep flow, since their shared estimated-fees and sweep-needed hooks were relocated.Fixes, deps, and infra
Routine asset data regeneration. 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.