Skip to content

docs: add SDK 0.x → 1.0 migration guide and codemods - #112

Open
greatKhalifa-code wants to merge 1 commit into
wraith-protocol:developfrom
greatKhalifa-code:docs/sdk-v1-migration-guide
Open

docs: add SDK 0.x → 1.0 migration guide and codemods#112
greatKhalifa-code wants to merge 1 commit into
wraith-protocol:developfrom
greatKhalifa-code:docs/sdk-v1-migration-guide

Conversation

@greatKhalifa-code

Copy link
Copy Markdown
  • Add reference/migrating-to-v1.mdx with full symbol rename table, removed exports + workarounds, and behavioral changes (including Stellar SDK v13 memo API for Wave 6)
  • Add reference/codemods/rename-evm-exports.js jscodeshift transform covering all five @wraith-protocol/sdk packages
  • Add reference/codemods/README.md with usage instructions and post-codemod checklist
  • Fix malformed Reference nav group in docs.json (duplicate pages key) and add migrating-to-v1 nav entry

closes #75

- Add reference/migrating-to-v1.mdx with full symbol rename table,
  removed exports + workarounds, and behavioral changes (including
  Stellar SDK v13 memo API for Wave 6)
- Add reference/codemods/rename-evm-exports.js jscodeshift transform
  covering all five @wraith-protocol/sdk packages
- Add reference/codemods/README.md with usage instructions and
  post-codemod checklist
- Fix malformed Reference nav group in docs.json (duplicate pages key)
  and add migrating-to-v1 nav entry
@drips-wave

drips-wave Bot commented Jul 29, 2026

Copy link
Copy Markdown

@greatKhalifa-code Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@truthixify

Copy link
Copy Markdown
Contributor

Compile docs snippets is failing at the Check snippets step. This means one of your MDX code fences does not compile. Run pnpm check-snippets locally in the docs repo to see which specific snippet is broken. Common causes: importing a symbol that does not exist in the current SDK, or a fence tagged typescript/tsx when it is pseudo-code (tag it no-check in that case).

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.

SDK 0.x → 1.0 migration guide

2 participants