reown-com / appkit

The full stack toolkit to build onchain app UX
https://reown.com/appkit
Apache License 2.0
4.94k stars 1.41k forks source link

fix: client Id not being set #3201

Closed tomiir closed 2 weeks ago

tomiir commented 2 weeks ago

Description

We require the clientId of the relay connections to be serialized on BlockchainApi requests

Type of change

Checklist

changeset-bot[bot] commented 2 weeks ago

🦋 Changeset detected

Latest commit: 0b1472a0c5725b603b21567a54a7c05b15a5ba61

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

This PR includes changesets to release 20 packages | Name | Type | | ------------------------------ | ----- | | @reown/appkit-adapter-wagmi | Patch | | @reown/appkit-scaffold-ui | Patch | | @apps/laboratory | Patch | | @reown/appkit | Patch | | @reown/appkit-ui | Patch | | @apps/demo | Patch | | @apps/gallery | Patch | | @reown/appkit-adapter-ethers | Patch | | @reown/appkit-adapter-ethers5 | Patch | | @reown/appkit-adapter-polkadot | Patch | | @reown/appkit-adapter-solana | Patch | | @reown/appkit-utils | Patch | | @reown/appkit-cdn | Patch | | @reown/appkit-common | Patch | | @reown/appkit-core | Patch | | @reown/appkit-experimental | Patch | | @reown/appkit-polyfills | Patch | | @reown/appkit-siwe | Patch | | @reown/appkit-siwx | Patch | | @reown/appkit-wallet | 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[bot] commented 2 weeks ago

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

Name Status Preview Comments Updated (UTC)
appkit-laboratory 🛑 Canceled (Inspect) 💬 Add feedback Nov 5, 2024 4:55pm
appkit-vue-solana 🛑 Canceled (Inspect) Nov 5, 2024 4:55pm
appkit-wagmi-cdn-example 🛑 Canceled (Inspect) Nov 5, 2024 4:55pm
vue-wagmi-example 🛑 Canceled (Inspect) Nov 5, 2024 4:55pm
web3modal-gallery ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 5, 2024 4:55pm
github-actions[bot] commented 2 weeks ago

Coverage Report for Coverage

Status Category Percentage Covered / Total
🔵 Lines 341.46000000000004% 4482 / 18721
🔵 Statements 341.46000000000004% 4482 / 18721
🔵 Functions 375.93% 371 / 1087
🔵 Branches 465.36000000000007% 679 / 1385
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
packages/appkit/src/tests/mocks/AppKit.ts 100% 100% 100% 100%
packages/appkit/src/tests/mocks/UniversalProvider.ts 100% 100% 100% 100%
packages/appkit/src/universal-adapter/client.ts 49.9% 46.55% 45.94% 49.9% 110-114, 132-133, 136, 141-142, 144-146, 158-162, 164-217, 230-232, 241-255, 271-287, 290-296, 298-304, 314-319, 322-326, 349-354, 358-363, 370-392, 398, 400-403, 409-437, 454-462, 490-491, 493, 498-499, 521-522, 534-543, 546-549, 553-581, 620-624, 629-632, 649-650, 662-687, 704-711
Generated in workflow #7190 for commit 0b1472a by the Vitest Coverage Report Action