Skip to content

chore: release v1.1019.0#12236

Merged
kaladinlight merged 1 commit intomainfrom
release
Apr 2, 2026
Merged

chore: release v1.1019.0#12236
kaladinlight merged 1 commit intomainfrom
release

Conversation

@kaladinlight
Copy link
Copy Markdown
Contributor

Production changes - testing required

Chainflip swap fixes

Fixes "View Transaction" linking to the wrong Chainflip swap ID, and adjusts Solana compute budget. Test Chainflip swaps end-to-end and verify the explorer link in the action center opens the correct swap on scan.chainflip.io. Also verify Chainflip swaps involving Solana still land.

Tron TRC20 fixes

Non-activated Tron accounts (never sent TRX) now correctly discover TRC20 balances like USDT. Test by viewing a Tron address that holds TRC20 tokens but has never sent TRX - balances should appear in the portfolio. A warning should display when attempting to send from a non-activated account.

Yield / Earn improvements

Yield balance queries are now batched to stay under the 25-query API limit - fixes "My Positions (0)" for native wallets. Test by connecting a native wallet and verifying yield positions load. Also test a yield/staking transaction with insufficient gas - should show a specific error (e.g. "Insufficient ETH for Gas") instead of a generic failure message.

rFOX staking fix

Selecting WETH/FOX filter then clicking Unstake now correctly opens the modal with WETH/FOX pre-selected instead of defaulting to FOX. Test by switching to the WETH/FOX filter on the rFOX page and clicking Stake or Unstake - the modal should reflect the correct asset.

Custom token metadata proxy

Custom token metadata lookups now go through api.proxy.shapeshift.com instead of direct Alchemy/Metaplex calls (key rotation security fix). Test custom token import on EVM chains and Solana - metadata (name, symbol, icon) should still resolve correctly.

RPC fallback resilience

All first-class EVM chains now have public fallback RPCs so the app degrades gracefully if unchained is down. Regression testing only - verify normal EVM chain operations (balances, sends, swaps) still work under normal conditions.

Trade confirmation UX

Network fee errors are now displayed at the trade confirmation step. Test by initiating a trade where the network fee estimation fails - an error message should appear on the confirm screen.

WalletConnect UI fix

The "Choose Network" modal for WalletConnect now scrolls when many chains are available. Test by connecting via WalletConnect and verifying the network list is scrollable and not clipped.

Mobile QR scanner version gate

Fixes a 60-second spinner timeout on mobile app versions 3.4.0-3.7.1 when scanning QR codes. Mobile apps below 3.7.2 now correctly fall back to the web-based scanner.

Transaction history translations

Restores translation keys (orderRoute, transactionType, fee, approvalAmount) that were incorrectly removed. Test by viewing transaction details - labels should show human-readable text instead of raw keys like transactionHistory.orderRoute.

Translations update

First biweekly translation sync from the International UX Workstream. Regression testing only - spot-check a few non-English locales for obvious rendering issues.

Affiliate system and public-api

Aligns the affiliate system across public-api, swap widget, and affiliate dashboard. Updates the NEAR affiliate address to the Sputnik DAO address. Test the swap widget affiliate flow and verify the affiliate dashboard loads correctly in production.

Fixes, deps, and infra

No testing required.


Dev/local only - no production testing required

Abstract chain (VITE_FEATURE_ABSTRACT)

Adds Abstract (EVM L2, chain ID 2741) as a second-class chain behind feature flag. Also includes a new scripts/addChain/ scaffolder for automating second-class EVM chain integrations.

Chainflip Lending dashboard (VITE_FEATURE_CHAINFLIP_LENDING)

Revamps the Chainflip Lending UI with My Dashboard/Markets tabs, init view for first-time users, and updated layout closer to Figma designs.

