Skip to content

chore: release v1.1028.0 - #12429

Merged
kaladinlight merged 9 commits into
mainfrom
release
Jun 15, 2026
Merged

chore: release v1.1028.0#12429
kaladinlight merged 9 commits into
mainfrom
release

Conversation

@kaladinlight

Copy link
Copy Markdown
Member

Feature flag analysis

Confirmed OFF in production (false in .env, not overridden to true in .env.production), ON in development:

  • VITE_FEATURE_BOB_GATEWAY_SWAP - dev-only
  • VITE_FEATURE_BOB, VITE_FEATURE_WORLDCHAIN, VITE_FEATURE_CELO - dev-only

The three BOB Gateway swapper commits (#12428, #12426, #12275) map to VITE_FEATURE_BOB_GATEWAY_SWAP, which is OFF in production. Everything else is live in production.


Production changes - testing required

Public API + swap widget chain restriction

Narrows the public API and embeddable swap widget to the 16 production-validated chains (8 EVM, 4 UTXO, 3 Cosmos SDK, Solana) and drops WorldChain from the widget. Test that the public API only returns supported chains and that the swap widget no longer offers WorldChain or any feature-flagged-off chains for quotes/swaps.

Swap widget demo

Adds an Inline/Modal display toggle to the widget demo customizer, with a "Swap crypto" CTA that opens the widget in a centered overlay. Test the toggle in the demo: open/close via backdrop click, Escape, and close button, and confirm body scroll locks while the modal is open.

Fixes, deps, and infra

Asset data regeneration plus a workspace-wide vitest 4.1.0 upgrade and test config consolidation. No testing required.


Dev/local only - no production testing required

BOB Gateway swapper (BTC ↔ BOB)

Adds the BOB Gateway swapper enabling native BTC ↔ BOB swaps via the BOB Gateway protocol (@gobob/bob-sdk), plus follow-up fixes: omitting the sender on UTXO sells to avoid the per-address confirmed-funds rejection, buffering the broadcast EVM gas limit by 20% to reduce out-of-gas reverts, and raising the default slippage. Gated behind VITE_FEATURE_BOB_GATEWAY_SWAP, off in production.

@kaladinlight
kaladinlight requested a review from a team as a code owner June 15, 2026 18:03
@coderabbitai

coderabbitai Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

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: 77e219f7-5250-40dc-9101-0c3d9959cd12

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 enabled auto-merge June 15, 2026 21:21
@kaladinlight
kaladinlight disabled auto-merge June 15, 2026 21:22
@kaladinlight
kaladinlight merged commit cbaef22 into main Jun 15, 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.

2 participants