Skip to content

Docs: Update readme's and doc generation scripts#1722

Merged
jmderby merged 3 commits intowallets-v1from
wallets-v-docs-readmes
Mar 21, 2026
Merged

Docs: Update readme's and doc generation scripts#1722
jmderby merged 3 commits intowallets-v1from
wallets-v-docs-readmes

Conversation

@jmderby
Copy link
Contributor

@jmderby jmderby commented Mar 21, 2026

Description

Adds readmes' and doc generation updates for respective wallets-v1 changes.

Test plan

idk man too tired to tell

Package updates

@crossmint/wallets-sdk
@crossmint/client-sdk-react-ui
@crossmint/client-sdk-react-native-ui

@changeset-bot
Copy link

changeset-bot bot commented Mar 21, 2026

⚠️ No Changeset found

Latest commit: e1f8ab7

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

@github-actions
Copy link
Contributor

github-actions bot commented Mar 21, 2026

🔥 Smoke Test Results

Status: Passed

Statistics

  • Total Tests: 5
  • Passed: 5 ✅
  • Failed: 0
  • Skipped: 0
  • Duration: 3.35 min

✅ All smoke tests passed!

All critical flows are working correctly.


This is a non-blocking smoke test. Full regression tests run separately.

@jmderby jmderby changed the title Wallets v docs readmes Docs: Update readme's and doc generation scripts Mar 21, 2026
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Mar 21, 2026

Prompt To Fix All With AI
This is a comment left during a code review.
Path: packages/client/ui/scripts/generate-reference.mjs
Line: 26

Comment:
**Stale comment references old API**

The JSDoc comment still references `getOrCreateWallet`, which was renamed to `createWallet` and `getWallet` in this PR. The comment should be updated to reflect the new method names.

```suggestion
 * createOnLogin and createWallet share the same WalletCreateArgs<Chain> shape.
```

How can I resolve this? If you propose a fix, please make it concise.

Last reviewed commit: "fix lint"

@@ -25,7 +25,7 @@ import { join, resolve } from "path";
*
* createOnLogin and getOrCreateWallet share the same WalletArgsFor<Chain> shape.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Stale comment references old API

The JSDoc comment still references getOrCreateWallet, which was renamed to createWallet and getWallet in this PR. The comment should be updated to reflect the new method names.

Suggested change
* createOnLogin and getOrCreateWallet share the same WalletArgsFor<Chain> shape.
* createOnLogin and createWallet share the same WalletCreateArgs<Chain> shape.
Prompt To Fix With AI
This is a comment left during a code review.
Path: packages/client/ui/scripts/generate-reference.mjs
Line: 26

Comment:
**Stale comment references old API**

The JSDoc comment still references `getOrCreateWallet`, which was renamed to `createWallet` and `getWallet` in this PR. The comment should be updated to reflect the new method names.

```suggestion
 * createOnLogin and createWallet share the same WalletCreateArgs<Chain> shape.
```

How can I resolve this? If you propose a fix, please make it concise.

@jmderby jmderby merged commit 272e6a9 into wallets-v1 Mar 21, 2026
3 checks passed
@jmderby jmderby deleted the wallets-v-docs-readmes branch March 21, 2026 01:12
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.

2 participants