Skip to content

fix: multichain state synchronization and solana send flow issues#4817

Merged
0xmkh merged 5 commits intomainfrom
fix/multichain-all-not-connecting
Aug 12, 2025
Merged

fix: multichain state synchronization and solana send flow issues#4817
0xmkh merged 5 commits intomainfrom
fix/multichain-all-not-connecting

Conversation

@0xmkh
Copy link
Copy Markdown
Collaborator

@0xmkh 0xmkh commented Aug 12, 2025

Description

Fixed an issue where using <w3m-button> with multichain didn't reflect the latest state changes and fixed send flow issues on solana when using multichain

Type of change

  • Chore (non-breaking change that addresses non-functional tasks, maintenance, or code quality improvements)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Associated Issues

For Linear issues: Closes APKT-3359

Checklist

  • Code in this PR is covered by automated tests (Unit tests, E2E tests)
  • My changes generate no new warnings
  • I have reviewed my own code
  • I have filled out all required sections
  • I have tested my changes on the preview link
  • Approver of this PR confirms that the changes are tested on the preview link

@linear
Copy link
Copy Markdown

linear bot commented Aug 12, 2025

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Aug 12, 2025

🦋 Changeset detected

Latest commit: 2ce5eff

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 25 packages
Name Type
@reown/appkit-controllers Patch
@reown/appkit-scaffold-ui Patch
pay-test-exchange Patch
@reown/appkit-adapter-bitcoin Patch
@reown/appkit-adapter-ethers Patch
@reown/appkit-adapter-ethers5 Patch
@reown/appkit-adapter-solana Patch
@reown/appkit-adapter-wagmi Patch
@reown/appkit Patch
@reown/appkit-utils Patch
@reown/appkit-cdn Patch
@reown/appkit-cli Patch
@reown/appkit-codemod Patch
@reown/appkit-common Patch
@reown/appkit-core Patch
@reown/appkit-experimental Patch
@reown/appkit-pay Patch
@reown/appkit-polyfills Patch
@reown/appkit-siwe Patch
@reown/appkit-siwx Patch
@reown/appkit-testing Patch
@reown/appkit-ui Patch
@reown/appkit-universal-connector Patch
@reown/appkit-wallet Patch
@reown/appkit-wallet-button Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link
Copy Markdown

vercel bot commented Aug 12, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Project Deployment Preview Comments Updated (UTC)
appkit-basic-html Ready Preview Comment Aug 12, 2025 2:37pm
appkit-demo Ready Preview Comment Aug 12, 2025 2:37pm
appkit-gallery Ready Preview Comment Aug 12, 2025 2:37pm
appkit-laboratory Ready Preview Comment Aug 12, 2025 2:37pm
10 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
appkit-basic-example ⬜️ Ignored Aug 12, 2025 2:37pm
appkit-basic-sign-client-example ⬜️ Ignored Aug 12, 2025 2:37pm
appkit-basic-up-example ⬜️ Ignored Aug 12, 2025 2:37pm
appkit-ethers5-bera ⬜️ Ignored Aug 12, 2025 2:37pm
appkit-nansen-demo ⬜️ Ignored Aug 12, 2025 2:37pm
appkit-vue-solana ⬜️ Ignored Aug 12, 2025 2:37pm
appkit-wagmi-cdn-example ⬜️ Ignored Aug 12, 2025 2:37pm
ethereum-provider-wagmi-example ⬜️ Ignored Aug 12, 2025 2:37pm
next-wagmi-solana-bitcoin-example ⬜️ Ignored Aug 12, 2025 2:37pm
vue-wagmi-example ⬜️ Ignored Aug 12, 2025 2:37pm

cursor[bot]

This comment was marked as outdated.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Aug 12, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 78.04% 32502 / 41643
🔵 Statements 78.04% 32502 / 41643
🔵 Functions 69.68% 2697 / 3870
🔵 Branches 84.86% 6908 / 8140
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
packages/controllers/src/controllers/SendController.ts 59.25% 72.34% 58.82% 59.25% 73, 117-119, 121, 132-133, 138-139, 142-143, 163-178, 223-238, 243-274, 280-281, 293, 295-311, 315-332, 154-270
packages/controllers/src/controllers/SwapController.ts 55.47% 81.06% 68.33% 55.47% 55-58, 187, 230-235, 266-268, 277-278, 286-300, 329, 338-339, 347-350, 391, 398, 401-403, 410-427, 436-438, 452-453, 464-465, 484-485, 489-497, 501, 503, 505, 507, 552-561, 596-626, 630-684, 688-742, 746-747, 762-763, 779-798, 802-884, 903-904, 796-880
packages/scaffold-ui/src/modal/w3m-button/index.ts 94.64% 100% 83.33% 94.64% 49-50, 85
Generated in workflow #14209 for commit 2ce5eff by the Vitest Coverage Report Action

@0xmkh 0xmkh added this pull request to the merge queue Aug 12, 2025
Merged via the queue into main with commit b0fe149 Aug 12, 2025
41 checks passed
@0xmkh 0xmkh deleted the fix/multichain-all-not-connecting branch August 12, 2025 16:03
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.

3 participants