reown-com / appkit

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

feat: siwx solana verifier #3172

Closed zoruka closed 1 week ago

zoruka commented 1 week ago

Description

Type of change

Associated Issues

For Linear issues: Closes APKT-1386 For GH issues: closes #...

Showcase (Optional)

If there is a UI change include the screenshots with before and after state. If new feature is being introduced, include the link to demo recording.

Checklist

changeset-bot[bot] commented 1 week ago

🦋 Changeset detected

Latest commit: d31f0868196b2a5d297c53eb05cfde6c5d899f12

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-solana | Patch | | @reown/appkit-siwx | Patch | | @apps/demo | Patch | | @apps/gallery | Patch | | @apps/laboratory | Patch | | @reown/appkit-adapter-ethers | Patch | | @reown/appkit-adapter-ethers5 | Patch | | @reown/appkit-adapter-polkadot | Patch | | @reown/appkit-adapter-wagmi | Patch | | @reown/appkit | 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-scaffold-ui | Patch | | @reown/appkit-siwe | Patch | | @reown/appkit-ui | 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

linear[bot] commented 1 week ago

APKT-1386 Implement SIWX verifiers

vercel[bot] commented 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 Oct 31, 2024 6:49pm
appkit-wagmi-cdn-example ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 31, 2024 6:49pm
vue-wagmi-example ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 31, 2024 6:49pm
web3modal-gallery ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 31, 2024 6:49pm
github-actions[bot] commented 1 week ago

Coverage Report for Coverage

Status Category Percentage Covered / Total
🔵 Lines 343.42% 4462 / 18625
🔵 Statements 343.42% 4462 / 18625
🔵 Functions 375.83% 370 / 1085
🔵 Branches 464.74000000000007% 676 / 1382
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
packages/siwx/src/configs/DefaultSIWX.ts 45% 100% 0% 45% 8-12, 21-26
packages/siwx/src/core/SIWXVerifier.ts 100% 100% 100% 100%
packages/siwx/src/verifiers/EIP155Verifier.ts 100% 100% 100% 100%
packages/siwx/src/verifiers/SolanaVerifier.ts 86.66% 66.66% 100% 86.66% 20-21
packages/siwx/src/verifiers/index.ts 100% 100% 100% 100%
Generated in workflow #7105 for commit d31f086 by the Vitest Coverage Report Action