Skip to content

fix: balance not updating after send#4301

Merged
tomiir merged 8 commits intomainfrom
chore/custom-solana-send
May 5, 2025
Merged

fix: balance not updating after send#4301
tomiir merged 8 commits intomainfrom
chore/custom-solana-send

Conversation

@tomiir
Copy link
Copy Markdown
Collaborator

@tomiir tomiir commented May 5, 2025

Description

Please include a brief summary of the change.

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

Closes APKT-1777

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

@vercel
Copy link
Copy Markdown

vercel bot commented May 5, 2025

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

Name Status Preview Comments Updated (UTC)
appkit-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 5, 2025 5:05pm
appkit-laboratory ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 5, 2025 5:05pm
11 Skipped Deployments
Name Status Preview Comments Updated (UTC)
appkit-basic-ep ⬜️ Ignored (Inspect) May 5, 2025 5:05pm
appkit-basic-example ⬜️ Ignored (Inspect) May 5, 2025 5:05pm
appkit-basic-sign-client-example ⬜️ Ignored (Inspect) May 5, 2025 5:05pm
appkit-basic-up-example ⬜️ Ignored (Inspect) May 5, 2025 5:05pm
appkit-ethers5-bera ⬜️ Ignored (Inspect) May 5, 2025 5:05pm
appkit-nansen-demo ⬜️ Ignored (Inspect) May 5, 2025 5:05pm
appkit-vue-solana ⬜️ Ignored (Inspect) May 5, 2025 5:05pm
appkit-wagmi-cdn-example ⬜️ Ignored (Inspect) May 5, 2025 5:05pm
ethereum-provider-wagmi-example ⬜️ Ignored (Inspect) May 5, 2025 5:05pm
next-wagmi-solana-bitcoin-example ⬜️ Ignored (Inspect) May 5, 2025 5:05pm
vue-wagmi-example ⬜️ Ignored (Inspect) May 5, 2025 5:05pm

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented May 5, 2025

Warnings
⚠️ File apps/laboratory/src/components/Solana/SolanaSendTransactionTest.tsx contains a KEY or SECRET
⚠️ File packages/appkit/src/client/appkit-base-client.ts contains a KEY or SECRET
⚠️ File packages/controllers/src/controllers/ConnectionController.ts contains a KEY or SECRET
⚠️ File packages/controllers/src/controllers/SendController.ts contains a KEY or SECRET
⚠️ File packages/controllers/tests/controllers/ChainController.test.ts contains a KEY or SECRET
⚠️ File packages/scaffold-ui/test/views/w3m-swap-view.test.ts contains a KEY or SECRET

Generated by 🚫 dangerJS against 6114447

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented May 5, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 75.92% 26325 / 34674
🔵 Statements 75.92% 26325 / 34674
🔵 Functions 67.37% 2222 / 3298
🔵 Branches 83.69% 5199 / 6212
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
packages/appkit/src/client/appkit-base-client.ts 74.91% 88.31% 77.55% 74.91% 163, 215-216, 218-219, 224-225, 303-304, 340-346, 380-381, 402-408, 411-412, 428-429, 462-466, 479-493, 518-524, 528-540, 543-545, 548-550, 553-555, 558-560, 563-569, 572-574, 577-583, 599-611, 617-650, 653-663, 716-717, 723, 734-748, 754-761, 774-778, 819, 861-865, 871-872, 884, 907-912, 983, 987-988, 994, 1015-1016, 1026, 1028-1044, 1049, 1088-1089, 1102-1113, 1145-1152, 1198-1202, 1231-1234, 1238, 1254-1264, 1286-1297, 1326-1327, 1333-1359, 1515-1516, 1548-1549, 1552-1553, 1568-1571, 1574-1575, 1595-1596, 1599-1600, 1622-1623, 1637, 1645, 1648, 1652, 1657-1676, 1679-1688, 1703-1704, 1747-1750, 1753-1754, 1842-1843, 1846-1849, 1852-1853, 1856-1857, 1860-1861, 1864-1865, 1868-1872, 1881-1890, 1899-1910, 1293, 1659-1680
packages/controllers/src/controllers/ConnectionController.ts 83.78% 73.46% 47.45% 83.78% 112-116, 119-123, 157-158, 177, 185, 189, 197, 201, 205, 209, 213, 217, 244-245, 248-249, 284, 288, 299-300, 97-257
packages/controllers/src/controllers/SendController.ts 59.07% 71.11% 60.6% 59.07% 66, 110-112, 114, 126-127, 130-131, 151-166, 209-223, 228-263, 281, 283-297, 301-317, 142-259
Generated in workflow #11554 for commit 6114447 by the Vitest Coverage Report Action

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented May 5, 2025

🦋 Changeset detected

Latest commit: 6114447

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

This PR includes changesets to release 21 packages
Name Type
@reown/appkit-controllers Patch
@reown/appkit-scaffold-ui Patch
@reown/appkit 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-utils Patch
@reown/appkit-cdn Patch
@reown/appkit-cli 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-ui 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

@tomiir tomiir changed the title chore: add address and amount selectoir for solana sendtransaction test fix: balance not updating after send May 5, 2025
Comment thread packages/controllers/src/controllers/SendController.ts
@linear
Copy link
Copy Markdown

linear bot commented May 5, 2025

@tomiir tomiir added this pull request to the merge queue May 5, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks May 5, 2025
@tomiir tomiir merged commit 2fb24ad into main May 5, 2025
38 checks passed
@tomiir tomiir deleted the chore/custom-solana-send branch May 5, 2025 17:54
@github-actions github-actions bot mentioned this pull request May 5, 2025
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