* feat: affiliate system alignment - public-api, widget, dashboard (#12150)

* feat: add RPC fallback resilience for unchained outages (#12017)

* chore: update near affiliate address (#12156)

* fix: codex config relative path to agents.md (#12152)

fix: codex config relative path to AGENTS.md

Codex resolves model_instructions_file relative to .codex/ dir,
so "AGENTS.md" was looking for .codex/AGENTS.md instead of repo root.

Co-authored-by: gomes-bot <contact@0xgom.es>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

* fix: restore missing transaction history translation keys (#12168)

* fix: bump NativeQrScanner minimum version to 3.7.2 (#12173)

The native QR scanner handler ships in mobile app v3.7.2 (mobile-app
PR #156), but the version gate was set to 3.4.0. This caused mobile
apps v3.4.0–3.7.1 to incorrectly attempt native scanning, resulting
in a 60-second spinner timeout with no way to scan.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

* fix: make WalletConnect network selection list scrollable (#12169)

* fix: batch yield balance queries to respect api limit (#12174)

* fix: graceful error message when yield tx fails due to insufficient gas (#12176)

* fix: sync rfox staking asset selection to context for modals (#12175)

* fix: release script squash-merge compat and backmerge automation (#12162)

* fix: prevent duplicate private sync pr in release script

merged_untagged case was creating a private sync PR without checking
if one already existed, unlike tagged_private_stale which had the guard.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix: prevent duplicate private sync pr in release script

tagged_private_stale case was creating a private sync PR even when
private was already content-identical to main (SHA mismatch due to
propagation delay after a sync PR merges). Added a content diff check
to bail early in that case. Same guard applied to the hotfix path.

The merged_untagged case also gets the open-PR guard for belt-and-suspenders.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix: idle prereleaseMerged content diff + tagged_private_stale backmerge auto-merge

- idle case: use git diff content check instead of SHA equality for
  prereleaseMerged - squash merges diverge SHAs even when content matches
- tagged_private_stale (regular + hotfix): set auto-merge with merge
  commit strategy on backmerge PR so it lands without manual intervention

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix: coderabbitai review - prereleaseMerged ahead-check + no early break in tagged_private_stale

- idle: replace SHA/content-diff prereleaseMerged with commit-ahead check
  (origin/main..origin/release) - prevents false positive when release is
  *behind* main (e.g. post-hotfix), which would have routed into release PR
  path with 0 commits
- tagged_private_stale (regular + hotfix): remove early break when private
  is content-synced - script must still evaluate backmerge PR creation even
  when private sync is a no-op

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix: prettier formatting in release script

* fix: enable auto-merge on existing backmerge PRs during reruns

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* fix: lint

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: gomes-bot <contact@0xgom.es>

* docs: update qabot skill for agent-browser 0.20.x features (#12177)

* chore: update near affiliate address

* docs: update qabot skill for agent-browser 0.20.x features

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Apotheosis <0xapotheosis@gmail.com>
Co-authored-by: gomes-bot <contact@0xgom.es>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* feat: route custom token metadata imports through proxy (#12040)

* fix: use content diff for private sync state detection in release script (#12181)

* fix: type error on mismatch viem version (#12193)

* fix: tron trc20 balances for non-activated accounts + send warning (#12191)

* feat: abstract chain + addchain scaffolder (#12186)

* fix: move workspace cetusprotocol dependecies into swapper package (#12195)

* fix: show networkFeeError at trade confirm (#12197)

* fix: chainflip swap explorer link and solana compute budget (#12178)

* fix(public-api): fix broken dev setup, replace smoke tests with vitest (#12198)

* chore: refactor to improve maintainability (#12199)

* fix: align public-api Docker image paths and simplify server config (#12204)

* feat: chainflip lending dashboard revamp (#12189)

* feat: add affiliate & auth routes to public-api, refactor affiliate-dashboard for prod (#12200)

* chore: update app translations (#12209)

* chore: update env vars (#12210)

* chore: railway deployment updates for swap widget and affiliate dashboard (#12227)

* fix: asset generation scripts (#12228)

* feat: regenerate asset data 03/31/2026 (#12229)

Co-authored-by: asset-generation-bot <action@github.com>

---------

Co-authored-by: NeOMakinG <14963751+NeOMakinG@users.noreply.github.com>
Co-authored-by: Apotheosis <0xapotheosis@gmail.com>
Co-authored-by: gomes <17035424+gomesalexandre@users.noreply.github.com>
Co-authored-by: gomes-bot <contact@0xgom.es>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Jibles <premiumjibles@gmail.com>
Co-authored-by: firebomb1 <88804546+firebomb1@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: asset-generation-bot <action@github.com>
@kaladinlight kaladinlight requested a review from a team as a code owner April 1, 2026 18:55
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 1, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 883b82a4-9549-4196-8ee7-4454b25ecf62

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@kaladinlight kaladinlight merged commit 2718e02 into main Apr 2, 2026
12 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