Symbiosis Swidge: update to release 1.3.0 and add a Guides section - #3
Open
alexn-ops wants to merge 3 commits into
Open
Conversation
Five task-focused guides for @symbiosis-finance/wdk-protocol-swidge-symbiosis 1.2.0, following the structure used by the USDT0 and Orchestra module docs: Get Started, Quote and Execute, Bridge from Bitcoin, Track Settlement, and Handle Errors. Wire them into the sidebar tree and the module overview cards.
Reflect the released 1.3.0 behavior: TON, Tron and Solana source routes now execute when the bound wallet account supports the required transaction format, probed at execution time (raw BoC message bodies for single-message TON routes, smart contract calls plus TRC-20 approvals for Tron, serialized transactions for Solana); older wallet versions stay quote-only. Tron approval receipts are checked for on-chain failure. Also align USDT terminology across the section, link the repository's runnable example, and tighten the error-table wording.
|
@alexn-symbiosis is attempting to deploy a commit to the ihsraham's projects Team on Vercel. A member of the Team first needs to authorize it. |
Owner
|
Thanks @alexn-ops for the Symbiosis 1.3.0 update and the detailed guide set. Since the original release docs PR has already merged, I’ve carried your changes forward in tetherto/wdk-docs#219. The new draft is rebased onto the current Your three commits and authorship are preserved. Please feel free to have a look and continue the review there. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi! This targets your
feat/release-docs-2026-07-27branch so the changes flow into tetherto#212 if you merge it. Symbiosis released@symbiosis-finance/wdk-protocol-swidge-symbiosis@1.3.0(tag) after your refresh to 1.2.0, and we'd like the module docs to ship current and with task-focused guides, matching the USDT0/Orchestra structure.Changes
UnsupportedRouteError, so nothing here depends on unreleased wallet versions.swidge-symbiosis/guides/(Get Started, Quote and Execute, Bridge from Bitcoin, Track Settlement, Handle Errors), wired intocustom-tree.tsand the module overview cards. Each carries the community responsibility disclaimer anddocType/schemaTypefrontmatter.examples/swidge.js.Behavior claims were fact-checked against the
v1.3.0source by the module maintainers (us). Validation run locally:check:meta,check:redirects,check:links— 302 MDX files, 0 broken links or anchors. We could not run the production build (no access to the@tetherto/docs-seo-*GitHub Packages), sollms.txt/llms-full.txtregeneration is left to your release process — happy to adjust anything to fit it.