Skip to content

docs: update sdk docs 2026-08-24 - #109

Open
JamesLawton wants to merge 1 commit into
mainfrom
docs/update-sdk-2026-08-24
Open

JamesLawton wants to merge 1 commit into
mainfrom
docs/update-sdk-2026-08-24

Conversation

@JamesLawton

Copy link
Copy Markdown
Collaborator

What changed

Document the surface shipped in 0xtrails@0.18.0 (released August 18, 2026).

Tron (TVM) edge support

  • New page sdk/adapters/tron.mdx — documents tronAdapter from @0xtrails/tvm, its auto-detection wallet coverage (TronLink, OKX, TokenPocket, Trust, MetaMask on Tron, WalletConnect), the bring-your-own-wallet mode, and how it composes with evmAdapter and svmAdapter.
  • sdk/adapters/overview.mdx — add tronAdapter / @0xtrails/tvm to the adapters table, extend the mixing example to include Tron, and add a "Tron?" step to the choosing-an-adapter flow.
  • docs.json — add sdk/adapters/tron under the SDK Adapters group.

Send flow: CommitIntent is out

  • New page sdk/changelog/0xtrails-0.18.0.mdx — release notes covering:
    • Tron edge support and the @0xtrails/tvm package.
    • The new send flow: non-edge intents call ExecuteIntent directly from QUOTED; origin-mode edge intents arm via ExecuteIntentEdge.
    • Deprecated but still-exported symbols: commitIntent, useCommitIntent, commitIntentFn, skipCommit.
    • The 0.18.1 / 0.18.2 patch fixes rolled into the same page.
  • sdk/changelog.mdx — add a 0.18.0 card to the release index.
  • sdk/hooks.mdx — add deprecation <Warning> blocks on the useCommitIntent and standalone commitIntent entries, pointing new integrations at useExecuteIntent / executeIntent and executeIntentEdge.

Source of truth

Verification

  • Cross-checked the deprecated names in sdk/hooks.mdx against the 0.18.0 CHANGELOG's Minor Changes list: commitIntent, useCommitIntent, commitIntentFn, skipCommit.
  • Confirmed tronAdapter's TronAdapterOptions shape (wallet, preferredWalletId, silentReconnect) directly from the exported type in the trails production branch.
  • Confirmed the auto-detected wallet list — TronLink, OKX, TokenPocket, Trust, MetaMask on Tron (via TIP-6963 discovery), and WalletConnect — from the adapter imports in useDetectedTronWallet.ts.
  • Verified the release date and package name (@0xtrails/tvm) from the trails production monorepo.

Generated by the Trails Docs weekly agent.


Generated by Claude Code

Document the surface shipped in 0xtrails@0.18.0 (Aug 18, 2026):

Tron (TVM) edge support:
- Add sdk/adapters/tron.mdx documenting @0xtrails/tvm's `tronAdapter`,
  auto-detection wallet list, bring-your-own wallet mode, and how it
  composes with `evmAdapter` and `svmAdapter`.
- Update sdk/adapters/overview.mdx to list the Tron adapter and extend
  the mixing example to include it.
- docs.json: add sdk/adapters/tron under the SDK Adapters group.

Send flow: CommitIntent is out for new integrations:
- Add a 0xtrails@0.18.0 changelog entry (sdk/changelog/0xtrails-0.18.0.mdx)
  covering Tron support, the ExecuteIntent / ExecuteIntentEdge send flow,
  the deprecated exports (`commitIntent`, `useCommitIntent`,
  `commitIntentFn`, `skipCommit`), and the 0.18.1 / 0.18.2 patch fixes.
- Add a 0.18.0 card to sdk/changelog.mdx.
- Add deprecation notes on sdk/hooks.mdx's `useCommitIntent` and
  standalone `commitIntent` entries, pointing new integrations at
  `useExecuteIntent` / `executeIntent` and `executeIntentEdge`.

Generated by the Trails Docs weekly agent.

Co-Authored-By: Claude <noreply@anthropic.com>
@mintlify

mintlify Bot commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
trails 🟢 Ready View Preview Aug 24, 2026, 9:25 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

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