Skip to content

chore: release v1.1018.0#12184

Open
gomesalexandre wants to merge 15 commits intomainfrom
release
Open

chore: release v1.1018.0#12184
gomesalexandre wants to merge 15 commits intomainfrom
release

Conversation

@gomesalexandre
Copy link
Contributor

Description

v1.1018.0 release.

Production changes - testing required

RPC fallback resilience for unchained outages (#12017)

  • Adds public fallback RPCs (LlamaRPC + official chain RPCs) for all 32 EVM chains at both the viem transport and chain adapter layers
  • getAccount(), broadcastTransaction(), getGasFeeData() now fall back to direct RPC when unchained returns 503
  • CSP connect-src updated for all fallback origins
  • Test: simulate unchained down (VITE_ETHEREUM_NODE_URL=https://httpstat.us/503), verify ETH balance loads and console shows fallback message

Custom token metadata proxy (#12040)

  • Routes custom token metadata lookups (Alchemy/Metaplex) through api.proxy.shapeshift.com - removes exposed client-side Alchemy key
  • Removes VITE_ALCHEMY_POLYGON_URL and dead client-side Alchemy SDK usage
  • Test: custom token import end-to-end (add a custom ERC-20 by address)

Affiliate system alignment (#12150)

  • Aligns affiliate BPS handling across public-api, swap-widget, and affiliate-dashboard
  • Adds partnerCode prop to swap widget, X-Partner-Code header support in public-api
  • Affiliate dashboard now supports wallet connection (MetaMask/WalletConnect) for auto-fetching stats
  • Test: swap widget with partner code, affiliate dashboard stats fetch

rFOX staking asset selection fix (#12175)

  • Selecting WETH/FOX filter then clicking Unstake/Stake now opens modal with correct asset (was always defaulting to FOX)
  • Test: Fox Ecosystem page → select WETH/FOX filter → click Unstake → verify modal shows WETH/FOX pre-selected

Yield improvements (#12174, #12176)

  • Batch yield balance queries into chunks of 25 (fixes "My Positions (0)" for native wallets that generate 38+ queries)
  • Gas error messages now show specific asset (e.g. "Insufficient ETH for Gas") instead of generic failure
  • Test: yield positions load with native wallet; trigger a yield tx with insufficient gas and verify error message

WalletConnect network modal (#12169)

  • Network selection list is now scrollable when many chains are present
  • Test: connect a WalletConnect dApp that requests 15+ chains, verify modal scrolls and Done button stays visible

Fixes, deps, and infra

Dev/local only - no production testing required

Release script fixes

Tooling

Risk

Medium overall - RPC fallback and custom token proxy are the biggest surface areas, both additive/fallback only with no happy-path changes.

NeOMakinG and others added 15 commits March 13, 2026 22:11
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 <[email protected]>
Co-authored-by: Claude Opus 4.6 <[email protected]>
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 <[email protected]>
)

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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) <[email protected]>

* fix: lint

---------

Co-authored-by: Claude Sonnet 4.6 <[email protected]>
Co-authored-by: gomes-bot <[email protected]>
* 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) <[email protected]>

---------

Co-authored-by: Apotheosis <[email protected]>
Co-authored-by: gomes-bot <[email protected]>
Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
@gomesalexandre gomesalexandre requested a review from a team as a code owner March 17, 2026 09:53
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 17, 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: 6b67995e-d225-4721-99be-cc72c0dae78a

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
📝 Coding Plan
  • Generate coding plan for human review comments

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.

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.

4 participants