Closed svenvoskamp closed 1 week ago
The latest updates on your projects. Learn more about Vercel for Git βοΈ
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
appkit-laboratory | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Nov 14, 2024 8:53am |
appkit-vue-solana | π Canceled (Inspect) | Nov 14, 2024 8:53am | ||
appkit-wagmi-cdn-example | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Nov 14, 2024 8:53am |
vue-wagmi-example | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Nov 14, 2024 8:53am |
web3modal-gallery | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Nov 14, 2024 8:53am |
Latest commit: 57b7fce51647ef9b70038ea11d0d3554390e1ab4
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Status | Category | Percentage | Covered / Total |
---|---|---|---|
π΅ | Lines | 321.30999999999995% | 4381 / 19627 |
π΅ | Statements | 321.30999999999995% | 4381 / 19627 |
π΅ | Functions | 365.14000000000004% | 372 / 1128 |
π΅ | Branches | 469.39% | 694 / 1400 |
File | Stmts | Branches | Functions | Lines | Uncovered Lines |
---|---|---|---|---|---|
Changed Files | |||||
packages/appkit/src/client.ts | 43.49% | 66.44% | 71.18% | 43.49% | 188-189, 232-233, 236-237, 252-255, 258-261, 264-265, 294-305, 308-317, 412, 416, 423, 461-464, 470-477, 480, 568-580, 595-598, 605-606, 614-615, 630-631, 634-635, 638-639, 642-643, 651-655, 660-667, 684-687, 698-781, 783-816, 818-822, 824-845, 847-852, 854-862, 864-873, 875-895, 897-904, 906-917, 919-932, 934-937, 939-942, 947-1007, 1010-1023, 1031-1032, 1040-1144, 1149-1189, 1196-1211, 1215-1217, 1221-1236, 1241-1251, 1254-1326, 1329-1343, 1346-1358, 1370, 1385, 1400-1401, 1414-1420, 1422-1433, 1435-1442, 1464-1480, 1485-1487, 1495-1499, 1514, 1528, 1530-1531, 1536-1548, 1559, 1561-1562, 1568-1579, 1586-1587, 1597, 1599, 1620-1635, 1642-1643, 1681, 1692-1704 |
packages/common/src/utils/SafeLocalStorage.ts | 90.9% | 100% | 80% | 90.9% | 57-60 |
Description
DEEPLINK_CHOICE
had an incorrect key@appkit/deeplink_choice
. Changed this to the correct key and added a test to check the keyAdded
syncConnectedWalletInfo
to store the correct wallet info. Added a test to check if this happens.Type of change
[ ] Chore (non-breaking change that addresses non-functional tasks, maintenance, or code quality improvements)
[x] 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-xxx For GH issues: closes #...
Checklist