docs: update sdk docs 2026-08-24 - #109
Open
JamesLawton wants to merge 1 commit into
Open
JamesLawton wants to merge 1 commit into
JamesLawton wants to merge 1 commit into
Conversation
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>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
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.
What changed
Document the surface shipped in
0xtrails@0.18.0(released August 18, 2026).Tron (TVM) edge support
sdk/adapters/tron.mdx— documentstronAdapterfrom@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 withevmAdapterandsvmAdapter.sdk/adapters/overview.mdx— addtronAdapter/@0xtrails/tvmto the adapters table, extend the mixing example to include Tron, and add a "Tron?" step to the choosing-an-adapter flow.docs.json— addsdk/adapters/tronunder the SDK Adapters group.Send flow:
CommitIntentis outsdk/changelog/0xtrails-0.18.0.mdx— release notes covering:@0xtrails/tvmpackage.ExecuteIntentdirectly fromQUOTED; origin-mode edge intents arm viaExecuteIntentEdge.commitIntent,useCommitIntent,commitIntentFn,skipCommit.sdk/changelog.mdx— add a 0.18.0 card to the release index.sdk/hooks.mdx— add deprecation<Warning>blocks on theuseCommitIntentand standalonecommitIntententries, pointing new integrations atuseExecuteIntent/executeIntentandexecuteIntentEdge.Source of truth
0xtrails@0.18.0release:ca274f6"0xtrails 0.18.0" andpackages/0xtrails/CHANGELOG.mdon production.packages/0xtrails-tvm/src/tronAdapter.tsx(types) andpackages/0xtrails-tvm/src/walletDetection/useDetectedTronWallet.ts(auto-detection wallet list and options).Verification
sdk/hooks.mdxagainst the 0.18.0 CHANGELOG'sMinor Changeslist:commitIntent,useCommitIntent,commitIntentFn,skipCommit.tronAdapter'sTronAdapterOptionsshape (wallet,preferredWalletId,silentReconnect) directly from the exported type in the trails production branch.useDetectedTronWallet.ts.@0xtrails/tvm) from the trails production monorepo.Generated by the Trails Docs weekly agent.
Generated by Claude Code