Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fetch native balance if blopckchain api does not have support #3716

Merged
merged 14 commits into from
Jan 21, 2025

Conversation

tomiir
Copy link
Collaborator

@tomiir tomiir commented Jan 21, 2025

Description

  • Fetch native balance if blockchain API does not support the namespace.

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-2037

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

Copy link

linear bot commented Jan 21, 2025

Copy link

vercel bot commented Jan 21, 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 Jan 21, 2025 11:51am
appkit-laboratory ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 21, 2025 11:51am
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
appkit-vue-solana ⬜️ Ignored (Inspect) Jan 21, 2025 11:51am
appkit-wagmi-cdn-example ⬜️ Ignored (Inspect) Jan 21, 2025 11:51am
vue-wagmi-example ⬜️ Ignored (Inspect) Jan 21, 2025 11:51am

Copy link

changeset-bot bot commented Jan 21, 2025

🦋 Changeset detected

Latest commit: 52aa9f5

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

This PR includes changesets to release 19 packages
Name Type
@reown/appkit-adapter-bitcoin Patch
@reown/appkit-adapter-solana Patch
@reown/appkit-adapter-wagmi Patch
@reown/appkit-scaffold-ui Patch
@reown/appkit Patch
@reown/appkit-common Patch
@reown/appkit-core Patch
@reown/appkit-adapter-ethers Patch
@reown/appkit-adapter-ethers5 Patch
@reown/appkit-utils Patch
@reown/appkit-cdn Patch
@reown/appkit-cli Patch
@reown/appkit-experimental 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

Copy link
Contributor

github-actions bot commented Jan 21, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 68.58% 19530 / 28475
🔵 Statements 68.58% 19530 / 28475
🔵 Functions 59.36% 1705 / 2872
🔵 Branches 79.81% 3447 / 4319
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
packages/appkit/src/client.ts 62.26% 84.12% 76.88% 62.26% 172-173, 202-203, 218-219, 222-223, 238-241, 244-247, 267-268, 271-272, 288-309, 312-321, 590-591, 594-597, 600-601, 604-605, 608-609, 612-613, 620-624, 687-690, 717-718, 732-733, 742-743, 746-747, 752-753, 770-771, 792-794, 821-832, 835-872, 875-880, 896-900, 913-924, 927-946, 949-955, 958-968, 971-983, 986-988, 991-993, 996-998, 1001-1003, 1006-1013, 1018-1076, 1080-1099, 1107-1121, 1124-1131, 1134-1148, 1151-1157, 1162, 1166, 1180, 1193-1194, 1202, 1205-1208, 1211-1217, 1227-1228, 1257-1273, 1286-1289, 1293, 1309-1319, 1328-1329, 1334, 1340-1358, 1364-1371, 1382-1390, 1408-1418, 1421-1501, 1504-1524, 1543, 1555, 1564-1565, 1571, 1573, 1586, 1627, 1660-1671, 1674-1682, 1711-1727, 1742-1746, 1778-1782, 1803-1804, 1809-1810, 1812-1813, 1818-1821, 1872-1876, 1901-1902, 1926-1927, 1956-1957, 1961-1962, 2032-2048, 2054-2061, 2074, 2076-2078, 302-313, 2045-2046
packages/core/src/utils/ConstantsUtil.ts 100% 100% 100% 100%
Generated in workflow #9070 for commit 52aa9f5 by the Vitest Coverage Report Action

@tomiir tomiir merged commit 59f57f3 into main Jan 21, 2025
17 of 19 checks passed
@tomiir tomiir deleted the fix/fetch-native-balance-on-testnet branch January 21, 2025 11:39
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