Skip to content

Commit ec5b7c2

Browse files
Merge origin/main into devin/1788361578-recovery-getter-compat
Co-Authored-By: Panayiotis Halios <panos@paella.dev>
2 parents 62acc62 + 72d0001 commit ec5b7c2

54 files changed

Lines changed: 507 additions & 479 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@crossmint/wallets-sdk": minor
3+
---
4+
5+
Remove the exported `MAX_RECOVERY_SIGNERS` constant and the client-side recovery-list length check. The backend is the single source of truth for the signer limit; requests over it still surface as `RecoverySignerLimitExceededError`.

.changeset/recovery-errors.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/recovery-list-docs.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/recovery-list-providers.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/recovery-openapi-types.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@crossmint/wallets-sdk": minor
3+
---
4+
5+
`wallet.recovery` returns the primary recovery signer config again (the shape it had before 1.14.0), and the new `wallet.recoveryMethods` exposes the full list of recovery signers on wallets created with several of them.

.changeset/recovery-signer-list.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/remove-wallets-v1-docs-banner.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

apps/auth/nextjs-ssr/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @crossmint/server-sdk-next-starter
22

3+
## 0.4.195
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [970fe2b]
8+
- Updated dependencies [90507b0]
9+
- Updated dependencies [65841c5]
10+
- @crossmint/client-sdk-react-ui@4.6.0
11+
- @crossmint/server-sdk@1.2.82
12+
313
## 0.4.194
414

515
### Patch Changes

apps/auth/nextjs-ssr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crossmint/auth-ssr-nextjs-demo",
3-
"version": "0.4.194",
3+
"version": "0.4.195",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)